Error while building Apache 1.3.39

DDJ

Verified User
Joined
Sep 7, 2007
Messages
11
I'm trying a new install on a Server and I get this error:



[root@server custombuild]# ./build all
Backing up certificate and key, and turning off httpd for DirectAdmins's check.
Found /usr/local/directadmin/custombuild/apache_1.3.39.tar.gz
Extracting /usr/local/directadmin/custombuild/apache_1.3.39.tar.gz...
Done. Applying patches...
Increasing hard limit to 32768...
Setting up mod_ssl...
Found /usr/local/directadmin/custombuild/mod_ssl-2.8.29-1.3.39.tar.gz
Extracting /usr/local/directadmin/custombuild/mod_ssl-2.8.29-1.3.39.tar.gz...
Configuring mod_ssl-2.8.29-1.3.39...
Configuring mod_ssl/2.8.29 for Apache/1.3.39
./configure:Error: Cannot find Apache 1.3 source tree under ../apache_1.3.37
./configure:Hint: Please specify location via --with-apache=DIR



Any help?
 
UPDATE Ok I fixed this error by changing the line "--with-apache=../apache_1.3.37 \" to "--with-apache=../apache_1.3.39 \" inside the file /custombuild/configure/ap1/configure.apache_ssl.
 
Back
Top