Cant install ExifTool 7.82 (Linux)

Started by Archive, May 12, 2010, 08:54:37 AM

Previous topic - Next topic

Archive

[Originally posted by fpersson1 on 2009-07-03 09:37:58-07]

I cant install ExifTool 7.82, the make test runs well, with no error.

All tests successful.
Files=58, Tests=318, 32 wallclock secs (29.18 cusr +  1.59 csys = 30.77 CPU)

But when i try to install i get this:

Manifying blib/man1/exiftool.1p
Manifying blib/man3/Image::ExifTool::HP.3pm
Can't open blib/man3/Image::ExifTool::HP.3pm for writing: Invalid argument
 at /usr/share/perl/5.8/ExtUtils/Command/MM.pm line 132
make: *** [manifypods] Error 22

I use Mint Linux 5, based on Ubuntu Hardy, my perl version is 5.8.8.

//Fredrik

Archive

[Originally posted by exiftool on 2009-07-03 10:57:24-07]

Hi Fredrik,

I don't know why this would happen, but I would check the permissions
on the files in blib/man3, and maybe change them all to writable
("chmod +w blib/man3/*") and try again.

- Phil