Kemin Zhou wrote:
[...]
SetEnv LD_LIBRARY_PATH /usr/local/pgsql/lib
PassEnv LD_LIBRARY_PATH
While restarting the server:
Stopping httpd:[ OK ]
Starting httpd: [Sun Oct 17 15:41:42 2004] [warn] PassEnv variable
LD_LIBRARY_PATH was undefined
[...]
So the
Stas Bekman wrote:
Kemin Zhou wrote:
Stas,
Thaks a lot for the help. Maybe you can give me more help. When I
added the two lines to my http.conf file
SetEnv LD_LIBRARY_PATH /usr/local/pgsql/lib
PassEnv LD_LIBRARY_PATH
While restarting the server:
Stopping httpd:
Kemin Zhou wrote:
Stas,
Thaks a lot for the help. Maybe you can give me more help. When I added
the two lines to my http.conf file
SetEnv LD_LIBRARY_PATH /usr/local/pgsql/lib
PassEnv LD_LIBRARY_PATH
While restarting the server:
Stopping httpd:[ OK ]
Stas,
Thaks a lot for the help. Maybe you can give me more help.
When I added the two lines to my http.conf file
SetEnv LD_LIBRARY_PATH /usr/local/pgsql/lib
PassEnv LD_LIBRARY_PATH
While restarting the server:
Stopping httpd:[ OK ]
Starting httpd: [S
Kemin Zhou wrote:
I have a linking problem
error message:
/usr/local/bin/gecods: error while loading shared libraries:
libpq++.so.4: cannot open shared object file: No such file or directory
===
I compiled a simple program called gecods, it dynamically links to
libpq++.so.4 in
/usr/local/pgsql/l
I have a linking problem
error message:
/usr/local/bin/gecods: error while loading shared libraries:
libpq++.so.4: cannot open shared object file: No such file or directory
===
I compiled a simple program called gecods, it dynamically links to
libpq++.so.4 in
/usr/local/pgsql/lib/ (a postgres
Colin Wetherbee wrote:
Greetings.
Following reading Stas's last email to Scot, I poked around on the
configuration directives page and saw that PerlSwitches -I/foo is a
convenient replacement for 'use lib'.
I removed 'use lib' from a script and put the following in my virtual host
section:
PerlSwit
[oops, didn't finish the sentence]
Sounds right. May be the ErrorDocument gets on the way and mishandles
it? Try modifying the config in modperl-2.0/ModPerl-Registry/t/ and see
if you can break that test, since it does exactly what you try to, but
there is no explicit ErrorDocument setting. To s
Colin Wetherbee wrote:
Siyad Ahmed Naina said:
ModPerl::Registry: HTML::Parser object version 3.35
does not match bootstrap parameter 3.34 at
This is a module version mismatch. Perhaps you have an old (but still
recent, from the looks of it) version of mod_perl in your path somewhere?
My suggesti
[Colin, please don't forget to Reply-All to CC the list]
Colin Wetherbee wrote:
Stas Bekman said:
Colin Wetherbee wrote:
I want to have my Perl script, upon getting the wrong CGI parameters, to
give a status 404. Then, the ErrorDocument for 404 goes back to that
same Perl script but with the CGI p
10 matches
Mail list logo