On Mon, Apr 16, 2001 at 11:49:12AM -0700, John Cope wrote:

> [Mon Apr 16 11.21.58 2001] [error] [client 10.0.1.199] Premature end of
> script headers: /apps/Apache/cgi-bin/sqwebmail
> ld.so.1: sqwebmail: fatal: libgdbm.so.2: open failed: No such file or
> directory
> 
> I almost positive that this is an LD_LIBRARY_PATH environment variable
> problem, but I've set LD_LIBRARY_PATH=/usr/local/lib everywhere I can think
> of but still no luck, any clues would be greatly appreciated.  I'm not the
> strongest at Apache so please forgive me.  If someone could send me an
> example http.conf file, this would be stellar....  :^)

Check out this directive:

http://httpd.apache.org/docs/mod/mod_env.html#setenv

You should be able to do something like:

SetEnv LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib

Ben

-- 
Ben Beuchler                                           There is no spoon.
[EMAIL PROTECTED]                                            -- The Matrix

Reply via email to