Page 1 of 1

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

Posted: 2010-01-18T15:03:31-07:00
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?

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

Posted: 2010-01-18T18:49:26-07:00
by magick
You can add --without-perl to your configure script command line or install while ignoring errors like this:
  • make -k -i install