Front page | perl.beginners |
Postings from December 2002
Newbie in CPAN
From:
Francesc DantÃ
Date:
December 8, 2002 05:27
Subject:
Newbie in CPAN
Message ID:
000e01c29ebd$87a2dbc0$0100a8c0@GRAN
I'm trying to install GD module, but it doesn't runs.
Error messages aren't so explicit for me.
What's the problem?
Compliling the package tar.gz, the result is the same:
When I call "make" command
#################################################################
cc -c -I/usr/local/include -I/usr/local/include/gd -DDEBIAN -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION
=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -I/usr/lib/perl/5.6.1/CORE -DHAVE_JPEG GD.
c
GD.xs: In function `newDynamicCtx':
GD.xs:345: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromPngData':
GD.xs:499: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromGdData':
GD.xs:518: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromGd2Data':
GD.xs:535: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromJpegData':
GD.xs:555: structure has no member named `gd_free'
GD.xs: In function `XS_GD__Image_newFromWBMPData':
GD.xs:580: structure has no member named `gd_free'
make: *** [GD.o] Error 1
#####################################################
Does enybody know what happens?
Thanks!
-
Newbie in CPAN
by Francesc DantÃ