FS#17059 - [mysql-gui-tools] misses dependency to libgnomeui for mysql-query-browser

Attached to Project: Community Packages
Opened by seb (seb) - Sunday, 08 November 2009, 10:35 GMT
Last edited by Ionut Biru (wonder) - Monday, 09 November 2009, 18:06 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Ionut Biru (wonder)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After installing mysql-gui-tools, I was not able to start mysql-query-browser.
I tried to run it from command line and it told me:
seb ~ $ mysql-query-browser
/usr/bin/mysql-query-browser-bin: error while loading shared libraries: libgnomeui-2.so.0: cannot open shared object file: No such file or directory

Running ldd on /usr/bin/mysql-query-browser-bin gives:
libgnomeui-2.so.0 => not found
libbonoboui-2.so.0 => not found
libgnomecanvas-2.so.0 => not found

I have then installed libgnomeui which also installed:
libgnomecanvas-2.26.0-1 libbonoboui-2.24.2-1 libgnomeui-2.24.2-1

After this, it works!

Additional info:
* package version: 5.0r14-3
* ldd /usr/bin/mysql-query-browser-bin output in attached file.

Steps to reproduce:
1) Install mysql-gui-tools
2) Run mysql-query-browser from command line
This task depends upon

Closed by  Ionut Biru (wonder)
Monday, 09 November 2009, 18:06 GMT
Reason for closing:  Fixed

Loading...