Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst
Date: Sun, 15 Jan 2017 13:27:54
Message-Id: CAJ1xhMW7izEpH0qvNmsi26HVxXgXQz8Ph7h8Chf2p2xkhmOROw@mail.gmail.com
In Reply to: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst by Andrew Lowe
1 On Sun, Jan 15, 2017 at 10:36 AM, Andrew Lowe <agl@×××××××.au> wrote:
2 > Dear all,
3 > Just done an eix-sync -> emerge -NuD world and have a problem with
4 > the above mentioned package. As a quick first pass before I put all the
5 > error/debugging stuff together, does anyone know what the following snippet
6 > would mean, I'm totally Perl ignorant?
7 >
8 > * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none
9 > DESTDIR=/var/tmp/portage/dev-perl/IO-Socket-SSL-2.43.0/image/
10 > perl: symbol lookup error:
11 > /usr/lib64/perl5/vendor_perl/5.24.1/x86_64-linux/auto/Net/SSLeay/SSLeay.so:
12 > undefined symbol: SSLeay_version
13 > * ERROR: dev-perl/IO-Socket-SSL-2.43.0::gentoo failed (configure phase):
14 > * Unable to build!
15 >
16 > According to packages.gentoo.org, I've got the latest version of Net-SSLeay,
17 > 1.8
18 >
19 > Any thoughts greatly appreciated,
20 >
21 > Andrew
22 >
23
24 An undefined symbol is a reference to a function called SSLeay_version
25 not being defined in the SSLeay_version.so module.
26
27 Have you updated dev-lang/perl recently and perhaps forgot to run
28 perl-cleaner afterwards?
29
30 Just a thought.

Replies

Subject Author
Re: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst Andrew Lowe <agl@×××××××.au>