Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32858 - openssl-0.9.7c-r1 fails to install 0.9.6 compat libs
Summary: openssl-0.9.7c-r1 fails to install 0.9.6 compat libs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
: 32574 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-06 02:11 UTC by Paul de Vrieze (RETIRED)
Modified: 2003-11-12 01:21 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul de Vrieze (RETIRED) gentoo-dev 2003-11-06 02:11:30 UTC
The openssl-0.9.7c-r1 library fails to install the compatible 0.9.6 libs. This is probably due to the make test script of 0.9.6l being faulty and starting with deleting those libraries without rebuilding them.
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2003-11-06 08:13:33 UTC
*** Bug 32574 has been marked as a duplicate of this bug. ***
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2003-11-06 09:07:50 UTC
The problem is that the shared libraries from openssl-0.9.6 are never created.

Addding 'make do_linux-shared' just after 'make all || die' in the compatibility
part of the ebuild seems to solve this.
Comment 3 Simon Cooper 2003-11-07 14:45:04 UTC
also doing a ln -s libssl.so.0.9.6 libssl.so.0.9.7 (same for libcrypto) in
/usr/lib solves it. Strangely reconpiling stuff that needs the librarys doesnt
change which one they link to...
Comment 4 Alessio / Nail 2003-11-07 16:06:31 UTC
Should do, instead. As I proposed in my bug report (bug 32574), the big problem
is located only on wget, so I think portage should use a static version of
wget for download, avoiding this type of problem
Comment 5 Andrea Cerrito 2003-11-09 09:32:49 UTC
I can confirm this critical bug: a lot of application fails to run without
the link.
Anyway, I think the ebuild can be modified to do the symbolic link to avoid
the problem.
Comment 6 Daniel Ahlberg (RETIRED) gentoo-dev 2003-11-12 01:21:10 UTC
Fixed both 0.9.7c and 0.9.7c-r1. Explanation in ChangeLog.