Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110330 - missing library after the latest mysql update
Summary: missing library after the latest mysql update
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 08:26 UTC by Harald Jung
Modified: 2005-10-24 08:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Jung 2005-10-24 08:26:43 UTC
After the mysql update triggerd by emerge -u world, postfix doesn't work anymore.
Oct 24 11:43:59 elcheffe postfix/master[1258]: warning: /usr/lib/postfix/pickup:
bad command startup -- throttling
Oct 24 11:43:59 elcheffe postfix/master[1258]: warning: process
/usr/lib/postfix/smtpd pid 21400 exit status 127

elcheffe ~ # postsuper
postsuper: error while loading shared libraries: libmysqlclient.so.12: cannot
open shared object file: No such file or directory

ldconfig doesn't create the link by itself, so i did it manually :
elcheffe ~ # ln -s /usr/lib/libmysqlclient.so.14 /usr/lib/libmysqlclient.so.12
elcheffe ~ # postsuper
elcheffe ~ #
After creating the link the mailsystem works without problems.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-24 08:53:56 UTC
Who said so.12 and so.14 are compatible so you can just symlink?  This is most
often a bad idea. Use revdep-rebuild, Portage has no support for reverse
dependency resolution builtin (yet).