Schrift
[thread]7345[/thread]

fehler bei GD-installation

Leser: 1


<< >> 9 Einträge, 1 Seite
Froschpopo
 2005-10-13 18:33
#58747 #58747
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
warum schlägt make fehl?
auszug aus der installation von GD.pm:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
...
Configuring for libgd version 2.0.33.
Included Features: GD_GIF GD_UNCLOSEDPOLY GD_ANIMGIF GD_FTCIRCLE VERSION_33
GD library used from: /usr/local

If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.

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.6/ExtUtils/xsubpp  -typemap /usr/lib/perl5/5.8.6/ExtUtils/typemap -typemap typemap  GD.xs > GD.xsc && mv GD.xsc GD.c
cc -c  -I/usr/local/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=i586 -mcpu=i686 -fmessage-length=0 -Wall -g -Wall -pipe   -DVERSION=\"2.28\" -DXS_VERSION=\"2.28\" -fPIC "-I/usr/lib/perl5/5.8.6/i586-linux-thread-multi/CORE"  -DHAVE_FT -DHAVE_GIF -DHAVE_ANIMGIF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FTCIRCLE GD.c
GD.xs: In function `constant':
GD.xs:331: warning: label `not_there' defined but not used
GD.c: In function `XS_GDImageImage_newFromGifData':
GD.xs:810: warning: unused variable `errormsg'
GD.xs:811: warning: unused variable `truecolor'
GD.xs: In function `XS_GDImage_gifanimadd':
GD.xs:922: warning: implicit declaration of function `gdImageGifAnimAddPtr'
GD.xs: In function `XS_GDImage_colorClosestAlpha':
GD.c:2915: warning: unused variable `a'
GD.xs: In function `XS_GDImage_useFontConfig':
GD.c:3761: warning: unused variable `flag'
GD.xs: In function `XS_GDFont_Small':
GD.xs:2360: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GDFont_Giant':
GD.xs:2382: warning: assignment makes pointer from integer without a cast
GD.xs: In function `XS_GDFont_Tiny':
GD.xs:2404: warning: assignment makes pointer from integer without a cast
GD.c: At top level:
GD.xs:56: warning: `not_here' defined but not used
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
\n\n

<!--EDIT|Froschpopo|1129214319-->
Froschpopo
 2005-10-13 18:39
#58748 #58748
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
If you experience compile problems, please check the @INC, @LIBPATH and @LIBS
arrays defined in Makefile.PL and manually adjust, if necessary.

würd ich ja mal machen wenn ich wüsste wie :D
Froschpopo
 2005-10-13 19:06
#58749 #58749
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
hat niemand eine idee?
Strat
 2005-10-13 19:32
#58750 #58750
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
der Auszug sagt mir recht wenig. hast du die libgd jetzt installiert bekommen? und passt die auch zu der version, die in der readme von GD beschrieben ist?

Um was fuer ein OS geht's eigentlich? welche Perl-Version?
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/
Froschpopo
 2005-10-13 19:38
#58751 #58751
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
Suse 9.3
Perl 5.8.6
libgd 2.0.33

welches GD meinst du denn?
das GD.pm oder das wo auch die libgd drin war?
Froschpopo
 2005-10-13 20:11
#58752 #58752
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
ich habs nochmal per hand gemacht mit perl Makefile.PL, make ... und da kam dann auch wieder dieser Fehler:
make: *** [GD.o] ERROR 1...
also derselbe wie oben!
Froschpopo
 2005-10-14 02:02
#58753 #58753
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
hmm also das libgd funzt fehlerfrei... hab mal das testfile ausgeführt
Froschpopo
 2005-10-14 02:26
#58754 #58754
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
ich brauchte ja eigentlich nur JPEG-Support... habs jetzt hinbekommen mit perl Makefile.PL -options "JPEG"
Froschpopo
 2005-10-14 02:47
#58755 #58755
User since
2003-08-15
2653 Artikel
BenutzerIn
[default_avatar]
komisch, jetzt meint er:
Can't locate object method "newFromJpeg" via package "GD::Image" at /srv/www/cgi-bin/... line 984.
plötzlich verschwinden die funktionen, ist ja schon alles sehr seltsam!

Ok, ich habs dann mal mit allen versucht: perl Makefile.PL -options "JPEG,PNG,XPM,GIF,FT"
das ANIMGIF hab ich mal weggelassen und plötzlich gehts.
wenn ichs aber wieder hinzunehme, dann erscheint das Error beim make install.
Ist schon alles sehr merkwürdig...
<< >> 9 Einträge, 1 Seite



View all threads created 2005-10-13 18:33.