<apology>
I don't believe there are any Apache d'lists, so please accept my apologies 
for posting this question to a rather closely-related list such as this.
</apology>

Hi;
I can't get the following Apache modules to function. Here's my config script:

#!/bin/sh
cd /usr/src/redhat/SOURCES/apache_1.3.19
./configure --enable-module=most --enable-shared=max \
--permute-module=auth:auth_anon \
--prefix=/etc/httpd \
--enable-suexec \
--suexec-caller=hermes \
--suexec-docroot=/home/httpd/cgi \
--suexec-logfile=/var/log/suexec \
exit 0

Here are the errors I encounter when I don't have various LoadModule and 
AddModule lines commented out in httpd.conf:

Cannot load /etc/httpd/libexec/mod_userdir.so into server: 
/etc/httpd/libexec/mod_userdir.so: undefined symbol: ap_os_is_path_absolute
Cannot load /etc/httpd/libexec/mod_rewrite.so into server: 
/etc/httpd/libexec/mod_rewrite.so: undefined symbol: dbm_fetch
Cannot load /etc/httpd/libexec/mod_auth_dbm.so into server: 
/etc/httpd/libexec/mod_auth_dbm.so: undefined symbol: dbm_fetch

Googling has not answered my questions. How do I proceed?
TIA,
BenO    




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to