You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dan Jacobowitz <dr...@false.org> on 1998/09/06 22:19:31 UTC

DSO issue

In order for mod_rewrite to be loadable, at least on my system
(LinuxPPC 2.1.119, glibc 2.0.95), it needs to be explicitly linked to
-ldb when it is built.  Is there a standard mechanism for specifying
that a specific module needs to be linked to a specific library?  I
seem to recall a discussion of this recently in which a variable was
mentioned which would link all DSOs against a certain library...is
there a serious issue in linking everything against -ldb when only two
modules need it?

Dan