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

Replies

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