what's the difference between --with-mysql=/usr and --with-mysql=shared,/usr
My config is currently the latter and I am having difficulties in getting php to connect to mysql.
However, from the shell prompt I get this error :
Unable to load dynamic library '/usr/lib/php4/mysql.so' - libmysqlclient.so.10: cannot open shared object file: No such file or directory in Unknown on line 0
phpinfo() states db support, where mysql is listed among others, yet mysql does not have it's own table listing (module?)
Running
Apache 2.0
PHP 4.2.2
SQL 4.0
help appreciated !!
thanks

