Skip Menu |

This queue is for tickets about the Net-SSLeay CPAN distribution.

Report information
The Basics
Id: 122802
Status: rejected
Priority: 0/
Queue: Net-SSLeay

People
Owner: Nobody in particular
Requestors: percy.piccoli [...] genesis.swiss
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory
Date: Mon, 14 Aug 2017 07:17:18 +0000
To: "bug-Net-SSLeay [...] rt.cpan.org" <bug-Net-SSLeay [...] rt.cpan.org>
From: Percy Piccoli <percy.piccoli [...] genesis.swiss>
Hi, We have installed Perl version 5.26.0 on Red Hat Enterprise 7.2 and 7.3 Server. We like to install Net:SSLeay as a part of the REST::Client. The installation off the Net-SSLeay verions 1.81 fail on both Red Hat OS Server. Also the --force option do not install the Ner::SSLeay. The OpenSSL-1.0.1e from the standard Red Hat installation. Following the output from the command line: ./cpanm Net::SSLeay --> Working on Net::SSLeay Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz ... OK Configuring Net-SSLeay-1.81 ... OK Building and testing Net-SSLeay-1.81 ... FAIL ! Installing Net::SSLeay failed. See /root/.cpanm/work/1502685486.3870/build.log for details. Retry with --force to force install it. Following the log details from the installation: cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux Work directory is /root/.cpanm/work/1502685486.3870 You have make /usr/bin/make You have LWP 6.26 You have /usr/bin/tar: tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. You have /usr/bin/unzip Searching Net::SSLeay () on cpanmetadb ... --> Working on Net::SSLeay Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz -> OK Unpacking Net-SSLeay-1.81.tar.gz Entering Net-SSLeay-1.81 Checking configure dependencies from META.yml Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) Configuring Net-SSLeay-1.81 Running Makefile.PL *** Found OpenSSL-1.0.1e installed in /usr *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json -> OK Checking dependencies from MYMETA.json ... Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.30) Checking if you have Test::More 0.60_01 ... Yes (1.302086) Checking if you have MIME::Base64 0 ... Yes (3.15) Building and testing Net-SSLeay-1.81 cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3 .al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, hea d_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, pos t_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3 .al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/perl5-26/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLea y/SSLeay.bs 644 "/usr/perl5-26/bin/perl" "-Iinc" "/usr/perl5-26/lib/5.26.0/ExtUtils/xsubpp" -typemap '/usr/perl5-26/lib/5.26.0 /ExtUtils/typemap' -typemap '/root/.cpanm/work/1502685486.3870/Net-SSLeay-1.81/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"1.81\" -DXS_VERSION=\"1.81\" -fPIC "-I/usr/perl5-26/ lib/5.26.0/x86_64-linux/CORE" SSLeay.c SSLeay.xs:163:25: fatal error: openssl/err.h: No such file or directory #include <openssl/err.h> ^ compilation terminated. make: *** [SSLeay.o] Error 1 -> FAIL Installing Net::SSLeay failed. See /root/.cpanm/work/1502685486.3870/build.log for details. Retry with --force to force install it. What are the workaround to install the Net::SSLeay? Mit freundlichen Grüssen / kind regards, Percy Piccoli ITIM Consultant Genesis Swiss Team AG Bernstrasse 34 3072 Ostermundigen +41 31 560 35 35 percy.piccoli@genesis.swiss www.genesis.swiss<http://www.genesis.swiss> [Provitex GmbH] [Provitex GmbH] [Genesis Swiss Team AG auf Xing]<https://www.xing.com/companies/genesisswissteamag>[Genesis Swiss Team AG bei Linked in][Genesis Swiss Team AG auf Twitter]<https://twitter.com/GenesisSwiss> GENESIS Swiss Team AG, Bernstrasse 34, 3072 Ostermundigen, Switzerland GENESIS Swiss Team AG, Binzstrasse 18, 8045 Zürich, Switzerland GENESIS Swiss Team SA, avenue Industrielle 4-6, 1227 Carouge, Switzerland MwSt Nr.: CHE-108.470.315 This message and any attachments contain privileged/confidential information of GENESIS Swiss Team AG, and may not be disclosed, used, copied, or transmitted in any form or by any means without prior written permission from GENESIS Swiss Team AG. If you are not the intended recipient, delete the message and any attachments from your system without reading or copying it, and kindly notify sender by e-mail.

