inman has asked for the wisdom of the Perl Monks concerning the following question:
I am now installing a number of scripts onto a Solaris 9 server. The application uses Crypt::SSLeay etc. which need to be downloaded and have binaries compiled as part of the installation. My problem is that the Solaris servers that I am using have a minimal OS install which specifically does not include a compiler. Tools such as make are available but cc (or gcc) and the associated compiler files are not installed.
Bearing in mind that Crypt::SSLeay is not available as a PPM package for Solaris, is installing a compiler (on a dev machine) and using the CPAN package my only choice? If so, what is the best way to then distribute the modules to the servers that do not have compilers installed?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Crypt::SSLeay distribution for Solaris 9
by coec (Chaplain) on May 13, 2004 at 00:32 UTC | |
by PodMaster (Abbot) on May 13, 2004 at 03:23 UTC |