Bug #49213 WorkBench Install Dependencies fails when installing on Fedora Core 12 X86_64
Submitted: 30 Nov 2009 16:30 Modified: 28 Jan 2010 13:25
Reporter: Miguel Solorzano Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.8 OS:Linux (Fedora 12 X86_64)
Assigned to: Alfredo Kojima CPU Architecture:Any

[30 Nov 2009 16:30] Miguel Solorzano
Description:
When installing on Fedora 12 X86_64 the below error messages are showed:

libssl.so.8()(64bit) is needed by package mysql-workbench-oss-5.2.8-1fc11.x86_64 (/mysql-workbench-oss-5.2.8-1fc11.x86_64)
libcrypto.so.8()(64bit) is needed by package mysql-workbench-oss-5.2.8-1fc11.x86_64 (/mysql-workbench-oss-5.2.8-1fc11.x86_64)

How to repeat:
See description

Suggested fix:
-
[30 Nov 2009 21:51] David Attley
I'm having the same problem, Fedora 12 x86_64. 

openssl-static-1.0.0-0.13.beta4.fc12.x86_64
openssl-1.0.0-0.13.beta4.fc12.x86_64
openssl-1.0.0-0.13.beta4.fc12.i686
openssl-perl-1.0.0-0.13.beta4.fc12.x86_64
openssl-devel-1.0.0-0.13.beta4.fc12.x86_64
[1 Dec 2009 17:50] David Attley
Workaround:

ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.8
ln -s /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.8
sudo rpm -ivfh --nodeps Download/mysql-workbench-oss-5.1.18a-1fc11.x86_64.rpm
[28 Jan 2010 13:16] Alfredo Kojima
Our most recent packages are built for FC 12, so this should be gone now.
[28 Jan 2010 13:25] MySQL Verification Team
Closing since it was already fixed (I was able to install it yesterday without problems).