On Thu, Sep 18, 2003 at 12:27:40PM -0700, solo turn wrote:
> configure ./configure --prefix=/my/local --with-berkeley-db=/wfhome/local/db40 does 
> work, compile
> works, but starting http gives the error:
> ld.so.1: httpd: fatal: libdb-4.0.so: open failed: No such file or directory
> Killed
> 
> httpd expects libdb-4.0.so in /my/local/lib. how can i set the parameters correctly?

Try something like this:

prompt% LDFLAGS="-L/wfhome/local/db40/lib" CFLAGS="-I/wfhome/local/db40/include" 
./configure --prefix=/my/local --with-berkeley-db

-aaron

Reply via email to