RE: Dynamically loading Embperl 1.3b4

2000-07-27 Thread Gerald Richter
> > 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

RE: Problem loading dynamic libraries at startup

2000-07-27 Thread Gerald Richter
> > 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

RE: Can't locate embperl_log.al

2000-07-27 Thread Kee Hinckley
-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

Dynamically loading Embperl 1.3b4

2000-07-27 Thread Kee Hinckley
-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

RE: Can't locate embperl_log.al

2000-07-27 Thread Gerald Richter
> > >[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

RE: using %udat from access handler

2000-07-27 Thread Gerald Richter
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

Can't locate embperl_log.al

2000-07-27 Thread Kee Hinckley
-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_

using %udat from access handler

2000-07-27 Thread Jack Cushman
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})

FW: Templating System (preview Embperl 2.0)

2000-07-27 Thread Gerald Richter
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