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

Re: libmysqlclient.so.12 client libraries for OS X

2004-11-01 Thread Rob Kudyba
OK using the source and adding '--enable-shared' to the configure line works on OS X. I then had to create 3 links in order for our app to find the client library: ln -s /usr/local/mysql/lib/mysql/libmysqlclient.12.0.0.dylib /usr/lib/libmysqlclient.12.0.0.dylib ln -s /usr/lib/libmysqlclient.12.0

Re: libmysqlclient.so.12 client libraries for OS X

2004-11-01 Thread Michael Stassen
That's right, it's a precompiled binary. If you want a different configuration, you have to download the source and build your own . I haven't tried --enable-shared on Mac OS X, so I can't promise it will work, but I'm not aware of any reason it wouldn't. In

Re: libmysqlclient.so.12 client libraries for OS X

2004-11-01 Thread Rob Kudyba
OK so how do you reconfigure? Here's what happens when I try this: ./configure CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc \ > CXXFLAGS="-O3 -fno-omit-frame-pointer -felide-constructors \ > -fno-exceptions -fno-rtti" \ > ./configure --prefix=/usr/local/mysql \ > --with-extra-charsets=comple

Re: libmysqlclient.so.12 client libraries for OS X

2004-10-31 Thread Michael Stassen
MySQL does not come in pieces for Mac OS X. The whole thing comes in one Mac OS X binary package in PKG format, downloaded as a disk image (.dmg) file . The installer puts everything in /usr/local/mysql-VERSION, with a symbolic link

Re: libmysqlclient.so.10()(64bit) not found

2004-09-24 Thread Egor Egorov
Better download the official binaries from http://dev.mysql.com/downloads/mysql/4.1.html There are RPM builts for AMD64. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ __ /

Re: libmysqlclient.so.10 is needed

2004-09-24 Thread Egor Egorov
Tim Johnson <[EMAIL PROTECTED]> wrote: >Installing MySQL-server-4.0.21-0.i386.rpm > on Red Hat 9.0 > > Getting the following: > error: Failed dependencies: >libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6 >libmysqlclient.so.10 is needed by (installed) perl-D

Re: libmysqlclient.so.10 is needed

2004-09-21 Thread I D
or... for me this rpm was the solution: MySQL-shared-compat-4.0.21-0.i386.rpm from: ftp://gd.tuwien.ac.at/db/mysql/Downloads/MySQL-4.0/MySQL-shared-compat-4.0.21-0.i386.rpm Philippe Poelvoorde wrote: Tim Johnson wrote: Hello: Installing MySQL-server-4.0.21-0.i386.rpm on Red Hat 9.0 Getting the

Re: libmysqlclient.so.10 is needed

2004-09-21 Thread Philippe Poelvoorde
Tim Johnson wrote: Hello: Installing MySQL-server-4.0.21-0.i386.rpm on Red Hat 9.0 Getting the following: error: Failed dependencies: libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6 libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3

Re: Libmysqlclient.so.14 on Solaris 2.8 (SPARC)

2004-03-29 Thread Nitin Mehta
Hello buddy, try installing MySQL-shared-compat for your platform HTH Nitin - Original Message - From: "Timothy Venn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 29, 2004 7:13 PM Subject: Libmysqlclient.so.14 on Solaris 2.8 (SPARC) > Hello, > > Please can someon

Re: libmysqlclient.so

2003-10-21 Thread Matt Babineau
Thanks everyone! I installed MySQL-shared-X and it worked! On Tue, 2003-10-21 at 15:48, Kelley Lingerfelt wrote: > the mysql-devel rpm installs it. > > Kelley > > > Matt Babineau wrote: > > > Any ideas what packages install this library? I used the RPM to try and > > install MySQL-client on my

Re: libmysqlclient.so

2003-10-21 Thread Kelley Lingerfelt
the mysql-devel rpm installs it. Kelley Matt Babineau wrote: > Any ideas what packages install this library? I used the RPM to try and > install MySQL-client on my redhat machine, but the libmysqlclient did > not show up in /usr/lib - so I am wondering which RPM I need to get this > file? > > T

Re: libmysqlclient.so

2003-10-21 Thread Eric L. Howard
At a certain time, now past [Oct.21.2003-12:24:30PM -0400], [EMAIL PROTECTED] spake thusly: > Any ideas what packages install this library? I used the RPM to try and > install MySQL-client on my redhat machine, but the libmysqlclient did > not show up in /usr/lib - so I am wondering which RPM I ne

Re: libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-1.11-12

2003-08-11 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, 11 Aug 2003, System wrote: > Hello All, > Redhat 9.0 > Mysql 3.23.56 ==> Running > > I want to upgarde to 4.0.13 but this is the error it says: > [EMAIL PROTECTED] downloads]# rpm -Uvh MySQL-server-4.0.13-0.i386.rpm > warning: MySQL-serve

Re: libmysqlclient.so.10

2002-07-24 Thread Andy Smith
On Tue, Jul 23, 2002 at 09:22:55PM -0600, Steve Dickey wrote: > Can anyone tell me how to get an RPM that provides the > libmysqlclient.so.10? I am trying to install the > php-mysql-4.1.2-7.i386.rpm and it says that this is a requirement. It > comes in an older version of the mysql database r

Re: libmysqlclient.so.10

2002-07-24 Thread Dan Nelson
In the last episode (Jul 23), Steve Dickey said: > Can anyone tell me how to get an RPM that provides the > libmysqlclient.so.10? I am trying to install the > php-mysql-4.1.2-7.i386.rpm and it says that this is a requirement. It > comes in an older version of the mysql database rpm but I have