silkroad 发表于 2005-10-29 11:32:38

安装PHP出问题了,麻烦大家看看

#./configure --prefix=/usr/local/php5 --with-mysql=/usr/bin/mysql --with-mail --with-apxs2=/usr/local/apache/bin/apxs
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc) works... yes
checking whether the C compiler (gcc) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for re2c... exit 0;
checking whether ln -s works... yes
checking for gawk... gawk
checking for bison... no
checking for byacc... no
configure: warning: You will need bison if you want to regenerate the PHP parsers.
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... ./configure: line 2425: lex: command not found
configure: error: cannot find output from lex; giving up
#

月下刀客 发表于 2005-10-29 12:27:38

会不会你的开发工具没有安装完全啊

linky_fan 发表于 2005-10-29 22:36:15


checking lex output file root... ./configure: line 2425: lex: command not found

lex 没装

silkroad 发表于 2005-10-29 22:41:20


checking lex output file root... ./configure: line 2425: lex: command not found

lex 没装

lex包能通过"添加删除程序"安装上吗?具体是哪个包?谢谢.

linky_fan 发表于 2005-10-30 21:47:35

Flex-2.x.x
页: [1]
查看完整版本: 安装PHP出问题了,麻烦大家看看