bobbydale81
IS-IT--Management
I am attempting to install PHP 4.4.4.
When running the ./configure command, I get the following output:
----------------------------------------------------------
[ root ] ./configure
loading cache ./config.cache
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... powerpc-ibm-aix5.1.0.0
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... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... no
checking for re2c... exit 0;
checking whether ln -s works... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
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[2540]: lex: not found
configure: error: cannot find output from lex; giving up
----------------------------------------------------------
I have Googled this problem relentlessly and I have not found a solution. Can anyone point me in the right direction?
Thanks,
Dale
When running the ./configure command, I get the following output:
----------------------------------------------------------
[ root ] ./configure
loading cache ./config.cache
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking host system type... powerpc-ibm-aix5.1.0.0
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... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... no
checking for re2c... exit 0;
checking whether ln -s works... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
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[2540]: lex: not found
configure: error: cannot find output from lex; giving up
----------------------------------------------------------
I have Googled this problem relentlessly and I have not found a solution. Can anyone point me in the right direction?
Thanks,
Dale