Help!
I'm trying to install apache with DSO and SSL support. I'm getting to the apache install and use the following command:
SSL_BASE=/usr/local/apache_t3.1s/sources/openssl-0.9.4 \ RSA_BASE=/usr/local/apache_t3.1s/sources/rsaref-2.0/local \ EAPI_MM=/usr/local/apache_t3.1s/sources/mm-1.0.12 \
./configure --prefix=/usr/local/apache_t3.1s \
--enable-module=so \
--enable-rule=SHARED_CORE \
--enable-module=most \
--enable-shared=max \
--enable-module=ssl \
--enable-shared=ssl
make
The error I'm getting is:
In file included from mod_auth_dbm.c:79:
/usr/include/db1/ndbm.h:42:16: db.h: No such file or directory
make[4]: [mod_auth_dbm.so] Error 1
make[3]: [all] Error 1
make[2]: [subdirs] Error 1
make[2]: Leaving directory /usr/local/src/apache_1.3.12/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory/usr/local/src/apache_1.3.12'
make: [build] Error 2
Anybody know what I'm doing wrong?
Thanks.