Archived community.zenoss.org | full text search
Skip navigation
24996 Views 4 Replies Latest reply: Dec 30, 2012 10:26 AM by kgtyroll RSS
Zombie Process Rank: White Belt 19 posts since
Dec 12, 2012
Currently Being Moderated

Dec 17, 2012 6:09 PM

zenoss 4.2.0 and postfix mysql dep

Hi Folks,

 

I've just completed a clean manual install (not using the auto-install script) of 4.2.0 on centos 6.3, and am running into a hell of a dep issue with mysql, zenoss, and postfix.  I've installed all of the MySQL stuff indicated in the install docs:

 

 

MySQL-client.x86_64                5.5.28-1.el6                 @/MySQL-client-5.5.28-1.el6.x86_64
MySQL-server.x86_64                5.5.28-1.el6                 @/MySQL-server-5.5.28-1.el6.x86_64
MySQL-shared.x86_64                5.5.28-1.el6                 @/MySQL-shared-5.5.28-1.el6.x86_64

 

 

However, now postfix won't start:

 

 

# postfix

postfix: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory

 

 

Obviously the "shared" package isn't handling the requests for libmysqlclient.so.16 - not surprising since, according ro rpm at least, it only provides .18 files:

 

 

# rpm -ql MySQL-shared-5.5.28-1.el6.x86_64

/usr/lib64/libmysqlclient.so

/usr/lib64/libmysqlclient.so.18

/usr/lib64/libmysqlclient.so.18.0.0

/usr/lib64/libmysqlclient_r.so

/usr/lib64/libmysqlclient_r.so.18

/usr/lib64/libmysqlclient_r.so.18.0.0

 

 

 

I have seen a few mentions of this on the forums here, but no solutions.  Anyone have an idea how I might fix this?  Reinstalling postfix sneaks mysql-libs in with the install, strangely not complaining about deps, so that's not really an option.

 

PS - how to I indicate code or quote tags on this BBS?

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points