1and1 image magick install

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rivers_kyle

1and1 image magick install

Post by rivers_kyle »

I am having the hardest time installing ImageMagick on my 1and1 server. I am not that great on the command line so that probably a big part of it.

I have contacted 1and1. They made me upgrade to the business package and then dropped communication. They've only directed me to the IM website for more support...

I get to the "make" command and then nothing. If there is anybody out there who can help.... :(
swapneel

Re: 1and1 image magick install

Post by swapneel »

What output/errors do you receive after running make ? For make to run successfully, the configure script should be run prior which creates the Makefile if all the required files/conditions are met.

Did ./configure run successfully from the ImageMagick source directory ?
rivers_kyle

Re: 1and1 image magick install

Post by rivers_kyle »

Thanks for responding. I am going to check again... and get back :lol:
burstweb

Re: 1and1 image magick install

Post by burstweb »

I am also having a problem with getting Image Magick to work with our 1and1 server. I tried installing it using the 1and1 instructions and also installed it using the Image Magick instructions.

There is the error message that I'm getting from the Perl script. Any help would be greatly appreciated.

Software error:

Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Image/Magick/Magick.so' for module Image::Magick: libMagickCore.so.2: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
at admin.cgi line 6
Compilation failed in require at admin.cgi line 6.
BEGIN failed--compilation aborted at admin.cgi line 6.

Software error:

&Image::Magick::constant not defined. The required ImageMagick libraries are not installed or not installed properly.
END failed--call queue aborted at admin.cgi line 6.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: 1and1 image magick install

Post by magick »

We assume ran the configure script? If so what happened after you entered the make command. Normally you get lots of output showing each of the hundreds of ImageMagick source modules being compiled.
burstweb

Re: 1and1 image magick install

Post by burstweb »

Yes, it took a few minutes of outputting text to completed and brought me back to the bash. I didn't see any errors at the end.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: 1and1 image magick install

Post by fmw42 »

I must say 1 on 1 advertises a lot in the Mac magazines and claims to be very user friendly, but I have heard nothing but complaints about them and installing IM
burstweb

Re: 1and1 image magick install

Post by burstweb »

Yes, for some reason 1and1 servers and ImageMagick just don't mix nicely.
Post Reply