Hi,
ich habe versucht GD oder ImageMagick zu installieren, da ich Bilder verkleinern möchte, aber ich schaffe es nicht. Wenn ich die RPMs installiere meldet Perl, das er die *.pm nicht finden kann, und wenn ich die von hand installiere bricht der beim Make mit Fehlern ab. Ich bin mit meinem Latein am Ende. Kann mir da jemand weiterhelfen und eins von beiden evtl. installieren???
Daniel
Installationsprobleme: GD und ImageMagick
Re: Installationsprobleme: GD und ImageMagick
Hi,
*Glaskugel aktivier*
Probier mal ImageMagick mit "--without-jp2 --without-perl" zu configurieren.
z.B.
und ich wette, die Fehlermeldungen gehen weg. :) (vorher make clean nicht vergessen)
Nicht die schönste Lösung, aber dann geht es wohl erstmal.
*Glaskugel deaktivier*
Edit: hab die jds durch jps ersetzt... Sorry for that.
Gruß
Mark
*Glaskugel aktivier*
Probier mal ImageMagick mit "--without-jp2 --without-perl" zu configurieren.
z.B.
Code: Select all
./configure --without-jp2 --without-perl
Nicht die schönste Lösung, aber dann geht es wohl erstmal.
*Glaskugel deaktivier*
Edit: hab die jds durch jps ersetzt... Sorry for that.
Gruß
Mark
Last edited by mark on 2003-05-20 21:12, edited 1 time in total.
Re: Installationsprobleme: GD und ImageMagick
BTW: glaskugel-forum.de ist noch frei.mark wrote: *Glaskugel aktivier*
...mal sehen, wie lange noch. :lol:
[TOM]
Re: Installationsprobleme: GD und ImageMagick
Cool, so ne Glaskugel will ich auch haben
Hmm, bedeutet --without-perl das das ohen Perl-Unterstützung installiert wird?
Nichts desto trotz, mit "--without-jd2 --without-perl" kommt folgender Fehler:
jp2.c: In function `ReadJP2Image':
jp2.c:343: warning: implicit declaration of function `jas_clrspc_fam'
jp2.c:343: warning: implicit declaration of function `jas_image_clrspc'
jp2.c:345: `JAS_CLRSPC_FAM_RGB' undeclared (first use in this function)
jp2.c:345: (Each undeclared identifier is reported only once
jp2.c:345: for each function it appears in.)
jp2.c:347: warning: implicit declaration of function `jas_image_getcmptbytype'
jp2.c:348: warning: implicit declaration of function `JAS_IMAGE_CT_COLOR'
jp2.c:348: `JAS_CLRSPC_CHANIND_RGB_R' undeclared (first use in this function)
jp2.c:350: `JAS_CLRSPC_CHANIND_RGB_G' undeclared (first use in this function)
jp2.c:352: `JAS_CLRSPC_CHANIND_RGB_B' undeclared (first use in this function)
jp2.c:361: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function)
jp2.c:369: `JAS_CLRSPC_FAM_GRAY' undeclared (first use in this function)
jp2.c:372: `JAS_CLRSPC_CHANIND_GRAY_Y' undeclared (first use in this function)
jp2.c:382: `JAS_CLRSPC_FAM_YCBCR' undeclared (first use in this function)
jp2.c:347: warning: unreachable code at beginning of switch statement
jp2.c: In function `WriteJP2Image':
jp2.c:751: warning: implicit declaration of function `jas_image_setclrspc'
jp2.c:751: `JAS_CLRSPC_SGRAY' undeclared (first use in this function)
jp2.c:752: warning: implicit declaration of function `jas_image_setcmpttype'
jp2.c:753: `JAS_CLRSPC_CHANIND_GRAY_Y' undeclared (first use in this function)
jp2.c:760: `JAS_CLRSPC_SRGB' undeclared (first use in this function)
jp2.c:762: `JAS_CLRSPC_CHANIND_RGB_R' undeclared (first use in this function)
jp2.c:764: `JAS_CLRSPC_CHANIND_RGB_G' undeclared (first use in this function)
jp2.c:766: `JAS_CLRSPC_CHANIND_RGB_B' undeclared (first use in this function)
jp2.c:769: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function)
make[1]: *** [jp2.lo] Error 1
make[1]: Leaving directory `/usr/src/ImageMagick-5.5.7/coders'
make: *** [all-recursive] Error 1
Daniel
Hmm, bedeutet --without-perl das das ohen Perl-Unterstützung installiert wird?
Nichts desto trotz, mit "--without-jd2 --without-perl" kommt folgender Fehler:
jp2.c: In function `ReadJP2Image':
jp2.c:343: warning: implicit declaration of function `jas_clrspc_fam'
jp2.c:343: warning: implicit declaration of function `jas_image_clrspc'
jp2.c:345: `JAS_CLRSPC_FAM_RGB' undeclared (first use in this function)
jp2.c:345: (Each undeclared identifier is reported only once
jp2.c:345: for each function it appears in.)
jp2.c:347: warning: implicit declaration of function `jas_image_getcmptbytype'
jp2.c:348: warning: implicit declaration of function `JAS_IMAGE_CT_COLOR'
jp2.c:348: `JAS_CLRSPC_CHANIND_RGB_R' undeclared (first use in this function)
jp2.c:350: `JAS_CLRSPC_CHANIND_RGB_G' undeclared (first use in this function)
jp2.c:352: `JAS_CLRSPC_CHANIND_RGB_B' undeclared (first use in this function)
jp2.c:361: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function)
jp2.c:369: `JAS_CLRSPC_FAM_GRAY' undeclared (first use in this function)
jp2.c:372: `JAS_CLRSPC_CHANIND_GRAY_Y' undeclared (first use in this function)
jp2.c:382: `JAS_CLRSPC_FAM_YCBCR' undeclared (first use in this function)
jp2.c:347: warning: unreachable code at beginning of switch statement
jp2.c: In function `WriteJP2Image':
jp2.c:751: warning: implicit declaration of function `jas_image_setclrspc'
jp2.c:751: `JAS_CLRSPC_SGRAY' undeclared (first use in this function)
jp2.c:752: warning: implicit declaration of function `jas_image_setcmpttype'
jp2.c:753: `JAS_CLRSPC_CHANIND_GRAY_Y' undeclared (first use in this function)
jp2.c:760: `JAS_CLRSPC_SRGB' undeclared (first use in this function)
jp2.c:762: `JAS_CLRSPC_CHANIND_RGB_R' undeclared (first use in this function)
jp2.c:764: `JAS_CLRSPC_CHANIND_RGB_G' undeclared (first use in this function)
jp2.c:766: `JAS_CLRSPC_CHANIND_RGB_B' undeclared (first use in this function)
jp2.c:769: `JAS_IMAGE_CT_OPACITY' undeclared (first use in this function)
make[1]: *** [jp2.lo] Error 1
make[1]: Leaving directory `/usr/src/ImageMagick-5.5.7/coders'
make: *** [all-recursive] Error 1
Daniel
Re: Installationsprobleme: GD und ImageMagick
Ups:DMKlein wrote:Cool, so ne Glaskugel will ich auch haben![]()
Hmm, bedeutet --without-perl das das ohen Perl-Unterstützung installiert wird?
Nichts desto trotz, mit "--without-jd2 --without-perl" kommt folgender Fehler:
.....
Daniel
das sollte "--without-jp2 --without-perl" sein....
(p statt d)
Gruß
mark