Message body is not shown because it is too large.

Download image001.jpg
image/jpeg 40.2k
image001.jpg
Download image002.jpg
image/jpeg 22.6k
image002.jpg
Download image003.jpg
image/jpeg 2.4k
image003.jpg
Download image004.jpg
image/jpeg 10.8k
image004.jpg
Download image005.jpg
image/jpeg 10.1k
image005.jpg
Subject: Re: [rt.cpan.org #122802] ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory
Date: Tue, 15 Aug 2017 07:05:38 +1000
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] airspayce.com>
Hello I am travelling at the moment and won't be able to look at this until October. In the meantime you may need to specify the location of the OpenSSL installation when you make net-openssleay Sent from my iPhone Show quoted text
> On 15 Aug 2017, at 5:52 am, Percy Piccoli via RT <bug-Net-SSLeay@rt.cpan.org> wrote: > > Mon Aug 14 15:52:07 2017: Request 122802 was acted upon. > Transaction: Ticket created by percy.piccoli@genesis.swiss > Queue: Net-SSLeay > Subject: ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: percy.piccoli@genesis.swiss > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122802 > > > > Hi, > > > > We have installed Perl version 5.26.0 on Red Hat Enterprise 7.2 and 7.3 Server. We like to install Net:SSLeay as a part of the REST::Client. > > The installation off the Net-SSLeay verions 1.81 fail on both Red Hat OS Server. Also the --force option do not install the Ner::SSLeay. > > The OpenSSL-1.0.1e from the standard Red Hat installation. > > > > Following the output from the command line: > > ./cpanm Net::SSLeay > > --> Working on Net::SSLeay > > Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz ... OK > > Configuring Net-SSLeay-1.81 ... OK > > Building and testing Net-SSLeay-1.81 ... FAIL > > ! Installing Net::SSLeay failed. See /root/.cpanm/work/1502685486.3870/build.log for details. Retry with --force to force install it. > > > > > > Following the log details from the installation: > > cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux > > Work directory is /root/.cpanm/work/1502685486.3870 > > You have make /usr/bin/make > > You have LWP 6.26 > > You have /usr/bin/tar: tar (GNU tar) 1.26 > > Copyright (C) 2011 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. > > > > Written by John Gilmore and Jay Fenlason. > > You have /usr/bin/unzip > > Searching Net::SSLeay () on cpanmetadb ... > > --> Working on Net::SSLeay > > Fetching http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz > > -> OK > > Unpacking Net-SSLeay-1.81.tar.gz > > Entering Net-SSLeay-1.81 > > Checking configure dependencies from META.yml > > Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) > > Configuring Net-SSLeay-1.81 > > Running Makefile.PL > > *** Found OpenSSL-1.0.1e installed in /usr > > *** Be sure to use the same compiler and options to compile your OpenSSL, perl, > > and Net::SSLeay. Mixing and matching compilers is not supported. > > Do you want to run external tests? > > These tests *will* *fail* if you do not have network connectivity. [n] n > > Checking if your kit is complete... > > Looks good > > Generating a Unix-style Makefile > > Writing Makefile for Net::SSLeay > > Writing MYMETA.yml and MYMETA.json > > -> OK > > Checking dependencies from MYMETA.json ... > > Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.30) > > Checking if you have Test::More 0.60_01 ... Yes (1.302086) > > Checking if you have MIME::Base64 0 ... Yes (3.15) > > Building and testing Net-SSLeay-1.81 > > cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm > > cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod > > cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm > > AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) > > blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: > > directory blib/lib/auto/Net/SSLeay: > > do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https > > do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx > > get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3 > > .al, get_httpx4.al truncate to get_http > > head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, hea > > d_httpx3.al, head_httpx4.al truncate to head_htt > > post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, pos > > t_httpx3.al, post_httpx4.al truncate to post_htt > > put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3 > > .al, put_httpx4.al truncate to put_http > > ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read > > ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ > > tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read > > tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ > > Running Mkbootstrap for SSLeay () > > chmod 644 "SSLeay.bs" > > "/usr/perl5-26/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLea > > y/SSLeay.bs 644 > > "/usr/perl5-26/bin/perl" "-Iinc" "/usr/perl5-26/lib/5.26.0/ExtUtils/xsubpp" -typemap '/usr/perl5-26/lib/5.26.0 > > /ExtUtils/typemap' -typemap '/root/.cpanm/work/1502685486.3870/Net-SSLeay-1.81/typemap' SSLeay.xs > SSLeay.xsc > > mv SSLeay.xsc SSLeay.c > > cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D > > _FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"1.81\" -DXS_VERSION=\"1.81\" -fPIC "-I/usr/perl5-26/ > > lib/5.26.0/x86_64-linux/CORE" SSLeay.c > > SSLeay.xs:163:25: fatal error: openssl/err.h: No such file or directory > > #include <openssl/err.h> > > ^ > > compilation terminated. > > make: *** [SSLeay.o] Error 1 > > -> FAIL Installing Net::SSLeay failed. See /root/.cpanm/work/1502685486.3870/build.log for details. Retry with > > --force to force install it. > > > > > > What are the workaround to install the Net::SSLeay? > > > > > > > Mit freundlichen Grüssen / kind regards, > > > Percy Piccoli > ITIM Consultant > Genesis Swiss Team AG > Bernstrasse 34 > 3072 Ostermundigen > +41 31 560 35 35 > percy.piccoli@genesis.swiss > www.genesis.swiss<http://www.genesis.swiss> > [Provitex GmbH] > > [Provitex GmbH] > > [Genesis Swiss Team AG auf Xing]<https://www.xing.com/companies/genesisswissteamag>[Genesis Swiss Team AG bei Linked in][Genesis Swiss Team AG auf Twitter]<https://twitter.com/GenesisSwiss> > > GENESIS Swiss Team AG, Bernstrasse 34, 3072 Ostermundigen, Switzerland > GENESIS Swiss Team AG, Binzstrasse 18, 8045 Zürich, Switzerland > GENESIS Swiss Team SA, avenue Industrielle 4-6, 1227 Carouge, Switzerland > MwSt Nr.: CHE-108.470.315 > > This message and any attachments contain privileged/confidential information of GENESIS Swiss Team AG, and may not be disclosed, used, copied, or transmitted in any form or by any means without prior written permission from GENESIS Swiss Team AG. If you are not the intended recipient, delete the message and any attachments from your system without reading or copying it, and kindly notify sender by e-mail. > > > <image001.jpg> > <image002.jpg> > <image003.jpg> > <image004.jpg> > <image005.jpg>
Subject: RE: [rt.cpan.org #122802] ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory
Date: Wed, 16 Aug 2017 05:13:38 +0000
To: "bug-Net-SSLeay [...] rt.cpan.org" <bug-Net-SSLeay [...] rt.cpan.org>
From: Percy Piccoli <percy.piccoli [...] genesis.swiss>
Hello Mike, Thank you for the response. The location of the OpenSSL is in the $PATH environment. # find / -name openssl -print /etc/pki/ca-trust/extracted/openssl /usr/bin/openssl /usr/lib/openssl /usr/lib64/openssl /usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl /usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl /usr/share/ruby/openssl PATH=/usr/perl5-26/bin:/usr/java/jdk1.8.0_144/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin On the OpenSSl portal (https://www.openssl.org/) there are no envrionments mention. Are there undocumentent environment variables we have to set? Which location we have do define as you mention? Mit freundlichen Grüssen / kind regards, Percy Piccoli ITIM Consultant Genesis Swiss Team AG Bernstrasse 34 3072 Ostermundigen +41 31 560 35 35 percy.piccoli@genesis.swiss www.genesis.swiss GENESIS Swiss Team AG, Bernstrasse 34, 3072 Ostermundigen, Switzerland GENESIS Swiss Team AG, Binzstrasse 18, 8045 Zürich, Switzerland GENESIS Swiss Team SA, avenue Industrielle 4-6, 1227 Carouge, Switzerland MwSt Nr.: CHE-108.470.315 This message and any attachments contain privileged/confidential information of GENESIS Swiss Team AG, and may not be disclosed, used, copied, or transmitted in any form or by any means without prior written permission from GENESIS Swiss Team AG. If you are not the intended recipient, delete the message and any attachments from your system without reading or copying it, and kindly notify sender by e-mail. Show quoted text
-----Original Message----- From: Mike McCauley via RT [mailto:bug-Net-SSLeay@rt.cpan.org] Sent: Montag, 14. August 2017 23:31 To: Percy Piccoli <percy.piccoli@genesis.swiss> Subject: Re: [rt.cpan.org #122802] ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory <URL: https://rt.cpan.org/Ticket/Display.html?id=122802 > Hello I am travelling at the moment and won't be able to look at this until October. In the meantime you may need to specify the location of the OpenSSL installation when you make net-openssleay Sent from my iPhone
> On 15 Aug 2017, at 5:52 am, Percy Piccoli via RT <bug-Net-SSLeay@rt.cpan.org> wrote: > > Mon Aug 14 15:52:07 2017: Request 122802 was acted upon. > Transaction: Ticket created by percy.piccoli@genesis.swiss > Queue: Net-SSLeay > Subject: ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: percy.piccoli@genesis.swiss > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122802 > > > > Hi, > > > > We have installed Perl version 5.26.0 on Red Hat Enterprise 7.2 and 7.3 Server. We like to install Net:SSLeay as a part of the REST::Client. > > The installation off the Net-SSLeay verions 1.81 fail on both Red Hat OS Server. Also the --force option do not install the Ner::SSLeay. > > The OpenSSL-1.0.1e from the standard Red Hat installation. > > > > Following the output from the command line: > > ./cpanm Net::SSLeay > > --> Working on Net::SSLeay > > Fetching > http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz ... > OK > > Configuring Net-SSLeay-1.81 ... OK > > Building and testing Net-SSLeay-1.81 ... FAIL > > ! Installing Net::SSLeay failed. See /root/.cpanm/work/1502685486.3870/build.log for details. Retry with --force to force install it. > > > > > > Following the log details from the installation: > > cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux > > Work directory is /root/.cpanm/work/1502685486.3870 > > You have make /usr/bin/make > > You have LWP 6.26 > > You have /usr/bin/tar: tar (GNU tar) 1.26 > > Copyright (C) 2011 Free Software Foundation, Inc. > > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. > > This is free software: you are free to change and redistribute it. > > There is NO WARRANTY, to the extent permitted by law. > > > > Written by John Gilmore and Jay Fenlason. > > You have /usr/bin/unzip > > Searching Net::SSLeay () on cpanmetadb ... > > --> Working on Net::SSLeay > > Fetching > http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.81.tar.gz > > -> OK > > Unpacking Net-SSLeay-1.81.tar.gz > > Entering Net-SSLeay-1.81 > > Checking configure dependencies from META.yml > > Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.30) > > Configuring Net-SSLeay-1.81 > > Running Makefile.PL > > *** Found OpenSSL-1.0.1e installed in /usr > > *** Be sure to use the same compiler and options to compile your > OpenSSL, perl, > > and Net::SSLeay. Mixing and matching compilers is not supported. > > Do you want to run external tests? > > These tests *will* *fail* if you do not have network connectivity. [n] > n > > Checking if your kit is complete... > > Looks good > > Generating a Unix-style Makefile > > Writing Makefile for Net::SSLeay > > Writing MYMETA.yml and MYMETA.json > > -> OK > > Checking dependencies from MYMETA.json ... > > Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.30) > > Checking if you have Test::More 0.60_01 ... Yes (1.302086) > > Checking if you have MIME::Base64 0 ... Yes (3.15) > > Building and testing Net-SSLeay-1.81 > > cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm > > cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod > > cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm > > AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) > > blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: > > directory blib/lib/auto/Net/SSLeay: > > do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to > do_https > > do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx > > get_https.al, get_https3.al, get_https4.al, get_http.al, > get_http3.al, get_http4.al, get_httpx.al, get_httpx3 > > .al, get_httpx4.al truncate to get_http > > head_https.al, head_https3.al, head_https4.al, head_http.al, > head_http3.al, head_http4.al, head_httpx.al, hea > > d_httpx3.al, head_httpx4.al truncate to head_htt > > post_https.al, post_https3.al, post_https4.al, post_http.al, > post_http3.al, post_http4.al, post_httpx.al, pos > > t_httpx3.al, post_httpx4.al truncate to post_htt > > put_https.al, put_https3.al, put_https4.al, put_http.al, > put_http3.al, put_http4.al, put_httpx.al, put_httpx3 > > .al, put_httpx4.al truncate to put_http > > ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to > ssl_read > > ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ > > tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to > tcp_read > > tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ > > Running Mkbootstrap for SSLeay () > > chmod 644 "SSLeay.bs" > > "/usr/perl5-26/bin/perl" "-Iinc" -MExtUtils::Command::MM -e > 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLea > > y/SSLeay.bs 644 > > "/usr/perl5-26/bin/perl" "-Iinc" > "/usr/perl5-26/lib/5.26.0/ExtUtils/xsubpp" -typemap > '/usr/perl5-26/lib/5.26.0 > > /ExtUtils/typemap' -typemap > '/root/.cpanm/work/1502685486.3870/Net-SSLeay-1.81/typemap' SSLeay.xs
> > SSLeay.xsc
> > mv SSLeay.xsc SSLeay.c > > cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D > > _FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"1.81\" -DXS_VERSION=\"1.81\" -fPIC "-I/usr/perl5-26/ > > lib/5.26.0/x86_64-linux/CORE" SSLeay.c > > SSLeay.xs:163:25: fatal error: openssl/err.h: No such file or > directory > > #include <openssl/err.h> > > ^ > > compilation terminated. > > make: *** [SSLeay.o] Error 1 > > -> FAIL Installing Net::SSLeay failed. See > -> /root/.cpanm/work/1502685486.3870/build.log for details. Retry with > > --force to force install it. > > > > > > What are the workaround to install the Net::SSLeay? > > > > > > > Mit freundlichen Grüssen / kind regards, > > > Percy Piccoli > ITIM Consultant > Genesis Swiss Team AG > Bernstrasse 34 > 3072 Ostermundigen > +41 31 560 35 35 > percy.piccoli@genesis.swiss > www.genesis.swiss<http://www.genesis.swiss> > [Provitex GmbH] > > [Provitex GmbH] > > [Genesis Swiss Team AG auf > Xing]<https://www.xing.com/companies/genesisswissteamag>[Genesis Swiss > Team AG bei Linked in][Genesis Swiss Team AG auf > Twitter]<https://twitter.com/GenesisSwiss> > > GENESIS Swiss Team AG, Bernstrasse 34, 3072 Ostermundigen, Switzerland > GENESIS Swiss Team AG, Binzstrasse 18, 8045 Zürich, Switzerland > GENESIS Swiss Team SA, avenue Industrielle 4-6, 1227 Carouge, > Switzerland MwSt Nr.: CHE-108.470.315 > > This message and any attachments contain privileged/confidential information of GENESIS Swiss Team AG, and may not be disclosed, used, copied, or transmitted in any form or by any means without prior written permission from GENESIS Swiss Team AG. If you are not the intended recipient, delete the message and any attachments from your system without reading or copying it, and kindly notify sender by e-mail. > > > <image001.jpg> > <image002.jpg> > <image003.jpg> > <image004.jpg> > <image005.jpg>
Subject: Re: [rt.cpan.org #122802] ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory
Date: Wed, 16 Aug 2017 15:36:52 +0930
To: bug-Net-SSLeay [...] rt.cpan.org
From: Mike McCauley <mikem [...] airspayce.com>
Hello. You can find some assistance with environment variables that control the build in the install documents in the standard distribution from clan Cheers Sent from my iPhone Show quoted text
> On 16 Aug 2017, at 2:44 pm, Percy Piccoli via RT <bug-Net-SSLeay@rt.cpan.org> wrote: > > Queue: Net-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122802 > > > Hello Mike, > > Thank you for the response. > > The location of the OpenSSL is in the $PATH environment. > > # find / -name openssl -print > /etc/pki/ca-trust/extracted/openssl > /usr/bin/openssl > /usr/lib/openssl > /usr/lib64/openssl > /usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openssl > /usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openssl > /usr/share/ruby/openssl > > PATH=/usr/perl5-26/bin:/usr/java/jdk1.8.0_144/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin > > On the OpenSSl portal (https://www.openssl.org/) there are no envrionments mention. > > Are there undocumentent environment variables we have to set? > Which location we have do define as you mention? > > > Mit freundlichen Grüssen / kind regards, > > > Percy Piccoli > ITIM Consultant > Genesis Swiss Team AG > Bernstrasse 34 > 3072 Ostermundigen > +41 31 560 35 35 > percy.piccoli@genesis.swiss > www.genesis.swiss > > >
Subject: RE: [rt.cpan.org #122802] ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory
Date: Wed, 16 Aug 2017 06:43:51 +0000
To: "bug-Net-SSLeay [...] rt.cpan.org" <bug-Net-SSLeay [...] rt.cpan.org>
From: Percy Piccoli <percy.piccoli [...] genesis.swiss>
Hello Mike, Thank you for the response. I could solve the issue. I install the openssl-devel.i686 and openssl-devel.x86_64 Linux packages. After it installing "cpanm Net::SSLeay" was on the fly. Also REST::Client was installable. Please close this case, #122802. Thank you for the help and support. Mit freundlichen Grüssen / kind regards, Percy Piccoli ITIM Consultant Genesis Swiss Team AG Bernstrasse 34 3072 Ostermundigen +41 31 560 35 35 percy.piccoli@genesis.swiss www.genesis.swiss GENESIS Swiss Team AG, Bernstrasse 34, 3072 Ostermundigen, Switzerland GENESIS Swiss Team AG, Binzstrasse 18, 8045 Zürich, Switzerland GENESIS Swiss Team SA, avenue Industrielle 4-6, 1227 Carouge, Switzerland MwSt Nr.: CHE-108.470.315 This message and any attachments contain privileged/confidential information of GENESIS Swiss Team AG, and may not be disclosed, used, copied, or transmitted in any form or by any means without prior written permission from GENESIS Swiss Team AG. If you are not the intended recipient, delete the message and any attachments from your system without reading or copying it, and kindly notify sender by e-mail. Show quoted text
-----Original Message----- From: Mike McCauley via RT [mailto:bug-Net-SSLeay@rt.cpan.org] Sent: Mittwoch, 16. August 2017 08:31 To: Percy Piccoli <percy.piccoli@genesis.swiss> Subject: Re: [rt.cpan.org #122802] ACTION: Installing Net::SSLeay failed. fatal error: openssl/err.h: No such file or directory <URL: https://rt.cpan.org/Ticket/Display.html?id=122802 > Hello. You can find some assistance with environment variables that control the build in the install documents in the standard distribution from clan Cheers Sent from my iPhone
> On 16 Aug 2017, at 2:44 pm, Percy Piccoli via RT <bug-Net-SSLeay@rt.cpan.org> wrote: > > Queue: Net-SSLeay > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=122802 > > > Hello Mike, > > Thank you for the response. > > The location of the OpenSSL is in the $PATH environment. > > # find / -name openssl -print > /etc/pki/ca-trust/extracted/openssl > /usr/bin/openssl > /usr/lib/openssl > /usr/lib64/openssl > /usr/lib64/python2.7/site-packages/cryptography/hazmat/backends/openss > l > /usr/lib64/python2.7/site-packages/cryptography/hazmat/bindings/openss > l > /usr/share/ruby/openssl > > PATH=/usr/perl5-26/bin:/usr/java/jdk1.8.0_144/bin:/usr/lib64/qt-3.3/bi > n:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin > > On the OpenSSl portal (https://www.openssl.org/) there are no envrionments mention. > > Are there undocumentent environment variables we have to set? > Which location we have do define as you mention? > > > Mit freundlichen Grüssen / kind regards, > > > Percy Piccoli > ITIM Consultant > Genesis Swiss Team AG > Bernstrasse 34 > 3072 Ostermundigen > +41 31 560 35 35 > percy.piccoli@genesis.swiss > www.genesis.swiss > > >