On Nov 16, 2004, at 3:58 AM, Sönke Ruempler wrote:

Hi,

I asked the php-install and php-dev lists before - they didn't answer.

I dunno if it's PHP and/or Perl related - so before I open a PHP Bug Report,
maybe here someone has an idea:


<<
Hi,

Because I upgraded my MySQL server to 4.1.7, I tried to compile my mod_php
with mysql + mysqli support. After some problems with double "-lmysqlclient"
in Makefile (found solution in bugs.php.net), the new mod_php compiled. But
after testing it with Apache, The webserver had segfaults and mod_perl error
messages:


I think there is a conflict between the mysql extensions of PHP and Perl.

Here is the Software:
Linux 2.6.8.1 #1 SMP Mon Sep 20 13:59:23 CEST 2004 i686 i686 i386 GNU/Linux
Apache 2.0.52
Perl 5.8.3
mod_perl 1.99
PHP 5.0.2
MySQL 4.1.7 libraries RPM from mysql.com


Any Ideas?


Yep. You're right. I've run into this a few times.

If I remember right, its a problem stemming from library collisions -- and there should be a bunch of info on google somwhere.

I don't remember what i did to get things to work, but a quick google search just suggested that it might work if you compile php without mysql built in -- I dont believe php needs the mysql stuff compiled in to use it, its just a speed issue.

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to