php install on Linux - bison problem
Posted: Fri Oct 18, 2002 6:35 am
I'm installing php as a dynamic module on Mandrake 8.0 with Apache 1.3.27 already running. The bit fails with a message telling me that bison needs to be installed:- but bison is installed, at .
There doesn't seem to be a option, but I tried it anyway. It didn't work.
It also says that it can't find output from lex. Is that related to flex?
I have bison 1.75 and flex 2.5.4a installed. I assume they are the latest versions, as they were the highest numbers I could see at the GNU site an hour ago.
Any ideas?
(Is this the right place for an installation problem? I'm sure you'll tell me if it isn't!)
Code: Select all
./configure --with-mysql --with-apxsCode: Select all
/usr/bin/There doesn't seem to be a
Code: Select all
--with-bison=/usr/bin/It also says that it can't find output from lex. Is that related to flex?
I have bison 1.75 and flex 2.5.4a installed. I assume they are the latest versions, as they were the highest numbers I could see at the GNU site an hour ago.
Any ideas?
(Is this the right place for an installation problem? I'm sure you'll tell me if it isn't!)