Thread Grafiken generieren in Perl (16 answers)
Opened by stb2050 at 2003-08-15 18:24

stb2050
 2003-08-16 01:39
#55377 #55377
User since
2003-08-14
87 Artikel
BenutzerIn
[default_avatar]
Hi,

bei der Installation von GD bekomme ich folgende Fehlermeldungen:

Quote
-bash: GD.c:2085:: command not found
p15126127:/GD-2.06 # GD.c: In function `XS_GDImage_setBrush':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:: command not found
p15126127:/GD-2.06 # GD.c:2132: parse error before "image"
-bash: GD.c:2132:: command not found
p15126127:/GD-2.06 # GD.c:2137: `image' undeclared (first use in this function)
> GD.c:2137: called object is not a function
> GD.c:2144: `brush' undeclared (first use in this function)
> GD.c:2144: called object is not a function
> GD.c: In function `XS_GDImage_setStyle':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:2169:: command not found
p15126127:/GD-2.06 # GD.c:2196: parse error before "image"
-bash: GD.c:2196:: command not found
p15126127:/GD-2.06 # GD.c:2200: `image' undeclared (first use in this function)
> GD.c:2200: called object is not a function
> GD.c: In function `XS_GDImage_colorClosest':
> GD.c:2262: parse error before "image"
> GD.c:2271: `image' undeclared (first use in this function)
> GD.c:2271: called object is not a function
> GD.c: In function `XS_GDImage_colorExact':
> GD.c:2322: parse error before "image"
> GD.c:2331: `image' undeclared (first use in this function)
-bash: syntax error near unexpected token `('
p15126127:/GD-2.06 # GD.c:2331: called object is not a function
-bash: GD.c:2331:: command not found
p15126127:/GD-2.06 # GD.c: In function `XS_GDImage_colorsTotal':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:: command not found
p15126127:/GD-2.06 # GD.c:2382: parse error before "image"
-bash: GD.c:2382:: command not found
p15126127:/GD-2.06 # GD.c:2388: `image' undeclared (first use in this function)
> GD.c:2388: called object is not a function
> GD.c: In function `XS_GDImage_compare':
> GD.c:2442: parse error before "image1"
> GD.c:2449: `image1' undeclared (first use in this function)
> GD.c:2449: called object is not a function
> GD.c:2456: `image2' undeclared (first use in this function)
-bash: syntax error near unexpected token `('
p15126127:/GD-2.06 # GD.c:2456: called object is not a function
-bash: GD.c:2456:: command not found
p15126127:/GD-2.06 # GD.c: In function `XS_GDImage_copy':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:: command not found
p15126127:/GD-2.06 # GD.c:2502: parse error before "destination"
-bash: GD.c:2502:: command not found
p15126127:/GD-2.06 # GD.c:2513: `destination' undeclared (first use in this function)
> GD.c:2513: called object is not a function
> GD.c:2520: `source' undeclared (first use in this function)
> GD.c:2520: called object is not a function
> GD.c: In function `XS_GDImage_copyResampled':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:2553:: command not found
p15126127:/GD-2.06 # GD.c:2580: parse error before "destination"
-bash: GD.c:2580:: command not found
p15126127:/GD-2.06 # GD.c:2593: `destination' undeclared (first use in this function)
> GD.c:2593: called object is not a function
> GD.c:2600: `source' undeclared (first use in this function)
> GD.c:2600: called object is not a function
> GD.c: In function `XS_GDImage_copyMergeGray':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:2632:: command not found
p15126127:/GD-2.06 # GD.c:2659: parse error before "destination"
-bash: GD.c:2659:: command not found
p15126127:/GD-2.06 # GD.c:2671: `destination' undeclared (first use in this function)
> GD.c:2671: called object is not a function
> GD.c:2678: `source' undeclared (first use in this function)
> GD.c:2678: called object is not a function
> GD.c: In function `XS_GDImage_char':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:2703:: command not found
p15126127:/GD-2.06 # GD.c:2730: parse error before "image"
-bash: GD.c:2730:: command not found
p15126127:/GD-2.06 # GD.c:2739: `image' undeclared (first use in this function)
> GD.c:2739: called object is not a function
> GD.c:2746: `font' undeclared (first use in this function)
> GD.c:2746: called object is not a function
> GD.c: In function `XS_GDImage_string':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:2775:: command not found
p15126127:/GD-2.06 # GD.c:2802: parse error before "image"
-bash: GD.c:2802:: command not found
p15126127:/GD-2.06 # GD.c:2811: `image' undeclared (first use in this function)
> GD.c:2811: called object is not a function
> GD.c:2818: `font' undeclared (first use in this function)
> GD.c:2818: called object is not a function
> GD.c: In function `XS_GDImage_stringFT':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:2847:: command not found
p15126127:/GD-2.06 # GD.xs:1656: `gdImagePtr' undeclared (first use in this function)
> GD.xs:1656: parse error before "img"
> GD.xs:1670: `img' undeclared (first use in this function)
> GD.xs:1670: parse error before "tmp"
> GD.xs:1675: warning: assignment makes pointer from integer without a cast
> GD.c: In function `XS_GDImage_saveAlpha':
> GD.c:2956: parse error before "image"
> GD.c:2961: `image' undeclared (first use in this function)
-bash: syntax error near unexpected token `('
p15126127:/GD-2.06 # GD.c:2961: called object is not a function
-bash: GD.c:2961:: command not found
p15126127:/GD-2.06 # GD.c: In function `XS_GDFont_Large':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:: command not found
p15126127:/GD-2.06 # GD.c:3008: parse error before "RETVAL"
-bash: GD.c:3008:: command not found
p15126127:/GD-2.06 # GD.xs:1730: `RETVAL' undeclared (first use in this function)
> GD.c: In function `XS_GDFont_MediumBold':
> GD.c:3060: parse error before "RETVAL"
> GD.xs:1752: `RETVAL' undeclared (first use in this function)
> GD.c: In function `XS_GDFont_nchars':
> GD.c:3111: parse error before "font"
> GD.c:3117: `font' undeclared (first use in this function)
-bash: syntax error near unexpected token `('
p15126127:/GD-2.06 # GD.c:3117: called object is not a function
-bash: GD.c:3117:: command not found
p15126127:/GD-2.06 # GD.c: In function `XS_GDFont_width':
-bash: command substitution: line 1: unexpected EOF while looking for matching `''
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: GD.c:: command not found
p15126127:/GD-2.06 # GD.c:3165: parse error before "font"
-bash: GD.c:3165:: command not found
p15126127:/GD-2.06 # GD.c:3171: `font' undeclared (first use in this function)
> GD.c:3171: called object is not a function
> GD.c: In function `XS_GD__Font_height':
> GD.c:3192: parse error before "font"
> GD.c:3198: `font' undeclared (first use in this function)
-bash: syntax error near unexpected token `('
p15126127:/GD-2.06 # GD.c:3198: called object is not a function
-bash: GD.c:3198:: command not found
p15126127:/GD-2.06 # make: *** [GD.o] Error 1
-bash: make:: command not found


Wenn GD auf libgd aufsetzt, muss libgd doch vorhanden sein, wenn ich GD installieren will ...

Ein "locate libgd" ergab folgendes:

Quote
/usr/lib/libgd.so.4
/usr/lib/libgd.so.4.0.0
/usr/lib/libgdbm.a
/usr/lib/libgdbm.la
/usr/lib/libgdbm.so
/usr/lib/libgdbm.so.2
/usr/lib/libgdbm.so.2.0.0
/usr/lib/libgdk-1.2.so.0
/usr/lib/libgdk-1.2.so.0.9.1


Das heißt doch, dass libgd installiert ist, oder nicht?

Viele Grüße
Steffen\n\n

<!--EDIT|stb2050|1060985399-->

View full thread Grafiken generieren in Perl