apache_mod_ssl not upgrading

mo.mentum

Verified User
Joined
Jun 9, 2004
Messages
37
Hello!

I recently updated my OpenSSH and LibSSL on my box. Now I'm trying to update to latest Apache/Mod_ssl.

Did the build clean, build update, and now running build apache_mod_ssl...does the patches and all, then gets to this point:

Configuring mod_ssl/2.8.22 for Apache/1.3.33
+ Apache location: /usr/local/directadmin/customapache/apache_1.3.33 (Version 1.3.33)
+ OpenSSL location: /usr
+ Auxiliary patch tool: ./etc/patch/patch (local)
+ Applying packages to Apache source tree:
o Extended API (EAPI)
o Distribution Documents
o SSL Module Source
o SSL Support
o SSL Configuration Additions
o SSL Module Documentation
o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.33
+ using installation path layout: Apache (config.layout)
+ on-the-fly added and activated frontpage module (modules/extra/mod_frontpage.o)
Creating Makefile
Creating Configuration.apaci in src
Error: Cannot find SSL header files under /usr
Creating Makefile in src
+ configured for Linux platform
+ setting C compiler to gcc
+ setting C pre-processor to gcc -E
+ using "tr [a-z] [A-Z]" to uppercase
+ checking for system header files
+ adding selected modules
o rewrite_module uses ConfigStart/End
+ using -lgdbm for DBM support
enabling DBM support for mod_rewrite
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.8.22
+ SSL interface build type: DSO
+ SSL interface compatibility: enabled
+ SSL interface experimental code: disabled
+ SSL interface conservative code: disabled
+ SSL interface vendor extensions: disabled
+ SSL interface plugin: Built-in SDBM
+ SSL library path: /usr
+ SSL library version: OpenSSL 0.9.7e 25 Oct 2004
./configure:Error: APACI failed

*** There was an error while trying to configure apache+mod_ssl. Check the configure.apache_ssl file


My configure.apache_ssl is default:
#!/bin/sh
./configure \
--with-apache=/usr/local/directadmin/customapache/apache_1.3.33 \
--with-ssl=/usr \
--enable-suexec \
--suexec-docroot=/ \
--prefix=/etc/httpd \
--exec-prefix=/etc/httpd \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc/httpd/conf \
--enable-module=all \
--enable-module=ssl \
--enable-shared=max \
--enable-suexec \
--suexec-docroot=/home \
--suexec-caller=apache \
--includedir=/usr/include/apache \
--libexecdir=/usr/lib/apache \
--datadir=/var/www \
--iconsdir=/var/www/icons \
--htdocsdir=/var/www/html \
--manualdir=/var/www/html/manual \
--cgidir=/var/www/cgi-bin \
--localstatedir=/var \
--runtimedir=/var/run \
--logfiledir=/var/log/httpd \
--proxycachedir=/var/cache/httpd \
--with-perl=/usr/bin/perl \
--add-module=mod_frontpage.c \
--disable-shared=frontpage \
--disable-module=auth_db --disable-module=auth_dbm




I've done google searches to try to find similar situations with APACI failed errors, nothing! Help appreciated!

Regards
.M
 
If I were you I'd write to DA support. Be sure to let them know the OS you're using.

Jeff
 
Back
Top