Welcome! Log In Create A New Profile

Advanced

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

December 26, 2012 12:10PM
On Dec 26, 2012, at 20:40 , kalpesh.patel@glgroup.com wrote:

> Igor:
>
> I had tried that before but now I tried with following two which still
> errors out with same exact place and error:
>
>
> env PERL5LIB=/usr/local/lib/perl/5.12.4/:/usr/lib/perl/5.12.4/;
> env LD_LIBRARY_PATH=/usr/lib/perl/5.12.4/auto/Crypt/OpenSSL/RSA/;

Sorry, I did not look your first message with strace.
Perl already knows about these pathes, but it seems
this perl installation is broken:

Perl found right directory but then tries to look "RSA." instead of "RSA.so":

stat("/usr/local/lib/perl/5.12.4/auto/Crypt/OpenSSL/RSA",
{st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
stat("/usr/local/lib/perl/5.12.4/auto/Crypt/OpenSSL/RSA/RSA.", 0x16d0e68) =
-1 ENOENT (No such file or directory)

Then it looks "-L/..." directories which are actually linking parameters:

stat("-L/usr/local/lib/perl/5.12.4/auto/Crypt/OpenSSL/RSA", 0x16d0e68) = -1
ENOENT (No such file or directory)
stat("-L/usr/lib/perl/5.12/auto/Crypt/OpenSSL/RSA", 0x16d0e68) = -1 ENOENT
(No such file or directory)


--
Igor Sysoev
http://nginx.com/support.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Using Crypt::OpenSSL::RSA with http_perl_module problem

kalpesh.patel@glgroup.com December 24, 2012 01:58PM

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

kalpesh.patel@glgroup.com December 26, 2012 10:58AM

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

Igor Sysoev December 26, 2012 11:04AM

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

kalpesh.patel@glgroup.com December 26, 2012 11:40AM

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

Igor Sysoev December 26, 2012 12:10PM

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

kalpesh.patel@glgroup.com December 26, 2012 01:46PM

Re: Using Crypt::OpenSSL::RSA with http_perl_module problem

kalpesh.patel@glgroup.com December 27, 2012 12:35PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 309
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready