in reply to Re: Re: Perl/CGI/Oracle hangs when connecting
in thread Perl/CGI/Oracle hangs when connecting
BEGIN { $ENV{LD_LIBRARY_PATH} .= ":dir/where/your/.so/is"; }
to your CGI script. Oh, and check if the web server user (nobody usually) has access to the *.so file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Perl/CGI/Oracle hangs when connecting
by Anonymous Monk on Feb 21, 2004 at 04:44 UTC | |
by saintmike (Vicar) on Feb 21, 2004 at 06:47 UTC |