On Fri, 2005-12-16 at 17:26 +1300, Jon Keller wrote:
> Thanks Tyler,
>
> Unfortunately this wont fix my issue as my apache processes seg fault no
> matter what type of file I request, whether its a mod_perl script, an
> html file, or just a directory listing, if mod_perl is loaded apache seg
> faults constantly. My apache, php, mod_ssl and mod_perl installs are all
> built from source on this machine.
PHP? <WARNING> Make sure that you compile PHP using the the same mysql
libraries that Perl is using. By default, it uses some version 3
libraries that come with PHP, and they conflict with the ones used in
DBD::mysql causing segfaults.
Include these options when you configure PHP:
--with-mysqli=shared,/usr/bin/mysql_config \
--with-mysql=shared,/usr/bin/mysql_config \
hth
clint