+49 6133 925152
-
- Original Message -
From: "Steve Wilder" <[EMAIL PROTECTED]>
To: "Embperl" <[EMAIL PROTECTED]>
Sent: Tuesday, November 28, 2000 4:21 PM
Subject: Re: mod_perl/Embperl/MySQL problem
I'm hearing rumblings that sound like PHP and mod_perl/mysql don't tend to
work very well together... I hope I can work around that.
Anyway, here is a pared down version of the Embperl File that is causing
the Sigmentation fault (11).
http://gmbp.m8rix.net/steve/test.phtml
-
Hi,
which versions of Perl/Apache/mod_perl/Embperl you are using? RPMs or
compiled from the source? Is mod_perl loaded as DSO or staticly linked into
Apache?
Maybe it help loading DBI and DBD::mysql at Server startup time (you should
do this with Embperl anyway) e.g. in your httpd.conf
PerlModu
Steve Wilder wrote:
>
> Hi all.
>
> I've done this several times on other servers without any problems, but
> for some reason, I can't get any Perl-DBI script to talk to my MySQL
> database when Apache is involved. Command line, it works fine, but
> mod_perl/Embperl stuff causes a segmentat