in reply to Module compilation hell
idea 1) Get gcc as your compiler. This solved 95% of my problems. After you get it, and get it working, then:
2) Compile perl with gcc. Some modules (DBI for example), prefer to be compiled with the compiler that compiled perl.
3) As noted in other replies, use perl -MCPAN and/or cpan plus. Otherwise, you will go crazy.
4) Use a newer version of perl. Modules may not play nice with older versions of perl.
These things may take you a day (or more) to get working right. Once you do, 99% of the modules will work like a charm.
good luck
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Module compilation hell
by Anonymous Monk on Mar 31, 2004 at 00:03 UTC | |
by castaway (Parson) on Mar 31, 2004 at 05:46 UTC | |
by mpolo (Chaplain) on Mar 31, 2004 at 08:25 UTC |