Using Crypt::OpenSSL::RSA with http_perl_module problem

Igor Sysoev igor at sysoev.ru
Wed Dec 26 16:03:14 UTC 2012


On Dec 26, 2012, at 19:58 , kalpesh.patel at glgroup.com wrote:

> I am suspecting following to be issue some how. I've tried specifying it via
> $LD_LIBRARY_PATH, $LD_PRELOAD and /etc/ld.so.preload but no love.
> 
> 
> root at master-01:/home/theApp/theEnDec/conf# find / -name RSA.so
> /usr/local/lib/perl/5.12.4/auto/Crypt/OpenSSL/RSA/RSA.so
> /usr/lib/perl/5.12.4/auto/Crypt/OpenSSL/RSA/RSA.so

Try to set in nginx.conf at top level:

env  PERL5LIB=/usr/local/lib/perl/5.12.4/:/usr/lib/perl/5.12.4/;

Details at http://nginx.org/en/docs/ngx_core_module.html#env


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



More information about the nginx mailing list