Re: Testing a Handler

2006-09-10 Thread Jay Scherrer
Joshua Shapiro wrote: Hello, I have inherited an application that makes use of mod_perl. I have never used it before and am currently trying to understand it. I am trying to setup a simple CLI utility that will allow me to test the functionality of the website offline and eventually set up

Re: Testing a Handler

2006-09-10 Thread Joshua Shapiro
I got it, It was just a package naming issue. Sorry for the inconvenience, (it was late, I was tired...) Josh On 9/10/06, Jay Scherrer [EMAIL PROTECTED] wrote: Joshua Shapiro wrote: Hello, I have inherited an application that makes use of mod_perl. I have never used it before and am

Undefined subroutine main::make_form

2006-09-10 Thread Scott Kaplan
In one of my perl scripts, I have the following line: use Net::SSLeay qw(post_https make_headers make_form); The interpreter accepts the top line just fine but sometime later in the script it dies on: post_https($host, $port, $script, '',make_form( and I get the following error: undefined

Failure to load Embperl with PerlModule directive

2006-09-10 Thread Oskar Ahner
Hi all! I have: apache httpd-2.2.3 mod_perl-2.0.2 Embperl-2.2.0 where mod_perl is statically linked to httpd. Now I try to load Embperl from httpd.conf with this directive: PerlModule Embperl When I start apache I get this error: [Sun Sep 10 23:10:00 2006] [error] panic: memory wrap at

Re: Undefined subroutine main::make_form

2006-09-10 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Sep 10, 2006 at 03:19:57PM -0400, Scott Kaplan wrote: In one of my perl scripts, I have the following line: use Net::SSLeay qw(post_https make_headers make_form); The interpreter accepts the top line just fine... so Net::SSLeay seems