php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12648 "lex" command error while trying ./configure
Submitted: 2001-08-08 08:08 UTC Modified: 2001-08-08 10:24 UTC
From: michael_walker at bigpond dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: SuSE Linux
Private report: No CVE-ID: None
 [2001-08-08 08:08 UTC] michael_walker at bigpond dot com
From ../php-4.0.6/ I run :

./configure --with-apache=/usr/local/apache --with-mysql --with-pgsql > error_report.txt

...which produces:

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

...as well as the below output into error_report.txt:

loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking for gawk... gawk
checking for bison... no
checking for byacc... no
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 how to run the C preprocessor... gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking for flex... lex
checking for yywrap in -ll... no
checking lex output file root... 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-08 10:24 UTC] sniper@php.net
Read the bugs-dos-and-donts before submitting any bug reports!!

Hint: Install flex..

I found 2 closed reports with this search string:

cannot find output from lex


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 19:01:31 2024 UTC