At 08:22 PM 2/3/2008 +0000, Simon H wrote:
Hi all
I recently inherited an old php/mysql app which I have migrated onto
OpenBSD 4.2 with the latest MySQL/PHP packages and modules.
I installed the mod_auth_mysql package after realizing the app did
basic auth with this backend and when trying to start the server again
I get:
/usr/sbin/httpd:/usr/lib/apache/modules/mod_auth_mysql.so: undefined
symbol 'mysql_connect'
You don't have a mysql connection - check php_info(), .. are you running
chroot'd? If so, test with -u or copy all your libraries into the chroot.
Lee