Problem Installing ImageMagick-6.3.7

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
renxiii

Problem Installing ImageMagick-6.3.7

Post by renxiii »

I have a problem in the make install in my server (dreamhost).
This is the error. Please Help me. Thank You.

make install-am
make[1]: Entering directory `/home/.miribu/renxiii/ImageMagick-6.3.7'
make[2]: Entering directory `/home/.miribu/renxiii/ImageMagick-6.3.7'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/sh ./libtool --silent --mode=install /usr/bin/install -c 'magick/libMag ick.la' '/usr/local/lib/libMagick.la'
/usr/bin/install: cannot create regular file `/usr/local/lib/libMagick.so.10.0.9 ': Permission denied
/bin/sh ./libtool --silent --mode=install /usr/bin/install -c 'wand/libWand. la' '/usr/local/lib/libWand.la'
libtool: install: warning: relinking `wand/libWand.la'
/usr/bin/ld: cannot find -lMagick
collect2: ld returned 1 exit status
libtool: install: error: relink `wand/libWand.la' with the above command before installing it
/bin/sh ./libtool --silent --mode=install /usr/bin/install -c 'Magick++/lib/ libMagick++.la' '/usr/local/lib/libMagick++.la'
libtool: install: warning: relinking `Magick++/lib/libMagick++.la'
/usr/bin/ld: cannot find -lWand
collect2: ld returned 1 exit status
libtool: install: error: relink `Magick++/lib/libMagick++.la' with the above com mand before installing it
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/.miribu/renxiii/ImageMagick-6.3.7'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/.miribu/renxiii/ImageMagick-6.3.7'
make: *** [install] Error 2
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Problem Installing ImageMagick-6.3.7

Post by magick »

Looks like you are not allowed to install in /usr/local. Either set your permissions to install there or use the --prefix option to the configure script to install somewhere where you do have permission to install such as your home directory.
renxiii

Re: Problem Installing ImageMagick-6.3.7

Post by renxiii »

I started again from scratch. I use this commands.

wget ftp://ftp.imagemagick.net/pub/ImageMagi ... ick.tar.gz

tar zxvf ImageMagick.tar.gz

cd ImageMagick-6.3.7

./configure --prefix=$HOME/local --with-gslib --with-gs-font-dir=/usr/share/fonts/type1/gsfonts/ --with-perl-options=PREFIX=$HOME/perl

make
make install

I completed the make install process

but i cannot access the command line...

when i type /usr/local/bin/convert it says -bash: /usr/local/bin/convert: No such file or directory
renxiii

Re: Problem Installing ImageMagick-6.3.7

Post by renxiii »

Great I Got it working....
Thank you... :D
Post Reply