[PHP] Install Prob PHP4

2001-05-15 Thread Pete

Hi,
i try to install PHP4 under Suse Linux 7.1

When i use the configure command i get the following error message:

checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up

this is the command i used:

./configure --enable-track-vars --with-mysql=/usr/local/mysql 
--with-apxs=/usr/local/apache/bin/apxs

thx !!! 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Install Prob PHP4

2001-05-15 Thread Johannes Janson

Hi,

 checking lex output file root... ./configure: lex: command not found
 configure: error: cannot find output from lex; giving up

you have to go into YaST an install a programm called lex. It might be
that you also need flex. Just install lex and see if you get more errors.

hope it helps
Johannes



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]