sivasakthi schreef:

> I have installed the following rpms,
> 
> gd-devel-2.0.28-4.4E.1
> gd-2.0.28-4.4E.1
> gdk-pixbuf-0.22.0-17.el4.3
> gdm-2.6.0.5-7.rhel4.12
> gdbm-1.8.0-24
> 
> after that tried to build GD module, during make  it shows following,

GD can be installed with the help of CPAN. 

http://www.libgd.org/releases/

then, unpack and install

tar xvf gd-2.0.35.tar
cd gd-2.0.35
./configure
make
make install

then reinstall the latest GD perl module using cpan:
perl -MCPAN -e shell
CPAN>install GD

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to