LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with Apache 1.3 & ModSSL (https://www.linuxquestions.org/questions/linux-software-2/problem-with-apache-1-3-and-modssl-39718/)

robeb 12-29-2002 07:59 PM

Problem with Apache 1.3 & ModSSL
 
I'm trying to configure ModSSL v2.8.10 with Apache 1.3 but I keep getting this error

./configure:Error: Cannot find Apache 1.3 source tree under /usr/local/apache
./configure:Hint: Please specify location via --with-apache=DIR

Apache is the right path, so I'm wondering if there might be another problem.

niknah 12-30-2002 04:23 AM

modssl needs the source to apache to compile, so after you compile the apache 1.3 and install it, don't delete the source.

from what I remember you have to configure apache 1.3 via modssl, like anything like those --enable-module options in apache you have to put in modssl instead so your modssl configure line looks like...

./configure --with-apache=../apache-1.3 --enable-module=so .....
make
cd ../apache-1.3
make

change ../apache-1.3 to where ever your apache source is.

ssl is easier if you use apache2 instead.


All times are GMT -5. The time now is 03:48 PM.