View Full Version : GD module for perl
ecja
3rd January 2008, 08:37 PM
Hello,
can any one help with GD module for perl.
Server Error
The following required Perl modules are not installed on this server:
GD
Please contact your server administrator or hosting company to install these modules.
Perl modules can be downloaded from www.cpan.org or installed using the programs ppm or cpan that comes with perl in the same bin directory. To install perl module, run the program ppm or cpan or perl -MCPAN -e shell, then type install module_name. Root access required for this action.
I don't know any thing about perl, or how do I install it.
Jc
breun
4th January 2008, 07:02 AM
Dag's RPMforge yum repository has a perl-GD package.
ecja
4th January 2008, 11:22 PM
Dag's RPMforge yum repository has a perl-GD package.
I install perl-GD-2.35-1.fc5.src.rpm for Fedora 5 but now the perl stop working
Jc
breun
5th January 2008, 06:52 AM
That makes no sense since a src.rpm is a *source* package which just contains the sources to build the package yourself and doesn't change anything about your Perl installation.
If you want perl-GD, add that yum repository and 'yum install perl-GD' to get what you want.
You realize Fedora Core 5 reached End Of Life on 29 June 2007 as far as The Fedora Project is concerned? This means no more security fixes will be released for this distribution. I believe Dag might no longer support this release either.
ecja
5th January 2008, 08:33 AM
Hello,
how do i remoe it, I try yum uninstall and remove and keep getting gettlng
No Match for argument: perl-GD-2.35-1.fc5.src.rpm
No Packages marked for removal
Jc
breun
5th January 2008, 09:20 AM
You can't uninstall source packages via yum. You'll have to remove the files yourself (probably under /usr/src). Keeping them shouldn't interfere with anything though.
ecja
15th January 2008, 02:52 PM
I have install both perl-GD-2.35-1.fc5.i386.rpm and
perl-GD-2.35-1.fc5.src.rpm
but I still cannot get pass this server error
GD
Perl modules can be downloaded from www.cpan.org or installed using the programs ppm or cpan that comes with perl in the same bin directory. To install perl module, run the program ppm or cpan or perl -MCPAN -e shell, then type install module_name. Root access required for this action.
Do any one know the type of perl GD that has to install
JC
breun
15th January 2008, 03:42 PM
Did you restart apache after you installed perl-GD?
ecja
15th January 2008, 03:55 PM
Yes, I restart the server
breun
15th January 2008, 04:21 PM
What software is showing this error?
ecja
15th January 2008, 04:57 PM
A soft ware Mewsoft
http://www.mewsoft.com/cgi-bin/classified/classified.cgi?Lang=English&CatA_ID=0&CatB_ID=0
evgen
16th January 2008, 03:39 AM
Actually, the link works ... probably cache ?
By the way, it is useful to check the domain's error log for non-working cgi.
ecja
19th January 2008, 01:59 PM
I install it
I got it here
http://www.boutell.com/gd/http/gd-2.0.33.tar.gz
then, unpack and install
tar xvf gd-2.0.33.tar
cd gd-2.0.33
./configure
make
make install
then reinstall the latest GD perl module using cpan:
perl -MCPAN -e shell
CPAN>install GD
vBulletin® v3.6.12, Copyright ©2000-2008, Jelsoft Enterprises Ltd.