Hi Folks,
I've been trying to install exif in an iMac G5 because I need it to run an app named Phoshare, so that I can export 10k of photos out of iPhoto 09 to google photos... (after 12 years in service the computer deserves some vacations! :)
Anyway, I've tried every single solution in this forum but still unsuccessful...
Im Running Mac os 10.5.8, and downloaded the 10.31 version of exiftool
this is the terminal output:
Fabiano-Jorges-iMac-G5:~ fsjorge$ exiftool
Can't locate Image/ExifTool.pm in @INC (@INC contains: /usr/bin/lib /Library/Perl/Updates/5.8.8 /System/Library/Perl/5.8.8/darwin-thread-multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 /Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 /Library/Perl/5.8.1 .) at /usr/bin/exiftool line 30.
BEGIN failed--compilation aborted at /usr/bin/exiftool line 30.
I'm as lost as possible! :(
The first question is: what method did you use to install exiftool?
Just ran the installer. but I did it with another version before, the 10.30, that didn't work also...
I think this is a relevant thread (https://exiftool.org/forum/index.php?topic=6593.0).
OSX ver 10.11 forced Exiftool to change the way it installed. So you might have to try a version of Exiftool earlier than... 9.99?
You don't need to go to an earlier version, you just need to make sure your path is set correctly.
First, it may be that you have two copies of exiftool around. Type "which exiftool" to see where it is running from, and "exiftool -ver" to check the version. The new version should run from /usr/local/bin. You should delete any other versions, then add /usr/local/bin to your path (in your .bashrc file if you are using the bash shell). Either that, or put "exiftool" and its "lib" directory in any directory of your current path.
- Phil