On Wednesday 08 March 2006 19:30, Jim Douglas wrote: > I get the following error when trying to start Postfix after rebuilding > with MySQL 5.0.18 > > postfix: error while loading shared libraries: libmysqlclient.so.14: cannot > open shared object file: No such file... > > MySQL runs fine...anyone know where I can download/install > libmysqlclient.so.14? > > > > (Fedore Core 4.) > > Jim After upgrading using rpm -Uvh --nodeps --force *.rpm /usr/lib/libmysqlclient.so.14 is replaced with /usr/lib/libmysqlclient.so.15. You might try; ln -s /usr/lib/libmysqlclient.so /usr/lib/libmysqlclient.so.14 or ln -s /usr/lib/libmysqlclient.so.15 /usr/lib/libmysqlclient.so.14 If this will work I do not know. -- Some people have convictions. Some people have opinions I think I'll have a cheeseburger!