Re: [mp2] HTTP status code w/ ModPerl::Registry

2004-10-17 Thread Stas Bekman
[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

Re: Whats wrong in HTML::TableExtract with modperl

2004-10-17 Thread Stas Bekman
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

Re: [mp2] PerlSwitches -I not working?

2004-10-17 Thread Stas Bekman
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:

linker problem

2004-10-17 Thread Kemin Zhou
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

Re: linker problem

2004-10-17 Thread Stas Bekman
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

Re: linker problem

2004-10-17 Thread Stas Bekman
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 ]

Re: linker problem

2004-10-17 Thread Kemin Zhou
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:

Re: linker problem

2004-10-17 Thread Stas Bekman
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

cvs commit: modperl-2.0/t/lib/TestCommon Utils.pm

2004-10-17 Thread stas
stas2004/10/17 19:26:04 Modified:t/lib/TestCommon Utils.pm Log: the append of is crucial with older Perls (5.6), which won't consider a scalar with PV = \0 as tainted, even though it has the taint magic attached Revision ChangesPath 1.3 +4 -1