LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compiling PHP 4.3.4 (https://www.linuxquestions.org/questions/linux-software-2/compiling-php-4-3-4-a-129078/)

bmw5002 12-26-2003 02:07 PM

compiling PHP 4.3.4
 
I'm trying to compile php, and when i run configure, it says i am missing a few required programs, and it stops when it can't find/use lex or flex. Are lex and flex the same thing? I found the site for flex i think, but nothing for lex. So can i install flex and it will work? I think I also might need bison. Anyone know what to do? Seems like such a pain just to build some binaries :(

tokkee 12-26-2003 03:15 PM

flex is the GNU implemetation of lex, so just installing either one will work. don't know if you'll need bison. configure will tell you...
i don't really see the problem building binaries - configure usually tells you what's missing. simply install any missing programs, libraries and run configure again until you don't get any error messages and you should be able to build about any program.

bmw5002 12-27-2003 02:01 PM

the flex i found online is some kind of java infrastructure, is that the right flex i need?


All times are GMT -5. The time now is 02:17 PM.