you could download the sources of php (4.0.5) and compile it with following
commands:

./configure --with-mysql=/your/path/to/mysql (append here all the other
configurations you would like to use)

make
make install

and normaly this should work..

you might need to edit the httpd.conf file ..

stefan Siefert



-----Ursprungliche Nachricht-----
Von: Marc Bragg [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 3. Mai 2001 14:01
An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: [PHP-DB] help - strange error message`


Hi:

Installed redhat 7.0 and had multiple mysql problems, but php4 from the
disc seemed fine. Updated mysql to 3.23.37, now it works fine, but "php"
gives me:

PHP Warning: Unable to load dynamic library '/usr/lib/php4/mysql.so' -
libmysqlclient.so.9: cannot open shared object file: No such file or
directory in Unknown on line 0

the file mysql.so is present in the php4 directory?

Any ideas what I need to do?


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to