>
> If I put the directives:
>
> PerlModule Apache::DBI
> PerlModule HTML::Embperl
>
> in httpd.conf, then %fdat processing stops working. If I comment out
> Embperl it starts working again.
>
> Any ideas?
>
This was normal for mod_perl < 1.22, but was solved in 1.22. Don't know why
you still g
>
> Sometimes loading dynamic libraries at startup in Apache crashes the
> server with a segfault immediately after it loads the library
> (according to an strace).
>
> RedHat 6.1
> apache_1.3.12 (and earlier)
> mod_perl-1.24 (and earlier)
>
This behaviour was normal for all mod_perl versions bef
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
At 7:21 AM +0200 7/28/00, Gerald Richter wrote:
> >
>> >[Thu Jul 27 22:28:07 2000] [error] [Thu Jul 27 22:28:07 2000] null:
>> >Can't locate auto/HTML/Embperl/embperl_log.al in @INC (@INC
>
>That's normaly because the Embperl.so (shared library) ca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If I put the directives:
PerlModule Apache::DBI
PerlModule HTML::Embperl
in httpd.conf, then %fdat processing stops working. If I comment out
Embperl it starts working again.
Any ideas?
Just to complicate matters, see my posting to mod_perl. If
>
> >[Thu Jul 27 22:28:07 2000] [error] [Thu Jul 27 22:28:07 2000] null:
> >Can't locate auto/HTML/Embperl/embperl_log.al in @INC (@INC
That's normaly because the Embperl.so (shared library) can't be loaded for
any reason
First make sure the Embperl is correctly compiled and maybe recompile and
Hi,
> This snippet loads the cookie data from the request record if it doesn't
> already exist in the environment variables.
>
> I have not been keeping up with the 1.3x versions (though that line number
> is from 1.3b4). Is this fix still necessary? Is there a more effective way
> to do it?
>
T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
>[Thu Jul 27 22:28:07 2000] [error] [Thu Jul 27 22:28:07 2000] null:
>Can't locate auto/HTML/Embperl/embperl_log.al in @INC (@INC
>contains: /usr/local/apache/lib/perl
>/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
>/usr/lib/perl5/site_
I use Embperl 1.2.1, and had no problems until I tried it from an Apache
access handler. The code was something like this:
#---
use HTML::Embperl;
sub handler {
my $r = shift;
my @params;
HTML::Embperl::Execute({inputfile => 'GetUdat.epl', param => \@params,
req_rec => $r})
I forward this to the Embperl mailing list for those who do not read the
mod_perl list, because I think it's interestinh here too...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of
Gerald Richter
Sent: Thursday, July 27, 2000 8:52 PM
To: [EMAIL PROTECTED