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 15697 - Amaya will not install on Fedora 16 x86_64
Summary: Amaya will not install on Fedora 16 x86_64
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Misc (show other bugs)
Version: 11.4.4
Hardware: PC Linux
: P2 critical
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-24 18:17 UTC by M. G. Christensen
Modified: 2012-09-12 07:39 UTC (History)
5 users (show)

See Also:


Attachments

Description M. G. Christensen 2012-01-24 18:17:29 UTC
Attempt to install Amaya from rpm package results as follows:

# ls amaya*
amaya_wx-11.4.4-0.x86_64.rpm

# rpm -ivh amaya*
error: Failed dependencies:
        libcrypto.so.0.9.8()(64bit) is needed by amaya_wx-11.4.4-0.x86_64
        libraptor.so.1()(64bit) is needed by amaya_wx-11.4.4-0.x86_64
        libssl.so.0.9.8()(64bit) is needed by amaya_wx-11.4.4-0.x86_64

Creating symbolic links fails to resolve the dependencies.  libcrypto.so.1.0.0f appears in my /lib64 directory as the ls command shows, and appears to be the only version installed on my system:

# ls /lib64/libcryp*
/lib64/libcrypt-2.14.90.so  /lib64/libcryptsetup.so.1
/lib64/libcrypto.so.10      /lib64/libcryptsetup.so.1.2.0
/lib64/libcrypto.so.1.0.0f  /lib64/libcrypt.so.1

but after making the link,

# ln -s /lib64/libcrypto.so.1.0.0f libcrypto.so.0.9.8

running the rpm command again results as above, with the libcrypt.so dependency not found.

Amaya would install using the rpm option --nodeps, but then would not run.
Comment 1 M. G. Christensen 2012-09-07 03:05:19 UTC
On September 6, 2012, I installed libraptor using the command sudo yum install raptor*.  Four packages were installed.  Now using rpm to install the rpm package of Amaya 11.4.4 only results in the report of two missing libraries, libcrypto and libssl.  Anyone else have a resolution to this?
Comment 2 M. G. Christensen 2012-09-12 02:04:17 UTC
September 11, 2012: I again installed Amaya with the command 

sudo rpm -Uvh --nodeps amaya_wx-11.4.4-0.x86_64.rpm

I next linked to libcrypto and libssl as follows:

sudo ln -s /lib64/libcrypto.so.1.0.0j /usr/lib64/libcrypto.so.0.9.8

and 

sudo ln -s /usr/lib64/libssl.so.1.0.0j /usr/lib64/libssl.so.0.9.8

Started Amaya from the command line, received a lot of error messages about missing files in my .amaya directory, but Amaya started and appears to function.  The second time starting Amaya, no error messages.

I imagine I will have to reset the links every time there is an update, or link instead to the links libcrypto.so.10 and libssl.so.10.

For me, it seems the problem is solved, just my not knowing where Amaya was looking for the libraries.
Comment 3 lcarcone 2012-09-12 07:39:32 UTC
Thanks to share your experience