Bug #50427 Workbench fails to install for higher versions of openssl
Submitted: 18 Jan 2010 20:15 Modified: 19 Feb 2010 12:29
Reporter: Glenn Glazer Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:mysql-workbench-oss-5.1.18a-1fc11.x86_64 OS:Linux
Assigned to: CPU Architecture:Any
Tags: install

[18 Jan 2010 20:15] Glenn Glazer
Description:
This version of workbench fails to install because it requires a specific version of openssl which is not the latest.

Workaround: install GUI tools.

How to repeat:
glenn@stopbath Downloads]$ sudo rpm -iv mysql-workbench-oss-5.1.18a-1fc11.x86_64.rpm 
[sudo] password for glenn: 
error: Failed dependencies:
	libcrypto.so.8()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
	libmysqlclient_r.so.16()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
	libssl.so.8()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
	libzip.so.1()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64

So, it wants libcrypto.so.8, but I have 10:

[glenn@stopbath rpm]$ strings Packages | fgrep libcrypto.so | fgrep 64bit | sort -u
libcrypto.so.10()(64bit)

Suggested fix:
Accept version 8 or higher.
[19 Jan 2010 12:29] Johannes Taxacher
Hello Glenn,

could you check if you have the same problem with our 5.2 packages?
[20 Feb 2010 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".