> 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?
> 
Make sure the library is in your shared library path
e.g.
export LD_LIBRARY_PATH=/my/local/lib
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com


---
Aryeh Katz
Secured-Services Inc.

Reply via email to