You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by lz...@netchina.com.cn on 2002/06/10 10:03:31 UTC

How to compile apache to support NDBM

Hello, everyone

I compiled and installed apache-2.0.36 today.
It works well but can't support NDBM.

I used rewrite rules in httpd.conf and apache
reported error in following line:

RewriteMap vhost dbm:/home/vhost/vhost.map

The error is:

Can't support NDBM map because NDBM was not 
compiled into Apache.

But I can't find any compile option about NDBM 
in apache-2.0.36.

Anyone knows how I should do now?
Much thanks.