Re: mysql C API

1998-11-07 Thread Anthony Wong
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.

mysql C API

1998-11-07 Thread Dennis Drapeau
I am trying to get access to a database through the mysql C API. After apparently compiling without errors, the simple program fails with the error: error in loading shared libraries libmysqlclient.so.4: cannot open shared object file: No such file or directory. any help would be greatly