perl cpan module installation

Jul 30, 10:55 AM

perl gd module

wget http://search.cpan.org/CPAN/authors/id/L/LD/LDS/GD-2.39.tar.gz;

gzip -d *.gz;
tar -xvf *.tar;
cd GD*;

http://forums.westhost.com/showthread.php?t=8948&page=2
1. edit Makefile.PL (in ~/.cpan/build/GD-2.32/ if you’ve tried installing via cpan)
2. after the other @LIBS assignment (line 31), add

@LIBS = qw(-liconv -ljpeg -lfreetype -lpng -lz -lm -lgd);

3. save, & then run

perl Makefile.PL
make
make install

Mark Edwards

,

---

Commenting is closed for this article.

---