On Fri, 2008-12-19 at 11:45 -0500, Chas. Owens wrote: > If you get an error building a module from CPAN, either contact the > author or post the error to this list. >
An additional note: some modules require you to install libraries. For example, GD.pm requires libgd.so These must be loaded and compiled independently. Once downloaded and uncompressed, building one is similar to the Perl process: configure make make test make install The configure command creates a Makefile. Sometimes there is no `make test`. See the documentation for each library for details. -- Just my 0.00000002 million dollars worth, Shawn Believe in the Gods but row away from the rocks. -- ancient Hindu proverb -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/