Mailing List Archive

Dynamically loading Embperl 1.3b4
-----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 I have
the above working, comment out HTML::Embperl, run apachectl restart,
it will get a segfault loading Apache::DBI. If I then comment out
*that* line it loads fine (and %fdat works). At that point I can
uncomment Apache::DBI, run restart, and everybody is happy (except
me).
- --

Kee Hinckley - Somewhere.Com, LLC - Cyberspace Architects

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.2 for non-commercial use <http://www.pgp.com>

iQA/AwUBOYEn6CZsPfdw+r2CEQITkwCgye2jvc/YOK59etcMiAg5Ykpy+o8An0+Q
0yeyYUUkwc45HsEuHbrbEeZg
=swId
-----END PGP SIGNATURE-----
RE: Dynamically loading Embperl 1.3b4 [ In reply to ]
>
> 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 get it.

Gerald