ImageMagick ImageMagick
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

ImageMagick

Started by khanmikhail, March 17, 2007, 11:39:11 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

khanmikhail

Помогите с установкой Image Magick на Unix. Вроде все идет нормально, до тех пор, пока не начинает устанавливаться Perl. Вот текст ошибки:


Warning: You do not have permissions to install in to
/usr/local/lib/perl5/site_perl/5.8.6/mach at
/usr/local/lib/perl5/site_perl/5.8.6/mach/auto/Image/Magick/Magick.so:
Permission denied at /usr/local/lib/perl5/5.8.6/File/Find.pm line 874   
***Error code 255

Stop in /home/uXXXXX/ImageMagick-6..3.2/PerlMagick
***Error code 1

Stop in /home/uXXXXX/ImageMagick-6.3.2.
*** Error code 1

Stop in /home/uXXXXX/ImageMagick-6.3.2.


awf

исходя из сообщений, можно сделать вывод, что у Вас нет прав на запись в указанные директории...
я пологаю, что для подобных операций Вы должны обладать правами root

goodok


First of all use the local dir for configuration with the option "--prefix=YourLocalDir"
And then use an option "--with-perl=no"

---------------
./configure --prefix=/home/users/goodok/local --with-perl=no
make
make install 
---------------

Now there are no errors, but without of using Image/Magick from perl (it can be installed in the local dir as it is like with IM above)



If you want use perl