php-install Digest 8 Apr 2002 23:01:37 -0000 Issue 782
Topics (messages 6582 through 6583):
Re: ap_block_alarms error when loading module
6582 by: Sebastian Wolfgarten
Problems with the ./configure command
6583 by: Anders Jorsal
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi Tib,
get php 4.2.0 or cvs snapshot. You will
also need --with-apxs2 option, otherwise
it won't work!
Bye,
Sebastian
--- End Message ---
--- Begin Message ---
When i'm trying to install php, it keeps making a failure.
Here is the last 2 lines of the output from ./configure - this is even when
i'm just running configure without any parameters:
checking lex output file root... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up
What should I do?
I have tried to install PHP with an RPM-file, but then I can't get it to
deal with MySQL, when I cant setup my own configure-commands
The whole output is here:
[root@genner php-4.1.2]# ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i586-pc-linux-gnu
checking for gawk... gawk
checking for bison... bison -y
checking bison version... 1.28 (ok)
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... ./configure: lex: command not found
configure: error: cannot find output from lex; giving up
[root@genner php-4.1.2]#
--- End Message ---