Net::SSLeay fails in mod_perl 1.29 - works from the shell

2004-11-28 Thread David Oberlitner
Hi, The following code: use Net::SSLeay qw(post_https make_form); my ($page, $response, %reply_headers) = post_https('ssl.aspidon.net', 443, '/test.html', '', make_form(var1 => 'one', var2 => 'two' )); print "$response\n"; When executed in mod_perl yields this error: response : HTTP/1.0 900 N

mp2: does not get alarm timeout

2004-11-28 Thread Shreeguru KS
Hi, I'm using mod_perl 2.0 with apache server 2.0.52 and perl version 5.8.0. The problem is that with mod_perl alarm() doesn't get timeout through apache mod_perl. It works fine on the command with perl 5.8.0. It also works with cgi. The script is given below. Could somebody let me know what's go

Re: [error] Can't locate object method "bootstrap" via package "DBI"

2004-11-28 Thread Randy Kobes
On Mon, 29 Nov 2004, Ray Chuan wrote: > Hi, I have DBI 1.45, Apache 2.052 Win32, mod_perl 1.99_17, > Perl 5.84. I get that error when working with DBI in the > /perl dir of apache. works fine on cmd-line and cgi-bin. > > Any comments are highly appreciated. > - > #error.log > [error] Can't

[error] Can't locate object method "bootstrap" via package "DBI"

2004-11-28 Thread Ray Chuan
Hi, I have DBI 1.45, Apache 2.052 Win32, mod_perl 1.99_17, Perl 5.84. I get that error when working with DBI in the /perl dir of apache. works fine on cmd-line and cgi-bin. Any comments are highly appreciated. - #error.log [error] Can't locate object method "bootstrap" via package "DBI"