I'm trying to get OpenSSL to work on my account. It is hosted on a shared webserver running Solaris 7 and Apache 1.3.3 and I do not have root access.

I unpacked Crypt-OpenSSL-RSA-0.12.tar.gz and I keep getting errors when running Make. Here's what I've tried when running the Makefile.PL:

perl Makefile.PL INSTALLDIRS=site INSTALLSITELIB=/home/USERID/modules/OpenSSL

perl Makefile.PL PREFIX=/home/USERID/modules/OpenSSL

perl Makefile.PL LIB=/home/USERID/modules/OpenSSL PREFIX=/home/USERID/modules/OpenSSL

Here's a copy of what came up in SSH:

venus:/modules/OpenSSL > perl Makefile.PL LIB=/home/USERID/modules/Ope +nSSL PREFIX=/home/USERID/modules/OpenSSL Warning: prerequisite Crypt::OpenSSL::Random 0 not found at (eval 1) l +ine 226. Note (probably harmless): No library found for -lssl Note (probably harmless): No library found for -lcrypto Writing Makefile for Crypt::OpenSSL::RSA venus:/modules/OpenSSL > make gcc -c -I/usr/local/include -O -DVERSION=\"0.12\" -DXS_VERSION=\ +"0.12\" -fPIC -I/usr/local/lib/perl5/5.00502/sun4-solaris/CORE RSA.c In file included from RSA.xs:5: rsaLib.h:8: openssl/ssl.h: No such file or directory *** Error code 1 make: Fatal error: Command failed for target `RSA.o' venus:/modules/OpenSSL >
Can somebody please tell me what I'm doing wrong so I can get OpenSSL installed? I've installed several other modules on my account so I know it is possible.

Best Regards,

Jeff


In reply to Installing OpenSSL On Solaris Without Root Access by wavesail

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.