[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: httpd 2.0.48's apr-util doesn't work against Berkeley DB 4.2

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-12-29 04:52:01 CET

Garret Wilson wrote:
> /usr/X11R6/lib
> /usr/kerberos/lib
> /usr/lib
> /usr/local/lib
> /usr/lib/mysql
>
> Is this some sort of new requirement for httpd 2.0.48? httpd 2.0.47
> configures fine with Berkeley DB 4.1, and there doesn't seem to be any
> reference to Berkeley DB 4.1 in my ld.so.conf file.

I don't know why 2.0.47 and BDB4.1 wouldn't need it, too; the ld.so.conf
file needs to have path's to all shared library files OR you need to
specify the path explicitely using -L. Perhaps 2.0.47's configure knows
to look at the "standard" BDB installation paths, and that was made more
general in 2.0.48 (and hence misses things).

The change to ld.so.conf is not in anyway dangerous (AFAIK). I believe
that when building BDB 4.2.52, I even saw explicit instructions to make
that change...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 29 04:52:07 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.