LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install And Configuration Php And Apache For Red Hat (https://www.linuxquestions.org/questions/linux-software-2/install-and-configuration-php-and-apache-for-red-hat-505608/)

brunopellicci 11-28-2006 12:25 PM

Install And Configuration Php And Apache For Red Hat
 
hello...

First sorry by my English, that isnt perfect, and have some errors...

Iīm trying install and configurate the PHP and the Apache for the linux in my computer. I use the Linux Red Hat...

The Apache, i donīt have problems to configurate and install(make.... make install), but whith the PHP I have problems...

When I give the command ./configure, the unix began the process, but an error interrupt the configuration.
The message is ... ERROR: LEX COMMAND NOT FOUND...

SO, I search in internet, and found things about this...
anything about the FLEX..

I made the download this package, and install this, but dont have modificate in the new configuration of PHP...

I dont know what I have to do....

THANKS,

BRUNO PELLICCI

bathory 11-29-2006 02:07 AM

You should have installed flex somewhere in you PATH so that the ./configure script can find it. But you can change your PATH before running ./configure. If you have installed flex under /usr/local/bin, you can run:
Code:

PATH=/usr/local/bin:$PATH ./configure ...


All times are GMT -5. The time now is 08:01 PM.