Closed GoogleCodeExporter closed 8 years ago
This is a dependency issue for python-mysqlDB rather than mycheckpoint. The
python-mysql driver expects libmysqlclient 1.5 and finds 1.6
Since you're running RedHat, I would suggest that you install the MySQL-compat
package, which includes libmysqlclient15.
Look for the "MySQL-shared-compat-5.5.13-1.rhel5.i386.rpm" package on
http://dev.mysql.com/downloads/mysql/5.5.html#downloads after selecting RedHat
packages.
Original comment by shlomi.n...@gmail.com
on 11 Jun 2011 at 11:21
Hi Shlomi,
I've installed the program you told me, however I still have the following
error:
------------------------------------------------------------------------
[root@dbh1 ~]# rpm -ivh MySQL-shared-compat-5.5.13-1.rhel5.i386.rpm
Preparing... ###########################################
[100%]
package MySQL-shared-compat-5.5.13-1.rhel5.i386 is already installed
[root@dbh1 ~]# mycheckpoint -uroot -pxxxxxxxxx --skip-disable-bin-log
--skip-check-replication --s
ocket=/var/lib/mysql/mysql.sock --verbose --debug
Traceback (most recent call last):
File "/usr/local/bin/mycheckpoint", line 22, in ?
import MySQLdb
File "/usr/lib64/python2.4/site-packages/MySQLdb/__init__.py", line 19, in
?
import _mysql
ImportError: libmysqlclient_r.so.15: cannot open shared object file: No such
file or directory
Original comment by kizer.a...@gmail.com
on 23 Jun 2011 at 10:17
Hmmm.. this is strange. However, this is still not a mycheckpoint bug: you must
resolve your dependency issue with python-mysqldb.
Are you using yum? up2date? Try and re-install python-mysqldb; otherwise check
for the dependency packages.
Original comment by shlomi.n...@gmail.com
on 25 Jun 2011 at 3:16
Original issue reported on code.google.com by
kizer.a...@gmail.com
on 10 Jun 2011 at 8:44