Archives
在 cygwin 中编译 PHP 时遇到下面的问题:
1 2 3 | checking for lemon... no configure: warning: lemon versions supported for regeneration of \ libsqlite parsers: 1.0 (found: none). |
解决方法:
1 2 3 | wget http://www.sqlite.org/cvstrac/getfile/sqlite/tool/lemon.c gcc -o lemon lemon.c mv lemon /usr/local/bin |
重新运行 ./configure 后,问题解决。
Comments Off
Oct 31st, 2009 | Filed under PHP