You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by apr-util <ap...@schwebbman.com> on 2004/04/27 22:02:25 UTC

is dbm required?

I am trying to build a minimalistic version of apache that will be used in conjunction with Tomcat.  The apache that I am build will do nothing more than act as an SSL proxy to Tomcat.  So I want to strip out as much as I can from apache, since it will not be used.

My question is...do I need a dbm?  If not, is there a way in which to disable dbm linking when I build apr-util?

thank you.