On Sat, Nov 07, 1998 at 02:31:34PM -0400, Dennis Drapeau wrote: > > error in loading shared libraries > libmysqlclient.so.4: cannot open shared object file: No such file or > directory. > > any help would be greatly appreciated. > > I have mysql -base, -dev, -server, -doc, -manual all installed.
libmysqlclient.so.4 should be installed by mysql-base, try to run ldconfig or dpkg --configure --pending and then run your program. Anthony