Re: Perl-GD module installation

2008-05-07 Thread Dr.Ruud
sivasakthi schreef: > Ruud: >> GD can be installed with the help of CPAN. > > I have tried your suggestions .. but it failed to install .. the error > statements are attached with this mail. I see there this: ** WARNING: found gd.h header file in /usr/includegd.h, but it is expected at /usr/loc

Re: Perl-GD module installation

2008-05-07 Thread sivasakthi
> 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 > > --

Re: Perl-GD module installation

2008-05-07 Thread Dr.Ruud
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. h

Re: Perl-GD module installation

2008-05-07 Thread Rob Coops
In that case there might be something strange about your flavor of *nix looking at the man page of my locally installed ld. *-larchive --library=archive Add archive file archive to the list of files to link. This option may be used any number of times. ld will search its path-list fo

Re: Perl-GD module installation

2008-05-07 Thread sivasakthi
On Wed, 2008-05-07 at 09:31 +0200, Rob Coops wrote: > I would say this is the problem: > /usr/bin/ld: cannot find -lfreetype > > At least that is what the compiler says the problem is and I guess it > knows better then I do. So time to install the freetype libs. > (http://www.freetype.org/) >

Re: Perl-GD module installation

2008-05-07 Thread Rob Coops
I would say this is the problem: */usr/bin/ld: cannot find -lfreetype* At least that is what the compiler says the problem is and I guess it knows better then I do. So time to install the freetype libs. ( http://www.freetype.org/) On Wed, May 7, 2008 at 9:05 AM, sivasakthi <[EMAIL PROTECTED]> w

Re: Perl-GD module installation

2008-05-07 Thread sivasakthi
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, # make /usr/bin/perl "-Iblib/arch" "-Iblib/lib" GD/Image.pm.PLS GD/Image.pm Extractin

Re: Perl-GD module installation

2008-04-23 Thread Chas. Owens
On Wed, Apr 23, 2008 at 5:46 AM, sivasakthi <[EMAIL PROTECTED]> wrote: > Hi all, > > I have tried to install the Perl-GD module from source code, it throws > following error when i gave make, > > GD.xs:7:16: gd.h: No such file or directory snip > how can i eliminate the problem ? is any heade

Re: Perl-GD module installation

2008-04-23 Thread J. Peng
On Wed, Apr 23, 2008 at 5:46 PM, sivasakthi <[EMAIL PROTECTED]> wrote: > Hi all, > > I have tried to install the Perl-GD module from source code, it throws > following error when i gave make, > Make sure you have downloaded and installed the following packages: a. Perl 5.6.0 or higher:

Re: Perl-GD module installation

2008-04-23 Thread Rob Coops
GD.xs:7:16: gd.h: No such file or directory GD.xs:8:21: gdfontg.h: No such file or directory GD.xs:9:21: gdfontl.h: No such file or directory GD.xs:10:22: gdfontmb.h: No such file or directory GD.xs:11:21: gdfonts.h: No such file or directory GD.xs:12:21: gdfontt.h: No such file or directory It loo

Perl-GD module installation

2008-04-23 Thread sivasakthi
Hi all, I have tried to install the Perl-GD module from source code, it throws following error when i gave make, GD.xs:7:16: gd.h: No such file or directory GD.xs:8:21: gdfontg.h: No such file or directory GD.xs:9:21: gdfontl.h: No such file or directory GD.xs:10:22: gdfontmb.h: No such file or