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!