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
Problem Installing ImageMagick-6.3.7
Re: Problem Installing ImageMagick-6.3.7
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.
Re: Problem Installing ImageMagick-6.3.7
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
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