Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66753 - Erlang's ebuild and OpenSSL
Summary: Erlang's ebuild and OpenSSL
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 06:00 UTC by Nolan Eakins
Modified: 2004-10-08 11:25 UTC (History)
0 users

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 Nolan Eakins 2004-10-08 06:00:22 UTC
Erlang's ebuild depends on the wrong version of OpenSSL. It currently uses 0.9.6 something, when Erlang requires 0.9.7 for crypto support.
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2004-10-08 11:25:31 UTC
Hm, the ebuild states:
ssl? ( >=dev-libs/openssl-0.9.6d )

that is if there is 0.9.7 installed it will pick it up over 0.9.6. Or do you mean that new versions do not play nicely with 0.9.6?
Please also test erlang-10.2.0 (R10B-0), it was recently added to the tree and I adjusted its openssl dependency on >=0.9.7..

George