Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Reindl Harald
Am 31.01.2011 19:31, schrieb Joerg Bruehe: > 2) Both MySQL 5.1 and 5.5 come with version 16 of "libmysqlclient", so >an application built against MySQL 5.1 can directly use that of 5.5 In theory! Build a mysql 5.5 rpm for fedora 13 and install it No way - Without the compat-package it will

Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Joerg Bruehe
Harald, Reindl Harald wrote: > You need mysql-5.1 compat-libs package > or rebuild applications against 5.5 Your advice is correct in general, but not in this case: 1) Noel builds from source, as he writes later. 2) Both MySQL 5.1 and 5.5 come with version 16 of "libmysqlclient", so an applic

Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Joerg Bruehe
Noel, all, Noel Butler wrote: > Arg! This abomination 5.5 is causing more headaches, > > postfix will not run, I've heard dovecot may not either, amongst others > > > postconf: /usr/lib/libmysqlclient.so.16: no version information > available (required by postcon > /etc/init.d/postfix start

Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Noel Butler
On Mon, 2011-01-31 at 11:42 +0100, Reindl Harald wrote: > Have you rebuilt all depending applications AFTER > rebuild of mysql 5.5? > yes, built 5.5 a month ago, only today rebuilt postfix (upgraded 2.7.2 to 2.8.0) This is a common problem, google fu indicates others have same problem, some of

Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Reindl Harald
Have you rebuilt all depending applications AFTER rebuild of mysql 5.5? BTW: I also make my own source-builds with optimized flags but not dumb configure & make, the better way is to build clean distro-packages and install them with the package-manager, this way you would get not installed the pac

Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Noel Butler
On Mon, 2011-01-31 at 10:52 +0100, Reindl Harald wrote: > You need mysql-5.1 compat-libs package > or rebuild applications against 5.5 > > for feddora/rhel type "compat-mysql51" in google > there are packages from remi since he builds 5.5 > > this is nothing new and was the same with 5.1 > while

Re: libmysqlclient.so.16 no version information available

2011-01-31 Thread Reindl Harald
You need mysql-5.1 compat-libs package or rebuild applications against 5.5 for feddora/rhel type "compat-mysql51" in google there are packages from remi since he builds 5.5 this is nothing new and was the same with 5.1 while applications was linked against 5.0 Am 31.01.2011 09:24, schrieb Noel