Hi,
When I try to compile PHP with support for both pgsql + mysql, Apache complains that it can't find libphp4.so. My configure directives for PHP look something like this
# ./configure --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/postgres --with-apxs=/usr/local/apache/bin/apxs
I have tried various combinations of the above, the only one I can get to work is
# ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
Is it possible to have two different database servers running at the same time?
When I try to compile PHP with support for both pgsql + mysql, Apache complains that it can't find libphp4.so. My configure directives for PHP look something like this
# ./configure --with-mysql=/usr/local/mysql --with-pgsql=/usr/local/postgres --with-apxs=/usr/local/apache/bin/apxs
I have tried various combinations of the above, the only one I can get to work is
# ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs
Is it possible to have two different database servers running at the same time?