[MacPorts] #70459: exiftool @12.920.0_0+perl5_34: Can't locate Image/ExifTool.pm in @INC
MacPorts
noreply at macports.org
Sun Jul 28 14:37:56 UTC 2024
#70459: exiftool @12.920.0_0+perl5_34: Can't locate Image/ExifTool.pm in @INC
-------------------------+----------------------
Reporter: e-maryniak | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: exiftool |
-------------------------+----------------------
Comment (by e-maryniak):
Well, I found a workaround -- probably very ugly, but it did not break
'exiftool' and the few Perl scripts that I wrote myself.
So, I noticed that directory ''/opt/local/lib/perl5/vendor_perl'' only
contained subdirectory ''5.34'' (not ''5.36'', and remember 'perl
--version' gives 5.36).
I put a symlink for 5.36 to 5.34 and now 'exiftool' worked:
{{{
$ cd /opt/local/lib/perl5/vendor_perl
$ ls -l
total 0
drwxr-xr-x 26 root admin 832 Jul 27 22:54 5.34
$ sudo ln -sv 5.34 5.36
'5.36' -> '5.34'
$ ls -l
total 0
drwxr-xr-x 26 root admin 832 Jul 27 22:54 5.34
lrwxr-xr-x 1 root admin 4 Jul 28 16:33 5.36 -> 5.34
$ exiftool -ver
12.92
$_
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70459#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list