he204035 has asked for the wisdom of the Perl Monks concerning the following question:
Trying to load some PERL Modules on a new server we inherited, but one of them says I don't have the right compiler. Search for truth and knowledge on internet leads me to believe that whatever compiler I use for Perl Modules (i.e. gcc) needs to be the same compiler used to load Perl. If that is correct, how do I know which compiler was used for Perl itself?
# echo $CCgives me nothing in return
Just FYI, I am unable to auto-load the modules through CPAN because the server is behind several firewalls and I am pretty sure CorpSec has thrown in a DeathStar in there somewhere (little bit of levity there). So I have to download the modules' zipped tarballs and then transfer to the server and unzip, untar, Makefile.pl, etc etc. The procedure I am using was found on the web. Is there a hard and fast way to manually install modules?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: What was PERL Compiled With?
by ikegami (Patriarch) on Jan 05, 2012 at 19:05 UTC | |
|
Re: What was PERL Compiled With?
by marto (Cardinal) on Jan 05, 2012 at 19:02 UTC | |
|
Re: What was PERL Compiled With?
by CountZero (Bishop) on Jan 05, 2012 at 19:18 UTC | |
|
Re: What was PERL Compiled With?
by DStaal (Chaplain) on Jan 06, 2012 at 13:55 UTC |