ERROR: Can't create '/usr/local/lib/perl/5.10.0/Image'

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
demirci

ERROR: Can't create '/usr/local/lib/perl/5.10.0/Image'

Post by demirci »

I am trying to install from source, by means of

configure --with-modules
make
sudo make install

But it gives error

ERROR: Can't create '/usr/local/lib/perl/5.10.0/Image'

I am using Ubuntu.

I checked. There is a file, not folder, named '/usr/local/lib/perl/5.10.0'

That file is something related to pdflib.

What shall I do? Any help?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ERROR: Can't create '/usr/local/lib/perl/5.10.0/Image'

Post by magick »

You can add --without-perl to your configure script command line or install while ignoring errors like this:
  • make -k -i install
Post Reply