On Wednesday, November 20, 2002, at 10:50  AM, David Wheeler wrote:

On Tuesday, November 19, 2002, at 04:06  PM, Ken Williams wrote:

Maybe what's required is just to keep mod_ssl from complaining about -ldbm (i.e. not search for it), and link against libSystem?
According to this document from Apple (entitled "]Inside Mac OS X: UNIX Porting Guide"), libSystem is *always* linked in. So I *really* don't understand why mod_ssl doesn't see it when its configure calls cc.
Another option: update src/Configure (in the apache distribution) to give a better hint for darwin platform, something like:

DBM_LIB="-lSystem"

This is supposing that the dbm library is indeed part of libSystem, which Jerry's message makes me doubt.

-Ken

Reply via email to