perl modules install?

yourhosting.co.

Verified User
Joined
Mar 5, 2006
Messages
32
ok tryed doing it via SSH

# perl -MCPAN -e shell

then

install Image::Magick

but after a few pages of download stuff it says


Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible


any one got any ideas

Laurence
 
There's no doubt an error in those few pages of download stuff; look closely.

Jeff
 
get quit a few

Magick.xs:9630: warning: implicit declaration of function `TransformImage'
Magick.xs:9645: `MaxTextExtent' undeclared (first use in this function)
Magick.xs:9645: `UndefinedException' undeclared (first use in this function)
Magick.xs:9645: warning: unused variable `message'
Magick.c:9267: warning: unused variable `ref'
Magick.c:9262: warning: unused variable `ix'
Magick.xs: In function `XS_Image__Magick_Write':
Magick.xs:9675: `MaxTextExtent' undeclared (first use in this function)
Magick.xs:9678: `ExceptionInfo' undeclared (first use in this function)
Magick.xs:9678: syntax error before "exception"
Magick.xs:9681: `Image' undeclared (first use in this function)
Magick.xs:9681: `image' undeclared (first use in this function)
Magick.xs:9682: `next' undeclared (first use in this function)
Magick.xs:9682: warning: left-hand operand of comma expression has no effect
Magick.xs:9686: warning: ISO C90 forbids mixed declarations and code
Magick.xs:9699: `exception' undeclared (first use in this function)
Magick.xs:9706: `OptionError' undeclared (first use in this function)
Magick.xs:9711: syntax error before ')' token
Magick.xs:9725: dereferencing pointer to incomplete type
Magick.xs:9733: dereferencing pointer to incomplete type
Magick.xs:9733: `MagickTrue' undeclared (first use in this function)
Magick.xs:9736: warning: implicit declaration of function `WriteImage'
Magick.xs:9736: dereferencing pointer to incomplete type
Magick.xs:9737: `ErrorException' undeclared (first use in this function)
Magick.xs:9739: warning: implicit declaration of function `GetImageException'
Magick.xs:9741: dereferencing pointer to incomplete type
Magick.xs:9748: `UndefinedException' undeclared (first use in this function)
Magick.xs:9748: warning: unused variable `message'
Magick.xs:9675: warning: unused variable `filename'
Magick.c:9409: warning: unused variable `ref'
Magick.c:9404: warning: unused variable `ix'
Magick.xs: In function `boot_Image__Magick':
 
Seems like some kind of version mismatch or bad download.

Further than that I can't help :( .

Perhaps someone else can.

Jeff
 
doesnt work on my Cpanel server either same errors worked fine on the plesk server for some reason though :S
 
Back
Top