in reply to Re^3: Very confused about system perl and local perl
in thread Very confused about system perl and local perl

cpan is good at finding/installing dependent perl modules, but if you want to install something like GD, you need to install the c library libgd (and also libjpeg, libzlib, libttf, etc. to enable all possible features). The last time I had to install GD, cpan did not help get all these external libraries - but installing GD via the package manager (apt-get on ubuntu), did.

  • Comment on Re^4: Very confused about system perl and local perl

Replies are listed 'Best First'.
Re^5: Very confused about system perl and local perl
by Anonymous Monk on Oct 29, 2010 at 15:33 UTC
    Someone needs to write an Alien::Gd to do just that