[MacPorts] #70459: exiftool @12.920.0_0+perl5_34: Can't locate Image/ExifTool.pm in @INC
MacPorts
noreply at macports.org
Tue Nov 12 15:56:16 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):
For those of you looking for a temporary (and unofficial) 'fix', this is
how I 'fix' each new MacPorts release of exiftool to get rid off the
lib/@INC error:
{{{
$ sudo vim +1 /opt/local/bin/exiftool
}}}
Change this line:
{{{
#!/usr/bin/env perl
}}}
to:
{{{
#!/usr/bin/env perl5.34
}}}
And save+exit vim with, in escape mode, a `:wq!`
--
Ticket URL: <https://trac.macports.org/ticket/70459#comment:22>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list