I had this problem.  It's looking for the "flex" program.  I installed it
and it got by this no problem.  Here's the -qip of it...

Description :
The flex program generates scanners. Scanners are programs which can
recognize
lexical patterns in text.

Flex takes pairs of regular expressions and C code as input and generates a
C
source file as output. The output file is compiled and linked with a library
to produce an executable.

The executable searches through its input for occurrences of the regular
expressions. When a match is found, it executes the corresponding C code.

Flex was designed to work with both Yacc and Bison, and is used by many
programs
as part of their build process.

You should install flex if you are going to use your system for application
development.

-Matt

::-----Original Message-----
::From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
::Behalf Of Jason Benedict Low
::Sent: Thursday, January 25, 2001 11:32 AM
::To: [EMAIL PROTECTED]
::Subject: [PHP-INST] ./configure issue- no lex?
::
::
::Hi all,
::
::pls help. I have first time encounter the above mentioned issue in php
::installation in Linux.
::
::================================================
::checking whether ln -s works... yes
::checking for flex... no
::checking for lex... no
::./configure: flex: command not found
::checking for flex... lex
::checking for yywrap in -ll... no
::checking lex output file root... ./configure: lex: command not found
::configure: error: cannot find output from lex; giving up
::=========================================================================
::
::i'm doing ./configure with:-
::
:: ./configure --prefix=/usr/local/php-4.0.4pl1
::--exec-prefix=/usr/local/php-4.0.4pl1 --with-mysql --with-xml
::--enable-track-vars --disable-debug --with-pgsql
::--with-apache=/usr/include
::
::any clues? Thanks.
::--
::Regards.
::
::Jason Benedict Low
::
::***One's success is not because of oneself but is given by others****
::
::--
::PHP Install 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]
::


-- 
PHP Install 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]

Reply via email to