phantom

Well-Known Member
Sep 17, 2002
123
0
166
Here is what I get.

Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -llcms
Note (probably harmless): No library found for -ljasper
Note (probably harmless): No library found for -lfpx
Writing Makefile for Image::Magick
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/usr/bin/perl -I/usr/lib/perl5/5.6.1/i686-linux -I/usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.6.1/ExtUtils/typemap Magick.xs & Magick.xsc && mv Magick.xsc Magick.c
cc -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 -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\&5.49\& -DXS_VERSION=\&5.49\& -fpic -I/usr/lib/perl5/5.6.1/i686-linux/CORE -DHAVE_CONFIG_H Magick.c
Magick.xs: In function `constant':
Magick.xs:568: `ConfigureError' undeclared (first use in this function)
Magick.xs:568: (Each undeclared identifier is reported only once
Magick.xs:568: for each function it appears in.)
Magick.xs:570: `ConfigureWarning' undeclared (first use in this function)
Magick.xs:588: `ErrorException' undeclared (first use in this function)
Magick.xs:594: `FatalErrorException' undeclared (first use in this function)
Magick.xs:656: `WarningException' undeclared (first use in this function)
Magick.xs: In function `SetAttribute':
Magick.xs:1152: structure has no member named `authenticate'
Magick.xs:1164: too many arguments to function `QueryColorDatabase'
Magick.xs:1182: too many arguments to function `QueryColorDatabase'
Magick.xs:1228: too many arguments to function `QueryColorDatabase'
Magick.xs:1414: too many arguments to function `QueryColorDatabase'
Magick.xs:1416: too many arguments to function `QueryColorDatabase'
Magick.xs:1559: too many arguments to function `QueryColorDatabase'
Magick.xs:1613: too many arguments to function `QueryColorDatabase'
Magick.xs:1633: too many arguments to function `QueryColorDatabase'
Magick.xs:1729: structure has no member named `sampling_factor'
Magick.xs:1771: too many arguments to function `QueryColorDatabase'
Magick.xs: In function `XS_Image__Magick_Get':
Magick.xs:3034: structure has no member named `authenticate'
Magick.xs:3302: structure has no member named `error'
Magick.xs:3560: structure has no member named `error'
Magick.xs:3567: structure has no member named `error'
Magick.xs:3730: structure has no member named `sampling_factor'
Magick.xs:3731: structure has no member named `sampling_factor'
Magick.xs: In function `XS_Image__Magick_Mogrify':
Magick.xs:4482: too many arguments to function `QueryColorDatabase'
Magick.xs:4500: too many arguments to function `QueryColorDatabase'
Magick.xs:4503: too many arguments to function `QueryColorDatabase'
Magick.xs:4629: too many arguments to function `QueryColorDatabase'
Magick.xs:4632: too many arguments to function `QueryColorDatabase'
Magick.xs:4702: too many arguments to function `QueryColorDatabase'
Magick.xs:4784: too many arguments to function `QueryColorDatabase'
Magick.xs:4841: structure has no member named `undercolor'
Magick.xs:4841: too many arguments to function `QueryColorDatabase'
Magick.xs:4844: too many arguments to function `QueryColorDatabase'
Magick.xs:4847: too many arguments to function `QueryColorDatabase'
Magick.xs:4971: structure has no member named `undercolor'
Magick.xs:4971: too many arguments to function `QueryColorDatabase'
Magick.xs:4995: too many arguments to function `QueryColorDatabase'
Magick.xs:4998: too many arguments to function `QueryColorDatabase'
Magick.xs:5067: too many arguments to function `QueryColorDatabase'
Magick.xs:5188: too many arguments to function `QueryColorDatabase'
Magick.xs:5191: too many arguments to function `QueryColorDatabase'
Magick.xs:5199: too many arguments to function `QueryColorDatabase'
Magick.xs:5365: too many arguments to function `QueryColorDatabase'
Magick.xs:5421: too many arguments to function `QueryColorDatabase'
Magick.xs:5425: too many arguments to function `QueryColorDatabase'
Magick.xs:5547: too many arguments to function `QueryColorDatabase'
Magick.xs:5693: too many arguments to function `ProfileImage'
Magick.xs:5881: warning: assignment makes pointer from integer without a cast
Magick.xs: In function `XS_Image__Magick_Montage':
Magick.xs:6037: too many arguments to function `QueryColorDatabase'
Magick.xs:6049: too many arguments to function `QueryColorDatabase'
Magick.xs:6055: too many arguments to function `QueryColorDatabase'
Magick.xs:6092: too many arguments to function `QueryColorDatabase'
Magick.xs:6176: too many arguments to function `QueryColorDatabase'
Magick.xs:6248: too many arguments to function `QueryColorDatabase'
Magick.xs:6284: too many arguments to function `QueryColorDatabase'
Magick.xs: In function `XS_Image__Magick_Ping':
Magick.xs:6661: structure has no member named `length'
Magick.xs: In function `XS_Image__Magick_QueryColor':
Magick.xs:6797: too many arguments to function `QueryColorDatabase'
Magick.xs: In function `XS_Image__Magick_QueryColorname':
Magick.xs:6871: too many arguments to function `QueryColorDatabase'
Magick.xs: In function `XS_Image__Magick_Read':
Magick.xs:7461: structure has no member named `length'
make: *** [Magick.o] Error 1
/usr/bin/make -- NOT OK
Running make install
make had returned bad status, install seems impossible
perlmod--Install done
 

Marty

Well-Known Member
Oct 10, 2001
629
1
318
Do it this way:

SSH to box and:

1. mkdir /home/src
2. cd /home/src
3. wget http://imagemagick.sourceforge.net/http/ImageMagick-5.4.9.tar.gz
4. tar xvzf ImageMagick-5.4.9.tar.gz
5. cd ImageMagick-5.4.9
6. ./configure
7. make
8. make install
9. cd PerlMagick
10. perl Makefile.PL
11. make
12. make install
 

JustinK

Well-Known Member
Sep 4, 2001
251
0
316
Go here and pick another one to use then:
http://imagemagick.sourceforge.net/http/

You may want to run /scripts/fixheaders before attempting to install it as well.
 

euroxsw

Member
Aug 30, 2002
19
0
151
/scripts/fixheaders

What exactly does &/scripts/fixheaders& do? I just ran that command and this is what I got:

Retrieving http://updates.cpanel.net//redhat/updates/7.3/en/os/i386/glibc-devel-2.2.5-42.i386.rpm
Preparing... ########################################### [100%]
1:glibc-devel ########################################### [100%]


Thanks,

Shawn
 
B

bdraco

Guest
Try Installing

Image::Magick fromt the perl module installer
 
O

ozzi4648

Guest
[quote:bf1aa8e1cd][i:bf1aa8e1cd]Originally posted by bdraco[/i:bf1aa8e1cd]

Try Installing

Image::Magick fromt the perl module installer[/quote:bf1aa8e1cd]

That works, now what happens if i need to upgrade to a newer version while clicking on this again upgrade my current installation to newer version or will i have to install it from tar?