Using Crypt::OpenSSL::RSA with http_perl_module problem

kalpesh.patel@glgroup.com nginx-forum at nginx.us
Wed Dec 26 15:58:16 UTC 2012


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



In case it helps, this is the Makefile to get the environment to the point
of testing it on a Ubuntu 11.10 build:

        apt-get -y --force-yes install gcc
        apt-get -y --force-yes install unzip
        apt-get -y --force-yes install libpcre3 libpcre3-dev
        apt-get -y --force-yes install libssl-dev
        apt-get -y --force-yes install libperl-dev

        cpan -fi Crypt::OpenSSL::RSA
        cpan -fi MIME::Base64
        cpan -fi Convert::PEM
        cpan -fi CGI

        tar -xvzf nginx-1.2.6.tar.gz
        tar -xvzf set-misc-nginx-module-0.22rc8.tar.gz

        unzip -o ngx_devel_kit-master.zip

        cd nginx-1.2.6 && ./configure --with-http_ssl_module
--with-http_perl_module --add-module=../ngx_devel_kit-master
--add-module=../set-misc-nginx-module-0.22rc8 --with-http_stub_status_module
--with-debug

        cd nginx-1.2.6 && make install

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,234394,234485#msg-234485



More information about the nginx mailing list