This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 8429 - cant install 11.3 without libssl.so.6
Summary: cant install 11.3 without libssl.so.6
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: Building (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-03 13:49 UTC by Richard Mellersh
Modified: 2009-12-04 22:15 UTC (History)
4 users (show)

See Also:


Attachments

Description Richard Mellersh 2009-12-03 13:49:47 UTC
Trying to install 11.3 errors with unstatisfied dependency how do i get this file in? I have downloaded several versions from rpm find but none will overwrite libsss.so.0.9.8. How do i overcome this?
Comment 1 Vatton 2009-12-03 14:41:02 UTC
(In reply to comment #0)
> Trying to install 11.3 errors with unstatisfied dependency how do i get this
> file in? I have downloaded several versions from rpm find but none will
> overwrite libsss.so.0.9.8. How do i overcome this?
> 

I suspect libraries are installed in /usr/lib64 instead of /usr/lib
If true I suggest to create a symbolic link in the directory /usr/lib

cd /usr/lib
ln -s ../lib64/libssl.so.0.9.8 libssl.so
ln -s ../lib64/libcrypto.so.0.9.8 libcrypt.so
Comment 2 Jeffrey R. Evans 2009-12-04 22:15:01 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > Trying to install 11.3 errors with unstatisfied dependency how do i get this
> > file in? I have downloaded several versions from rpm find but none will
> > overwrite libsss.so.0.9.8. How do i overcome this?
> > 
> 
> I suspect libraries are installed in /usr/lib64 instead of /usr/lib
> If true I suggest to create a symbolic link in the directory /usr/lib
> 
> cd /usr/lib
> ln -s ../lib64/libssl.so.0.9.8 libssl.so
> ln -s ../lib64/libcrypto.so.0.9.8 libcrypt.so
> 

I am also getting dependency errors for libssl.so.6 and libcrypto.so.6 when I attempt to install the 11.3 binary .rpm on Fedora 11 x64.

I attempted the softlinks method you recommended and the install still fails with an error indicating missing dependencies of libssl.so.6 () (64bit) and libcrypto.so.6 () (64bit).

I was able to install succesfully by using the rpm -Uhv amaya_wx-11.3-0.x86_64.rpm --nodeps    option.    The result was that Amaya installed and seems to run acceptably.  If I run into related issues I will update this bug.