ID: 15474 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Configuration Issues Operating System: HPUX 11.11 UNIX System PHP Version: 4.0.6 New Comment:
Seems that you haven't read http://www.php.net/manual/en/install.hpux.php 5. You now need flex, you need to download the source from one of the http://www.gnu.org mirrors. It is in the non-gnu directory of the ftp site. Download the file, gunzip, then tar -xvf it. Go into the newly created flex directory and do a ./configure, then a make, and then a make install. Previous Comments: ------------------------------------------------------------------------ [2002-02-09 17:19:12] [EMAIL PROTECTED] what flex? ------------------------------------------------------------------------ [2002-02-09 17:17:47] [EMAIL PROTECTED] Is flex already installed?! Georg ------------------------------------------------------------------------ [2002-02-09 16:58:49] [EMAIL PROTECTED] I try to configure the php-4.0.6 on HPUX 11.11 system with apache 1.3.19, but it show this error message as following.... # ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.19 --enable-track-vars loading cache ./config.cache checking for a BSD compatible install... ./install-sh -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... missing checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... hppa2.0w-hp-hpux11.11 checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for bison... no checking for byacc... no configure: warning: You will need bison if you want to regenerate the PHP parsers. 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... yes checking lex output file root... ./configure[2343]: lex: not found. configure: error: cannot find output from lex; giving up ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15474&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php