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 15:43:28
Message-Id: CAJ1xhMVxUPRJzwt19FB3mmGs5RQ-g5QMNwAZOHwyWONYRDdBXw@mail.gmail.com
In Reply to: Re: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst by Andrew Lowe
1 On Sun, Jan 15, 2017 at 5:07 PM, Andrew Lowe <agl@×××××××.au> wrote:
2 > On 15/01/17 21:27, Alexander Kapshuk wrote:
3 >>
4 >> On Sun, Jan 15, 2017 at 10:36 AM, Andrew Lowe <agl@×××××××.au> wrote:
5 >>>
6 >>> Dear all,
7 >>> Just done an eix-sync -> emerge -NuD world and have a problem
8 >>> with
9 >>> the above mentioned package. As a quick first pass before I put all the
10 >>> error/debugging stuff together, does anyone know what the following
11 >>> snippet
12 >>> would mean, I'm totally Perl ignorant?
13 >>>
14 >>> * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none
15 >>> DESTDIR=/var/tmp/portage/dev-perl/IO-Socket-SSL-2.43.0/image/
16 >>> perl: symbol lookup error:
17 >>>
18 >>> /usr/lib64/perl5/vendor_perl/5.24.1/x86_64-linux/auto/Net/SSLeay/SSLeay.so:
19 >>> undefined symbol: SSLeay_version
20 >>> * ERROR: dev-perl/IO-Socket-SSL-2.43.0::gentoo failed (configure phase):
21 >>> * Unable to build!
22 >>>
23 >>> According to packages.gentoo.org, I've got the latest version of
24 >>> Net-SSLeay,
25 >>> 1.8
26 >>>
27 >>> Any thoughts greatly appreciated,
28 >>>
29 >>> Andrew
30 >>>
31 >>
32 >> An undefined symbol is a reference to a function called SSLeay_version
33 >> not being defined in the SSLeay_version.so module.
34 >>
35 >> Have you updated dev-lang/perl recently and perhaps forgot to run
36 >> perl-cleaner afterwards?
37 >>
38 >> Just a thought.
39 >>
40 >>
41 >
42 > Alexander,
43 > I remember to do the python-updater but had forgotten about the perl
44 > equivalent, perl-cleaner. Gave it a run but I still get the same error,
45 > whilst the cleaner is running. Might be time to file a bug, unless anyone
46 > else has updated this is the last day or so with no error's?
47 >
48 > Regards,
49 > Andrew
50 >
51
52 Based on the CPAN info on NET::SSLeay,
53 http://search.cpan.org/~mikem/Net-SSLeay-1.80/lib/Net/SSLeay.pod,
54 SSLeay_version has been available in this module in versions >
55 Net-SSLeay-1.42. So it should be available in 1.8, which is what you
56 say you have. Could be a bug, as you suggested.
57 What USE flags do you have NET::SSLeay compiled with, and what other
58 flag are available for it?

Replies

Subject Author
Re: [gentoo-user] dev-perl/IO-Socket-SSL is causing me angst Alexander Kapshuk <alexander.kapshuk@×××××.com>