Re: [PHP] Cannot find bison and Flex even when those are installed

2005-11-11 Thread Dan McCullough
You might have to change the configure option from with-bison=/usr/local/bison to with-bison=/usr or even with-bison= Happens to me alot. This would also be a better email for the PHP INSTALL list On 11/11/05, Jurgen [EMAIL PROTECTED] wrote: Dear group I tried to install php 4.3.11 on Linux

RE: [PHP] Cannot find bison and Flex even when those are installed

2005-11-11 Thread Jurgen
Onderwerp: Re: [PHP] Cannot find bison and Flex even when those are installed Hi, When I run ./configure in my php-dir he tells me he can't find bison and flex. try to install also the dev packages and the automake and buildconf tools. -- Marco Kaiser -- PHP General Mailing List (http://www.php.net

RE: [PHP] Cannot find bison and Flex even when those are installed

2005-11-11 Thread Jurgen
Onderwerp: Re: [PHP] Cannot find bison and Flex even when those are installed Hi, When I run ./configure in my php-dir he tells me he can't find bison and flex. try to install also the dev packages and the automake and buildconf tools. -- Marco Kaiser -- PHP General Mailing List

Re: [PHP] Cannot find bison and Flex even when those are installed

2005-11-11 Thread Gustavo Narea
I'm not pretty sure, but I think I did this before running ./configure: # export YACC=bison Cheers. Dan McCullough wrote: You might have to change the configure option from with-bison=/usr/local/bison to with-bison=/usr or even with-bison= Happens to me alot. This would also be a better