./configure [@php-4.4.4]...(--with-apxs=/usr/local/apache/bin/apxs --prefix=/usr/local --with-xml --enable-bcmath --enable-calendar --enable-ftp --enable-magic-quotes --with-mysqli --with-mysql=/usr --enable-discard-path --with-pear --enable-sockets --enable-track-vars --with-zlib)......Done
configure: error: cannot find output from lex; giving up
make [@php-4.4.4]...(-j 1 clean)...Done
Can't open Makefile: No such file or directory.
make [@php-4.4.4]...(-j 1)...Done
make [@php-4.4.4]...(install)...Done
/etc/rc.d/init.d/httpd start: httpd started
As of that error i can get php to run on the server. Apache starts ok but with no php. What can i do? What is wrong here?
configure: error: cannot find output from lex; giving up
make [@php-4.4.4]...(-j 1 clean)...Done
Can't open Makefile: No such file or directory.
make [@php-4.4.4]...(-j 1)...Done
make [@php-4.4.4]...(install)...Done
/etc/rc.d/init.d/httpd start: httpd started
As of that error i can get php to run on the server. Apache starts ok but with no php. What can i do? What is wrong here?