in reply to Finding Net_SSLeay PPM package for Solaris

Unfortunately I do not have access to a Solaris server on which I can install a compiler...

Are you sure there isn't a compiler there already? Do you have shell access on the box in question? A quick which cc or which gcc should tell you if you have a compiler or not. If you *do*, then just install the module in the usual way.

perl Makefile.PL make make test make install

If you don't have root on that box, then just install in a directory that you have permissions to.

Perl Makefile.PL LIB=/path-to/your-dir PREFIX=/path-to/your-dir make make test make install
-- vek --

Replies are listed 'Best First'.
Re: Re: Finding Net_SSLeay PPM package for Solaris
by Anonymous Monk on Nov 06, 2003 at 03:59 UTC
    A quick which cc or which gcc should tell you if you have a compiler or not. If you *do*, then just install the module in the usual way.
    That won't help if perl is compiled with ROCKO ;)
    perl -V:cc cc='ROCKO';