configure --with-berkeley-db=/my/local/db40 does not work?

2003-09-18 Thread solo turn
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

Re: configure --with-berkeley-db=/my/local/db40 does not work?

2003-09-18 Thread Aryeh Katz
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