LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-06-2010, 10:43 AM   #1
madriscoll
LQ Newbie
 
Registered: Jan 2010
Posts: 10

Rep: Reputation: 0
MySQL Workbench Installation / RPM / Build on RHEL5


I am currently running MySQL on my workstation under RHEL5 and would like an open community version of their Workbench.

Is there an RPM binaries available? and/or can someone provide some direction on building from their source?

thank you

M
 
Old 03-07-2010, 03:52 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Looking for mysql-workbench-oss-5.2.13-1rhel5.i386.rpm?
 
Old 03-07-2010, 07:49 AM   #3
madriscoll
LQ Newbie
 
Registered: Jan 2010
Posts: 10

Original Poster
Rep: Reputation: 0
Hi-

Well - I think this is the 32 bit version and also think I found the 64bit version on that sight. Though, when I tried to install I received the following dependencies were not resolved - I am providing the screen shot for trying to install first the 32 bit version and then the 64bit version - can you help me with how you resolve these dependency issues?

M

root@localhost Desktop]# ls
CDWRITER Device Home.desktop System
DVD-ROM Device KControl.desktop trash.desktop
Floppy Device mysql-workbench-oss-5.2.13-1rhel5.i386.rpm
[root@localhost Desktop]# rpm -i my*
error: Failed dependencies:
libatkmm-1.6.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libcairomm-1.0.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libgdkmm-2.4.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libglibmm-2.4.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libgtkmm-2.4.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libpangomm-1.4.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libsigc-2.0.so.0 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
libzip.so.1 is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
pexpect is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
python-paramiko is needed by mysql-workbench-oss-5.2.13-1rhel5.i386
[root@localhost Desktop]# ls
CDWRITER Device Home.desktop mysql-workbench-oss
DVD-ROM Device KControl.desktop System
Floppy Device mysql-workbench-oss-5.2.13-1rhel5.i386.rpm trash.desktop
[root@localhost Desktop]# rpm -i mysql*64.rpm
error: Failed dependencies:
libatkmm-1.6.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhel
libcairomm-1.0.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rh
libgdkmm-2.4.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhel
libglibmm-2.4.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhe
libgtkmm-2.4.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhel
liblua-5.1.so()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhel5.x8
libpangomm-1.4.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rh
libsigc-2.0.so.0()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhel5
libzip.so.1()(64bit) is needed by mysql-workbench-oss-5.2.13-1rhel5.x86_
pexpect is needed by mysql-workbench-oss-5.2.13-1rhel5.x86_64
python-paramiko is needed by mysql-workbench-oss-5.2.13-1rhel5.x86_64
[root@localhost Desktop]#
 
Old 03-07-2010, 11:08 AM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Use 'yum' instead of 'rpm' to allow for dependency resolution?
 
Old 03-08-2010, 02:04 PM   #5
madriscoll
LQ Newbie
 
Registered: Jan 2010
Posts: 10

Original Poster
Rep: Reputation: 0
Thanks for the direction. Though, I 'm not sure how to use yum in this case. I tried the following

yum mysql*64.rpm

and it did not like that response. I tried

install mysql*64.rpm

and likewise had some issues
 
Old 03-08-2010, 03:19 PM   #6
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I'm sorry but "did not like that response" is not an actual error message or proper description one can do something with. Just use 'yum install mysql-workbench-oss-5.2.13-1rhel5.i386.rpm'.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL Workbench for RedHat zeroquaranta Linux - Server 6 03-01-2010 02:49 AM
wireshark rpm installation thru yum on RHEL5 g.navink Linux - Software 3 11-25-2009 04:27 AM
LXer: Visual MySQL Database Design in MySQL Workbench LXer Syndicated Linux News 0 06-12-2008 07:00 PM
MySQL Workbench grahamtysall Linux - General 1 07-27-2007 03:30 PM
RedHat and src.rpm build of MySQL wdingus Linux - Software 3 04-15-2003 05:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration