Re: [PHP] Cannot find bison and Flex even when those are installed
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 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 Suse 6.4. I've installed bison and flex in /usr/local/ When I run ./configure in my php-dir he tells me he can't find bison and flex. How can I solve this matter Jurgen Campforts Lichtaartsebaan 58 2460 Kasterlee Tel: 0496/60.25.75 http://www.wandelmee.be -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Gustavo Narea. PHP Documentation - Spanish Translation Team. Valencia, Venezuela. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] Cannot find bison and Flex even when those are installed
Hi again, Nothing of your ideas helped out. mayby i'm not sure if this was right, but i performed followed command: PATH=/usr/local/bin:$PATH I installed bison, flex and all others in /usr/local/ so I put the bin-dir in my path-var. Fired the whole configure-bunch again and it was up and running. Jurgen Campforts Lichtaartsebaan 58 2460 Kasterlee Tel: 0496/60.25.75 http://www.wandelmee.be <http://www.scnoorderwijk.be> In 2010 naar Compostella, of naar Rome? In ieder geval, ik ga naar het zuiden. -Oorspronkelijk bericht- Van: Dan McCullough [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 11 november 2005 18:04 Aan: Jurgen Onderwerp: Re: [PHP] Cannot find bison and Flex even when those are installed Yes but if you haven't installed the dev packages then the libraries that PHP needs isn't available. If you have installed the dev then you should try the bison flag with only the = sign and no path. On 11/11/05, Jurgen <[EMAIL PROTECTED]> wrote: > Everything is installed, I already have a running PHP on my box but without > gd-support, now i wanted to add gd-support, so i builded gd with the proper > extensions (jpeg, png, etc), then i made make clean in the php-folder where > the source is, then the configure and it fails on bison and flex, strange > because it is installed > > regards > > Jurgen Campforts > Lichtaartsebaan 58 > 2460 Kasterlee > Tel: 0496/60.25.75 > http://www.wandelmee.be > <http://www.scnoorderwijk.be> > > > In 2010 naar Compostella, of naar Rome? In ieder geval, ik ga naar het > zuiden. > > > > > -Oorspronkelijk bericht- > Van: Marco Kaiser [mailto:[EMAIL PROTECTED] > Verzonden: vrijdag 11 november 2005 17:51 > Aan: 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/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] Cannot find bison and Flex even when those are installed
Everything is installed, I already have a running PHP on my box but without gd-support, now i wanted to add gd-support, so i builded gd with the proper extensions (jpeg, png, etc), then i made make clean in the php-folder where the source is, then the configure and it fails on bison and flex, strange because it is installed regards Jurgen Campforts Lichtaartsebaan 58 2460 Kasterlee Tel: 0496/60.25.75 http://www.wandelmee.be <http://www.scnoorderwijk.be> In 2010 naar Compostella, of naar Rome? In ieder geval, ik ga naar het zuiden. -Oorspronkelijk bericht- Van: Marco Kaiser [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 11 november 2005 17:51 Aan: 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/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Cannot find bison and Flex even when those are installed
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 Suse 6.4. I've installed bison and > flex in /usr/local/ > > When I run ./configure in my php-dir he tells me he can't find bison and > flex. > > How can I solve this matter > > Jurgen Campforts > Lichtaartsebaan 58 > 2460 Kasterlee > Tel: 0496/60.25.75 > http://www.wandelmee.be > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php