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::
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
>
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
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:
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
> 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
>
> --
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
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
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/)
>
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
> /
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
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
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.
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
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
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
- 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.
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
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
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]>
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
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
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
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
24 matches
Mail list logo