install error help

Started by dmw1, February 10, 2017, 02:36:27 PM

Previous topic - Next topic

dmw1

Just installed exiftool 10.42 for mac os
I open terminal and type "exiftool" as per instructions.
Script runs
Open CorrectLensEXIF and get message Executing "/usr/bin/exiftool" failed
Is my exiftool in wrong directory?

thanks

Phil Harvey

ExifTool is now found in /usr/local/bin, not /usr/bin.

This change was necessitated by a change in OS X.  You must change the path to exiftool in your script.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

dmw1

thanks
So do i type...
"usr/local/bin/exiftool" at the command line? because doing this still still gives an error. Sorry I am not a programmer
Doug

Phil Harvey

It should be

/usr/local/bin/exiftool ...

But then you shouldn't have to type the path because /usr/local/bin should be in your path.  What version of OS X are you using?

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

dmw1

Phil;
system is OS X 10.11.6 (15G1217)

just entered /usr/local/bin/exiftool as you suggested however get error message .. Executing "/usr/bin/exiftool" failed. Make sure that Phil Harvey's  ExifTool is installed.

Also fyi if it makes any difference, am attempting to  allow OSX Aperture photo program to recognize a new camera lens (which it currently misreports) using CorrectLens exif

Regards
Doug

Phil Harvey

Hi Doug,

Quote from: dmw1 on February 16, 2017, 07:42:10 AM
system is OS X 10.11.6 (15G1217)

just entered /usr/local/bin/exiftool as you suggested however get error message .. Executing "/usr/bin/exiftool" failed. Make sure that Phil Harvey's  ExifTool is installed.

It is still looking in /usr/bin, which is wrong.  Somehow you didn't change the path to /usr/local/bin

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

dmw1

Phil; still getting error
this is what I typed to change directory " PATH=/usr/local/bin"  obviously not correct  but what (should) I  type
thanks
Doug

StarGeek

I'm assuming you're using the CorrectLensEXIF script mentioned here

I don't know too much applescript, but it looks like the path is hardcoded.  The source code is there, so it can be fixed. 

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

dmw1

i installed the correctlens software and it opens; (if thats what you are asking) However it doesn't "see" exiftools and hence gives me the error message.
Have attached screen shot of terminal after starting exiftools..

Phil Harvey

You need to contact the author of CorrectLensEXIF to get them to change the hardcoded exiftool path in their application to "/usr/local/bin/exiftool".

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Gametester

Hi
You should try it to install in different direction and If it is not going to work contact administrator or the author who will be able to help you. That's the best way.