Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576374 - dev-libs/openssl removed symbols SSLv2_server_method and SSLv2_client_method, but did not trigger reverse dependency rebuilds
Summary: dev-libs/openssl removed symbols SSLv2_server_method and SSLv2_client_method,...
Status: RESOLVED DUPLICATE of bug 576128
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 19:38 UTC by Sebastian Pipping
Modified: 2016-03-03 19:56 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 Sebastian Pipping gentoo-dev 2016-03-03 19:38:16 UTC
Hi!

PHP, Git and Curl broker over here from a recent openssl update.
The cause is that symbols and SSLv2_server_method and SSLv2_client_method have been removed but were still linked to, resulting in start-up failure.

I wonder if there is something we could do to have at least these to packages rebuilt:


dev-lang/php
    /usr/lib64/php5.6/apache2/libphp5.so
        SSLv2_server_method

net-misc/curl
    /usr/lib64/libcurl.so
        SSLv2_client_method


Thanks and best, Sebastian
Comment 1 Mike Gilbert gentoo-dev 2016-03-03 19:46:53 UTC
Please search for existing bug reports before filing a new one.

*** This bug has been marked as a duplicate of bug 576128 ***
Comment 2 Sebastian Pipping gentoo-dev 2016-03-03 19:56:51 UTC
I did.  I didn't find it.