Hi all,
I am encountering strange problems on redhat 6.2 installations with
rpm's apache-1.3.12-2 and mod_perl-1.21-10 (the latest available
versions from redhat. I _have_ to use rpm's). I've tried two machines.
As soon as load certain modules the server exits immediately, without
producing the slightest error message.
Example:
in my conf/httpd.conf:
PerlRequire startup.pl
in startup.pl:
use Text::Wrapper;
All works fine.
in startup.pl:
use DBI;
Apache exits immediately. I've also tried other various other modules,
some make apache exit, others not.
Is this a known problem with these versions?
(I could not find anything about this in the archives).
Regards, Roberto
--
Roberto Bourgonjen