Apache Configuration Question

by Ben Ocean <lists(at)TheWebsons.com>

 Date:  Tue, 18 Dec 2001 13:35:56 -0800
 To:  hwg-techniques(at)hwg.org
  todo: View Thread, Original
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=xxxx \
--suexec-docroot=/a/file \
--suexec-logfile=/a/log/file \
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	

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA