Comment 5 for bug 956272

Revision history for this message
Olivier Tilloy (osomon) wrote :

Right, this is because libexiv2 is not installed system-wide. You can fix that by either installing it system-wide (`make install` after building it), or by setting the LD_LIBRARY_PATH environment variable to contain the directory that contains libexiv2.so.11 (usually ./src/.libs/ if you built it from source).