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?
ERROR: Can't create '/usr/local/lib/perl/5.10.0/Image'
Re: ERROR: Can't create '/usr/local/lib/perl/5.10.0/Image'
You can add --without-perl to your configure script command line or install while ignoring errors like this:
- make -k -i install