Click to See Complete Forum and Search --> : mod_auth_dbm.so


nopri
06-08-2001, 07:43 AM
hello all,

hello all, i compile my apache like this :

./configure --prefix=/usr/uptpl/apache --enable-module=most --enable-shared=max,

installation succeded. Then i issued bin/apachectl configtest and it said cannot load mod_auth_dbm error, undefined symbol dbm_fecth,

i'm using 1.3.20

i found this problem only in my linux system, on redhat, it just run smoothly...

freebsd
06-08-2001, 08:13 AM
Because your system didn't have the required libraries installed to enable auth_dbm. It's not uncommon to specify --disable-module=auth_dbm during initial intall.

nopri
06-10-2001, 10:35 PM
hello,

thanks,

but it seems like making new problem when this module doing something important. If my system lacks it, will it still running without problems?

What is the purpose of mod_auth_dbm ?

thanks.

freebsd
06-11-2001, 01:41 AM
>> What is the purpose of mod_auth_dbm ?

Authenticate via dbm.

>> If my system lacks it, will it still running without problems?

You can uncomment it in httpd.conf so Apache doesn't try to load it. If it's not too late, you should recompile Apache and disable it explicitly and enable just --enable-module=auth_db if you really need it.