Hi ,
I have having problem to install the GD module. All other modules i could
install without any issues.
PERL version is v5.8.0 built for i386-linux-thread-multi
Please find attached the error reported.
The GD module is a requirement for me to run the CVSMONITOR application in Linux
Thanks for your help in advance
Vaidy
[EMAIL PROTECTED] cvsmonitor]#
[EMAIL PROTECTED] cvsmonitor]# perl -MCPAN -e 'install GD'
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Tue, 25 Feb 2003 07:55:43 GMT
Running install for module GD
Running make for L/LD/LDS/GD-2.06.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/L/LD/LDS/GD-2.06.tar.gz ok
Scanning cache /root/.cpan/build for sizes
GD-2.06/
GD-2.06/demos/
GD-2.06/demos/shapes.pl
GD-2.06/demos/brushes.pl
GD-2.06/demos/gd_example.cgi
GD-2.06/demos/fonttest
GD-2.06/demos/font_list.png
GD-2.06/demos/polyline.pl
GD-2.06/demos/copies.pl
GD-2.06/demos/transform.pl
GD-2.06/demos/truetype_test
GD-2.06/demos/tile.png
GD-2.06/demos/polys.pl
GD-2.06/demos/fills.pl
GD-2.06/demos/ttf.pl
GD-2.06/bdf_scripts/
GD-2.06/bdf_scripts/README
GD-2.06/bdf_scripts/cvtbdf.pl
GD-2.06/bdf_scripts/bdftogd
GD-2.06/t/
GD-2.06/t/test.out.1.png
GD-2.06/t/frog.xpm
GD-2.06/t/test.out.2.png
GD-2.06/t/Generic.ttf
GD-2.06/t/test.out.3.png
GD-2.06/t/test.out.4.png
GD-2.06/t/frog.jpg
GD-2.06/t/test.out.5.png
GD-2.06/t/test.out.8.png-1
GD-2.06/t/test.out.8.png-2
GD-2.06/t/test.out.8.png-3
GD-2.06/t/test.out.8.png-4
GD-2.06/t/test.out.8.png-5
GD-2.06/t/test.out.6.png
GD-2.06/t/test.out.7.png
GD-2.06/t/test.out.8.png
GD-2.06/t/palettemap.png
GD-2.06/t/GD.t
GD-2.06/t/test.out.9.png
GD-2.06/t/tile.png
GD-2.06/t/Polyline.t
GD-2.06/t/test.out.10.png
GD-2.06/MANIFEST
GD-2.06/README.unix
GD-2.06/GD.pm
GD-2.06/README.QUICKDRAW
GD-2.06/README
GD-2.06/GD/
GD-2.06/GD/Polyline.pm
GD-2.06/Makefile.PL
GD-2.06/qd.pl
GD-2.06/GD.xs
GD-2.06/ChangeLog
GD-2.06/typemap
Removing previously used /root/.cpan/build/GD-2.06
CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
NOTICE: This module requires libgd 2.0.5 or higher.
it will NOT work with earlier versions.
For earlier versions of libgd, use GD version 1.41.
Where is libgd installed? [/usr/lib] /usr/lib/perl
Please choose the features that match how libgd was built:
Build JPEG support? [y]
Build FreeType support? [y]
Build XPM support? [y]
If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.
WARNING: CAPI is not a known parameter.
Checking if your kit is complete...
Looks good
Warning: prerequisite Math::Trig 1 not found.
Writing Makefile for GD
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp qd.pl blib/lib/qd.pl
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
/usr/bin/perl /usr/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap
/usr/lib/perl5/5.8.0/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc
GD.c
gcc -c -I/usr/lib/perl/include -I/usr/local/include -I/usr/local/include/gd
-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -march=i386 -mcpu=i686
-DVERSION=\"2.06\" -DXS_VERSION=\"2.06\" -fpic
"-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DHAVE_JPEG -DHAVE_FT
-DHAVE_XPM GD.c
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
GD.xs: In function `newDynamicCtx':
GD.xs:345: structure has no member named `gd_free'
GD.xs: In function `gd_cloneDim':
GD.xs:365: structure has no member named `alpha'
GD.xs:365: structure has no member named `alpha'
GD.xs:371: structure has no member named `thick'
GD.xs:371: structure has no member named `thick'
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'
GD.xs: In function `XS_GD__Image_copyRotate90':
GD.xs:933: invalid lvalue in assignment
GD.xs:933: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyRotate180':
GD.xs:954: invalid lvalue in assignment
GD.xs:954: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyRotate270':
GD.xs:975: invalid lvalue in assignment
GD.xs:975: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyFlipHorizontal':
GD.xs:996: invalid lvalue in assignment
GD.xs:996: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyFlipVertical':
GD.xs:1017: invalid lvalue in assignment
GD.xs:1017: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyTranspose':
GD.xs:1038: invalid lvalue in assignment
GD.xs:1038: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_copyReverseTranspose':
GD.xs:1059: invalid lvalue in assignment
GD.xs:1059: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_rotate180':
GD.xs:1079: invalid lvalue in assignment
GD.xs:1079: invalid lvalue in assignment
GD.xs:1080: invalid lvalue in assignment
GD.xs:1080: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_flipHorizontal':
GD.xs:1097: invalid lvalue in assignment
GD.xs:1097: invalid lvalue in assignment
GD.xs:1098: invalid lvalue in assignment
GD.xs:1098: invalid lvalue in assignment
GD.xs: In function `XS_GD__Image_flipVertical':
GD.xs:1115: invalid lvalue in assignment
GD.xs:1115: invalid lvalue in assignment
GD.xs:1116: invalid lvalue in assignment
GD.xs:1116: invalid lvalue in assignment
make: *** [GD.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible