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/08 00:33:08 UTC

[root@drow.res.cmu.edu: ]

OK, I have now gotten an apparently working apache for glibc 2.1. 
These patches are in two categories - one for handling the fact that
db.h is now DB v2 and db_185 is db v1.8.5 and ndbm.h does not exist,
and one for handling that the new ld.so is much stricter about scoping
(the shared libraries which use -ldb must be explicitly linked to it).

The latter ones should probably not be applied to the development tree,
since SHARED_CHAIN sounds more appropriate.  This is against apache
1.3.1.

Dan