Problemer med at installere PerlMagick
Jeg kan ikke installere PerlMagick, make giver en fejl.Jeg har installeret følgende:
OS: Redhat 7.3
Perl: 5.6.1
ImageMagick: 5.4.5
Jeg har nu downloaded PerlMagick 5.47 og prøver at installere den:
---------------------------------------------
[root@netlag02 PerlMagick]# perl Makefile.PL
Note (probably harmless): No library found for -llcms
Note (probably harmless): No library found for -ljasper
Note (probably harmless): No library found for -lfpx
Note (probably harmless): No library found for -ldpstk
Note (probably harmless): No library found for -ldps
Note (probably harmless): No library found for -lXext
Note (probably harmless): No library found for -lXt
Note (probably harmless): No library found for -lSM
Note (probably harmless): No library found for -lICE
Note (probably harmless): No library found for -lX11
Writing Makefile for Image::Magick
[root@netlag02 PerlMagick]# make
gcc -c -I../ -I.. -D_REENTRANT -D_FILE_OFFSET_BITS=64 -I/usr/X11R6/include -
I/usr/X11R6/include/X11 -I/usr/include/freetype2 -I/usr/include/libxml2 -I/u
sr/local/include -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -
mcpu=i686 -DVERSION=\"5.47\" -DXS_VERSION=\"5.47\" -fPIC -I/usr/lib/perl5/
5.6.1/i386-linux/CORE -DHAVE_CONFIG_H Magick.c
Magick.xs: In function `constant':
Magick.xs:588: `ErrorException' undeclared (first use in this function)
Magick.xs:588: (Each undeclared identifier is reported only once
Magick.xs:588: for each function it appears in.)
Magick.xs:594: `FatalErrorException' undeclared (first use in this function)
Magick.xs:656: `WarningException' undeclared (first use in this function)
Magick.xs: In function `XS_Image__Magick_Mogrify':
Magick.xs:5664: too many arguments to function `ProfileImage'
make: *** [Magick.o] Error 1
---------------------------------------------
Hvorfor fejler make? Mangler jeg at installere noget forinden?
