Re: mod_perl/Embperl/MySQL problem

2000-11-28 Thread Gerald Richter
+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

Re: mod_perl/Embperl/MySQL problem

2000-11-28 Thread Steve Wilder
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 -

Re: mod_perl/Embperl/MySQL problem

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

Re: mod_perl/Embperl/MySQL problem

2000-11-27 Thread Neil Gunton
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