Thread libgd installation SuSe: Fehler beim Installieren von libgd (11 answers)
Opened by Gast at 2006-11-28 14:04

Gast Gast
 2006-11-28 14:04
#48132 #48132
Hi all,

ich bin kein Linux-experte, daher mal meine Frage:
Ich müsste bei mir das libGD Package installieren, aber bei der Installation tritt folgender Fehler auf... was bedeutet das?? Oder besser gefragt, weiss jemand, wie ich diesen Fehler beheben bzw. beseitigen kann?
Vielen Dank im Voraus,

Max, der Linux-Noobie

------------------
Configuring for libgd version 2.0.22.
Checking for stray libgd header files...


** WARNING: found gd.h header file in /usr/include/gd.h, but it is expected at /usr/include/gd.h. This may cause compile errors! **
** Possible problems found **


GD library used from: /usr

Please choose the features that match how libgd was built:
Build JPEG support? [y]
Build PNG support? [y]
Build FreeType support? [y]
Build GIF support? [y]
Build support for animated GIFs? [y]
Build XPM support? [y]
Checking if your kit is complete...
Looks good
Writing Makefile for GD
/usr/bin/perl "-Iblib/arch" "-Iblib/lib" GD/Image.pm.PLS GD/Image.pm
Extracting Image.pm (with variable substitutions)
cp GD/Polyline.pm blib/lib/GD/Polyline.pm
cp qd.pl blib/lib/qd.pl
cp GD/Image.pm blib/lib/GD/Image.pm
cp GD.pm blib/lib/GD.pm
AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD)
cp GD/Simple.pm blib/lib/GD/Simple.pm
cp GD/Polygon.pm blib/lib/GD/Polygon.pm
/usr/bin/perl /usr/lib/perl5/5.8.3/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.3/ExtUtils/typemap -typemap typemap GD.xs > GD.xsc && mv GD.xsc GD.c
cc -c -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -Wall -pipe -DVERSION=\"2.35\" -DXS_VERSION=\"2.35\" -fPIC "-I/usr/lib/perl5/5.8.3/i586-linux-thread-multi/CORE" -DHAVE_JPEG -DHAVE_FT -DHAVE_XPM -DHAVE_GIF -DHAVE_PNG -DHAVE_ANIMGIF GD.c
GD.xs: In function `constant':
GD.xs:335: warning: label `not_there' defined but not used
GD.xs: In function `XS_GD__Image__newFromGif':
GD.xs:855: warning: implicit declaration of function `gdImageCreateFromGif'
GD.xs:855: warning: assignment makes pointer from integer without a cast
GD.xs:850: warning: unused variable `truecolor'
GD.xs: In function `XS_GD__Image_newFromGifData':
GD.xs:877: warning: implicit declaration of function `gdImageCreateFromGifCtx'
GD.xs:870: warning: unused variable `truecolor'
GD.xs: In function `XS_GD__Image_gifanimbegin':
GD.xs:990: warning: implicit declaration of function `gdImageGifAnimBeginPtr'
GD.xs: In function `XS_GD__Image_gifanimadd':
GD.xs:1015: warning: implicit declaration of function `gdImageGifAnimAddPtr'
GD.xs: In function `XS_GD__Image_gifanimend':
GD.xs:1034: warning: implicit declaration of function `gdImageGifAnimEndPtr'
GD.xs: In function `XS_GD__Image_gif':
GD.xs:1079: warning: implicit declaration of function `gdImageGifPtr'
GD.c: In function `XS_GD__Image_copyRotated':
GD.c:2216: warning: unused variable `dstX'
GD.c:2217: warning: unused variable `dstY'
GD.c:2218: warning: unused variable `srcX'
GD.c:2219: warning: unused variable `srcY'
GD.c:2220: warning: unused variable `srcW'
GD.c:2221: warning: unused variable `srcH'
GD.c:2222: warning: unused variable `angle'
GD.xs: In function `XS_GD__Image_unclosedPolygon':
GD.xs:1547: warning: unused variable `sp'
GD.xs:1548: warning: unused variable `length'
GD.xs:1548: warning: unused variable `count'
GD.xs:1549: warning: unused variable `x'
GD.xs:1549: warning: unused variable `y'
GD.xs:1549: warning: unused variable `i'
GD.xs:1550: warning: unused variable `polyptr'
GD.c:2453: warning: unused variable `poly'
GD.c:2454: warning: unused variable `color'
GD.c: In function `XS_GD__Image_colorClosestAlpha':
GD.c:3028: warning: unused variable `a'
GD.xs: In function `XS_GD__Image_stringFT':
GD.xs:2185: warning: suggest parentheses around assignment used as truth value
GD.xs:2189: warning: suggest parentheses around assignment used as truth value
GD.xs:2156: warning: unused variable `a'
GD.xs:2161: warning: unused variable `hdpi'
GD.xs:2162: warning: unused variable `vdpi'
GD.c: In function `XS_GD__Image_stringFTCircle':
GD.c:3809: warning: unused variable `cx'
GD.c:3810: warning: unused variable `cy'
GD.c:3811: warning: unused variable `radius'
GD.c:3812: warning: unused variable `textRadius'
GD.c:3813: warning: unused variable `fillPortion'
GD.c:3814: warning: unused variable `fontname'
GD.c:3815: warning: unused variable `points'
GD.c:3816: warning: unused variable `top'
GD.c:3817: warning: unused variable `bottom'
GD.c:3818: warning: unused variable `fgcolor'
GD.xs:2252: warning: unused variable `err'
GD.c: In function `XS_GD__Image_useFontConfig':
GD.c:3874: warning: unused variable `flag'
GD.c: At top level:
GD.xs:60: warning: `not_here' defined but not used
Running Mkbootstrap for GD ()
chmod 644 GD.bs
rm -f blib/arch/auto/GD/GD.so
LD_RUN_PATH="/usr/X11R6/lib:/usr/lib" cc -shared GD.o -o blib/arch/auto/GD/GD.so -L/usr/X11R6/lib -L/usr/lib -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -lm -lgd
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: cannot find -lpng12
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/GD/GD.so] 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

View full thread libgd installation SuSe: Fehler beim Installieren von libgd