-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 see
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
/us
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 sub
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