[RESOLVED] Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Issues related to applications and software problems
Post Reply
tono2010
Posts: 3
Joined: 2011/12/04 00:53:23

[RESOLVED] Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Post by tono2010 » 2011/12/04 01:11:02

Hi,

I am trying to install MySQL Workbench (mysql-workbench-gpl-5.2.36-1fc15.x86_64.rpm) on CentOS 6.0. I have installed successfully MySQL version 5.5.18, and I want to use the Workbench.

This is the command I used:

yum install mysql-workbench-gpl-5.2.36-1fc15.x86_64.rpm, and I have the following dependency errors:

error: Failed dependencies:
libc.so.6(GLIBC_2.14)(64bit) is needed by mysql-workbench-gpl-5.2.36-1fc15.x86_64
libctemplate.so.0()(64bit) is needed by mysql-workbench-gpl-5.2.36-1fc15.x86_64
libpython2.7.so.1.0()(64bit) is needed by mysql-workbench-gpl-5.2.36-1fc15.x86_64
libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by mysql-workbench-gpl-5.2.36-1fc15.x86_64
libzip.so.1()(64bit) is needed by mysql-workbench-gpl-5.2.36-1fc15.x86_64
pexpect is needed by mysql-workbench-gpl-5.2.36-1fc15.x86_64

Any help is appreciated

tono2010.-

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

[RESOLVED] Installing MySQL Workbench (x86, 64-bit) on Cent

Post by pschaff » 2011/12/04 15:59:11

Installing Fedora packages (or for that matter any packages not built for - in this case - EL6) is never recommended, and as you have discovered, unlikely to work.

As CentOS-6 supplies MySQL 5.1.52-1.el6_0.1 so you are outside of supported territory. Where did you get 5.5.18? I see packages from Atomic and Remi of that version.

You will need to get or [url=http://wiki.centos.org/HowTos/RebuildSRPM]build[/url] a package compatible with your MySQL version.

If more help is needed then please [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=28723&forum=54]provide more information about your system[/url] and package versions.

jlambert
Posts: 7
Joined: 2011/12/07 15:24:05
Location: FRANCE

Re: Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Post by jlambert » 2011/12/07 15:54:33

Tono2010,

If you want absolutly the unsupported 5.5 version, you can go to the mysql website and download the generic 5.5 RPM in 64bit for your kernel version.

tono2010
Posts: 3
Joined: 2011/12/04 00:53:23

Re: Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Post by tono2010 » 2011/12/08 19:31:47

Thanks for the information! I was following the instructions from the following link:

http://www.if-not-true-then-false.com/2011/lemp-on-fedora-centos-red-hat-rhel-linux-nginx-mysql-php-fpm/#install_mysql

I tried in Fedora 16 and worked fine

Regards,

Rodrigo

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Post by pschaff » 2011/12/09 23:57:49

Well, I presume on that basis we can mark the thread [RESOLVED], but not a resolution I would have accepted. :-)

tono2010
Posts: 3
Joined: 2011/12/04 00:53:23

Re: [RESOLVED] Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Post by tono2010 » 2011/12/10 00:20:12

Yes I do

Thanks

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [RESOLVED] Installing MySQL Workbench (x86, 64-bit) on CentOS 6.0

Post by pschaff » 2011/12/10 12:23:24

You are welcome.

Post Reply