LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing Apache 1.3.26 with (https://www.linuxquestions.org/questions/linux-software-2/installing-apache-1-3-26-with-50277/)

Thinkgeekness 03-17-2003 10:40 AM

Installing Apache 1.3.26 with PHP
 
I am trying to install Apache 1.3.26 and PHP4.3.1. I installed Apache by:

#./install-bindist.sh.

I then tried to install PHP but it said that I need to have installed Apache with --enable-module=so. I then reinstalled Apache with:

#./configure --enable-module=so

and php could install. The only problem with that is that it doesnt add all of the modules with ./configure. So is there any way I can add --enable-module=so to bindish.so or anyway to install Apache with ./configure but have all of the modules installed automatically?

Thanks

Thinkgeekness 03-17-2003 12:51 PM

So to sum things up a little, how do I install Apache with ./configure and having all of the modules being included?

Thanks


All times are GMT -5. The time now is 11:43 AM.