> >> All you need to do is rebuild php.
> >
> > Ehm, in what way?
> >
> > So, I first need to build mod_perl, THEN build php?

...

> 
>       cd PHP
>       ./configure --with-apxs2=/usr/local/apache2/bin/apxs 
> --with-config-file-path=/usr/local/lib/php4.3.9.ini --with-mysql
>       make
>       make install
>       cp php.ini-dist /usr/local/lib/php4.3.9.ini
>       

...

Andreas,

        As I understand it (I'm sure someone will correct me if I'm wrong), 
you'll need to rebuild PHP using the libraries from the MySQL source 
distribution and not PHP's built-in routines.  I believe this is done with 
--with-mysql=[DIR] where DIR is the MySQL base directory.

Rodger

Reply via email to