Hi there,
On Wed, 19 Jan 2000, Keith Kwiatek wrote:
> We have recently installed a new machine with Apache/1.3.9
> mod_perl/1.21 mod_ssl/2.4.10 OpenSSL/0.9.4 perl 5.004_04 configured
> A perl transaction handler that works fine on Apache/1.3.6
> mod_perl/1.21 5.00503 is now intermittantly dying on the new box
> with the following error;
> Can't call method "register_cleanup" on an undefined value at
> /usr/lib/perl5/5.00503/CGI.pm at line 263
Did you get a reply yet?
Your installation is apparently out of order. You claim to have
configured perl 5.004_04 on the new box yet the error message says:
/usr/lib/perl5/5.00503/CGI.pm at line 263
^^^^^^^
which is the wrong version of Perl. This doesn't seem like a good
idea to me. I'd delete the lot and reinstall everything from scratch.
> I have some dbi subroutines that I want my mod_perl program to
> use..... how do I go about packaging these (or whatever the correct
> terminology is)
I think you'll find everything you need for this in Stas' Guide.
73,
Ged.