At the risk of exposing my ineptitude, I am writing the final chapter
so that others won't have to go through what happened with our site.

I THOUGHT that mod_perl v > 1.21 was installed because I had gone to
the CPAN, downloaded and installed it properly with no problems. However,
after researching the problem, I took a look at $ENV{mod_perl} and it
revealed that I was working with version 1.21.  What happened was
that I am running RH Professional v 6.1 which comes bundled with
Secureweb (sort of like Apache, except not). Secureweb and mod_perl
were installed from RPM's.  What worked for me was finding the RPM
for mod_perl and upgrading it.  You can look to rpmfinder.net for
upgrades if you are in the same situation.

Thanks for your help Gerald!

-----Original Message-----
From: Gerald Richter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 27, 2001 2:35 PM
To: David Williams
Cc: [EMAIL PROTECTED]
Subject: Re: Apache::Session problems after upgrading to Embperl 1.3.1




> No, I have mod_perl version 1.22.
> Adding PerlModule HTML::Embperl to my httpd.conf caused the server
> to die without complaint upon restart.  There were no messages
> printed to the screen or the logs.
>
> I am using Apache 1.3.9.

This should work normaly. Do you have compiled mod_perl as DSO ? Do you habe
compiled everything with the same compiler ?

Also Embperl will work without preloading, it is more memory efficent to
perload as much perl modules as possible under mod_perl

Gerald




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to