Re: Should I downgrade my client libraries?

2002-09-11 Thread Ed Coates
Dan, I've got 4.0.3, and I compiled it from the source rpm. Seems that (at least with 4.0.3) mysql is statically linked, hence the lack of libmysqlclient. What you might want to do is make a soft line from libmysqlclient.so.11 to libmysqlclient.so.10 and see if that works. Ed Quoting Danie

Problems Compiling 4.0.0-alpha (fwd)

2001-10-24 Thread Ed Coates
I submitted this back on the 6th of October, and never got a reply to it, so I'll try one more time in hopes that someone can help me with this compilation problem. I've got a Dual Pentium 233MHz with 64MB of RAM loaded with SuSE Linux 7.1 and gcc-2.95.2. I'm running the 2.4.7 kernel, and I hav

Re: mysql on linux redhat v.7

2001-04-25 Thread Ed Coates
On Wed, 25 Apr 2001, george wrote: > rpm -ivh mysql-3.23.36-1.i386.rpm mysql-client-3.23.36-1.i386.rpm Better approach would be to use the update switch. rpm -Uvh > > the output says: > > file /usr/bin/safe_mysqld from install of mysql-3.23-36-1 conflicts with > file from package mysql-serv

Re: not configuring on solaris 2.7

2001-04-25 Thread Ed Coates
What you might try looking at is your environment variable $LD_LIBRARY_PATH. If you don't have it in your environment, set it up with all the usual lib places i.e /lib:/usr/lib:/usr/local/lib:/usr/share/lib:/usr/local/share/lib and so one. I think that this should clear up your problem with cros