On 5/12/10 1:07 PM, "[email protected]" <[email protected]> wrote: > > I have tried to install GD.pm in CSPAN. When I type the make fixdeps this is > what i got: > > Install module GD > Running install for module 'GD' > Running make for L/LD/LDS/GD-2.45.tar.gz > Has already been unwrapped into directory /root/.cpan/build/GD-2.45-8Fi3l6 > '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make > Running make test > Make had some problems, won't test > Running make install > Make had some problems, won't install > GPG dependencies: > PerlIO::eol ...found > GnuPG::Interface ...found > ICAL dependencies: > Data::ICal ...found > MAILGATE dependencies: > Pod::Usage ...found > HTML::TreeBuilder ...found > Getopt::Long ...found > HTML::FormatText ...found > LWP::UserAgent ...found > MASON dependencies: > Storable >= 2.08 ...found > CSS::Squish >= 0.06 ...found > Apache::Session >= 1.53 ...found > Errno ...found > Devel::StackTrace >= 1.19 ...found > CGI::Cookie >= 1.20 ...found > Text::WikiFormat >= 0.76 ...found > XML::RSS >= 1.05 ...found > HTML::Mason >= 1.36 ...found > Digest::MD5 >= 2.27 ...found > MYSQL dependencies: > DBD::mysql >= 2.1018 ...found > SMTP dependencies: > Net::SMTP ...found > STANDALONE dependencies: > Net::Server ...found > HTTP::Server::Simple >= 0.34 ...found > HTTP::Server::Simple::Mason >= 0.09 ...found > SOME DEPENDENCIES WERE MISSING. > GD missing dependencies: > GD::Graph ...MISSING > Can't locate GD/Graph.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl /root/rt3) > GD::Text ...MISSING > Can't locate GD/Text.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl /root/rt3) > GD ...MISSING > Can't locate GD.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl /root/rt3) > make: *** [fixdeps] Error 1 > > > Please help me fix this problem and continue my upgrade > > Thanks,
You need to install the gd package from your OS vendor. If this is RHEL, the package would be gd and gd-devel that needs installed, if this is Ubuntu/Debian, you need libgd2-xpm and libgd2-xpm-devel. For FreeBSD and friends search their ports trees accordingly. -- Gary L. Greene, Jr. IT Operations Minerva Networks, Inc. Cell: (650) 704-6633 Phone: (408) 240-1239 Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
