Problem with Gd module and animated Gifs

2010-07-04 Thread Mike Martin
Hi I am looking at creating animated gifs using this in the man page as a starting point my $gifdata = $image->gifanimbegin; $gifdata .= $image->gifanimadd;# first frame for (1..100) { # make a frame of right size my $frame = GD::

Re: loading GD module on Solaris

2009-11-26 Thread Paul Johnson
this is the problem but does anyone know if there's a page somewhere > > discussing how someone got the GD module to work on Solaris? I really > > appreciate your help on this. > > > > btw, my present error is: > > > > cc: acomp failed for GD.c >

Re: loading GD module on Solaris

2009-11-25 Thread Paul Johnson
ible? The GD README > mentions Mac OS X and Linux and even Windows but not Solaris. The > problems are with cc. Since Solaris has it's own version C compiler, I'm > sure this is the problem but does anyone know if there's a page somewhere > discussing how someone

loading GD module on Solaris

2009-11-25 Thread Aimee Cardenas
The problems are with cc. Since Solaris has it's own version C compiler, I'm sure this is the problem but does anyone know if there's a page somewhere discussing how someone got the GD module to work on Solaris? I really appreciate your help on this. btw, my present error is:

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 inst

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
TED]> wrote: > 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 > /

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/Imag

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 eli

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.

Re: Perl-GD module installation

2008-04-23 Thread Rob Coops
files. On Wed, Apr 23, 2008 at 11: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 > GD.xs:8:21: gdfontg.h

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

Re: GD module not found using PPM

2005-01-21 Thread Dmitry Nikolayev
Cohen" <[EMAIL PROTECTED]> ???/ ? ?: news:[EMAIL PROTECTED] Hello, I couldn't find the GD module (graphs) when using PPM. After some search I found the following html which contains many module not found in PPM. Hope this helps somebody. www.bribs.org/perl/p

Re: GD module not found using PPM

2005-01-21 Thread ewijaya
- Original Message - From: Mark Cohen <[EMAIL PROTECTED]> Date: Friday, January 21, 2005 3:54 pm Subject: GD module not found using PPM > > www.bribs.org/perl/ppmdir.html Your URL has a slight typo mistake, Mark. Below also includes the alternatives: http://www.bribes.

GD module not found using PPM

2005-01-20 Thread Mark Cohen
Hello, I couldn't find the GD module (graphs) when using PPM. After some search I found the following html which contains many module not found in PPM. Hope this helps somebody. www.bribs.org/perl/ppmdir.html Regards Mark

RE : GD Module

2004-11-22 Thread Jose Nyimi
AIL PROTECTED] > Objet : GD Module > > Anyone have any tutorials on the GD Module - Graphing? > > > > Carol Custard > > West Interactive Corporation > > Programmer Analyst > > Direct: 402-716-0720 > > Ext: 116-0720 > > Stop Code W100-WIC-3W

GD Module

2004-11-22 Thread Custard, Carol N.
Anyone have any tutorials on the GD Module - Graphing? Carol Custard West Interactive Corporation Programmer Analyst Direct: 402-716-0720 Ext: 116-0720 Stop Code W100-WIC-3W [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

GD module and LD_LIBRARY_PATH problem

2004-05-12 Thread Halkyard, Jim
Hi all, I have a problem with the GD module on Solaris 5.8 using Perl 5.6.1. I have installed Perl to /usr/local/bin/perl and /usr/app/perl is a symlink to fit in with certain conventions round here. When compiling the GD module it asked me where libgd was installed, and I told it - /usr

Re: Changing @INC (libgd and the GD module)

2002-11-05 Thread Chris Garaffa
On Tuesday, November 5, 2002, at 10:23 AM, todd shifflett wrote: Thank you. I decided to recompile perl, which seemed to work well. The big problem I am having is getting the GD.pm module to work because it needs shared libraries which I am having trouble installing. Have you had any luck insta

Re: Changing @INC (libgd and the GD module)

2002-11-05 Thread todd shifflett
Thank you. I decided to recompile perl, which seemed to work well. The big problem I am having is getting the GD.pm module to work because it needs shared libraries which I am having trouble installing. Have you had any luck installing libgd, zlib or the GD perl module? I guess if you're using s

GD module installation

2001-06-20 Thread [Rajib Mukherjee]
hi all, i need to use GD::Graph::bars does that mean i have to begin with installing GD.pm - then GD::Graph and then GD::Graph::bars. how should i go about it. excuse me i am new to installing modules. rajib _ Get Your Privat