I tried to install IM in my own directory (not system directory) by doing: ./configure --prefix=/home/myhome/ make make install
But at the end of the 'make install', I got: make[2]: Entering directory `/home/myhome/Src/ImageMagick-6.2.9/PerlMagick' Warning: You do not have permissions to install into /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi at /usr/lib/perl5/5.8.6/ExtUtils/Install.pm line 114. mkdir /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi/auto/Image: Permission denied at /usr/lib/perl5/5.8.6/ExtUtils/Install.pm line 176 make[2]: *** [pure_site_install] Error 255 make[2]: Leaving directory `/home/myhome/Src/ImageMagick-6.2.9/PerlMagick' make[1]: *** [install-exec-perl] Error 2 make[1]: Leaving directory `/home/myhome/Src/ImageMagick-6.2.9' make: *** [install-am] Error 2 I then tried to run a script that use convert, composite and mogrify found in the /home/myhome/bin directory. The results gave me the following errors: convert: UnableToOpenBlob `xc:grey30': No such file or directory. convert: MissingAnImageFilename `wm_fgnd.png'. convert: UnableToOpenBlob `xc:black': No such file or directory. convert: MissingAnImageFilename `wm_mask.png'. composite: UnableToOpenBlob `wm_mask.png': No such file or directory. composite: UnableToOpenConfigureFile `delegates.xml'. composite: UnableToOpenBlob `wm_fgnd.png': No such file or directory. composite: MissingAnImageFilename `x_watermark.png'. mogrify: UnableToOpenConfigureFile `delegates.xml'. mogrify: NoDecodeDelegateForThisImageFormat `x_watermark.png'. convert: UnableToOpenBlob `xc:none': No such file or directory. convert: MissingAnImageFilename `watermark.png'. mogrify: UnableToOpenConfigureFile `delegates.xml'. mogrify: NoDecodeDelegateForThisImageFormat `watermark.png'. convert: UnableToOpenConfigureFile `delegates.xml'. convert: NoDecodeDelegateForThisImageFormat `/home/myhome/Bilder/2006/Img-0819-b-6/img_6048.jpg'. ... Using the same binaries in the system directory work OK. Can a use install this in his own home directory, or do I have to install it on the system? I whish to try out the new version before overwriting the older installation. -- Jørn Dahl-Stamnes homepage: http://www.dahl-stamnes.net/dahls/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
