|
楼主 |
发表于 2003-4-30 15:03:01
|
显示全部楼层
请教APACHE服务器安装过程中问题。
这个帖子在网络建设版发了两三个小时了,我一直在线等,都没答复,好着急,所以就重新发在人气足点的REDHAT版,见谅啊 。
我想在MANDRAKE9.1上搭建APACHE+PHP+MYSQL+PHPMYADMIN+ZEND的服务器,MYSQL我已经编译和安装成功了,但是到第2步配置PHP的时候,出现如下的错误,请问我该如何处理呢?
[root@peng php-4.3.1]# ./configure --with-mysql=/usr/local/mysql --with-apaxs=/usr/local/apache/bin/apxs
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
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 ranlib... ranlib
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 2482: lex: command not found
configure: error: cannot find output from lex; giving up
[root@peng php-4.3.1]# |
|