Trouble gettinh PHP4 to play nice with mysql

wxdqz

New Member
Hi,

I have successfully installed mysql and can happily use it. When I install php4 and try and access the database, I get:

/usr/libexec/ld.so: Undefined symbol "_mysql_init" called from httpd:/usr/lib/apache/modules/libphp4.so at 0x4030e1e0
/usr/libexec/ld.so: Undefined symbol "_mysql_init" called from httpd:/usr/lib/apache/modules/libphp4.so at 0x4030e1e0

I compiled with the --with-mysql=/usr/local option.

Anybody got any idea what I have done wrong?

The details for my system are:

OpenBSD 2.7 (patch branch
php-4.0.3pl1
mysql-3.22.32
apache1.3.12

Any help greatfully recieved.

Cheers

andy
 
Back
Top