I have previously been using the ActiveState Perl distribution on Windows. In this environment I have been able to install modules using PPM or, for those times when a PPM package was not available, I have been able to download and install from CPAN.
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?
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.