You are not logged in.

#1 2020-06-01 19:43:35

opens
Member
Registered: 2019-08-08
Posts: 25

Perl module - Can't locate ExifTool.pm in INC

Hi all,
I get the following error:

Can't locate ExifTool.pm in @INC (you may need to install the ExifTool module) (@INC contains: /usr/lib/john/lib /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl)

I already tried to reinstall perl and pacman -Syu w/o having an effect on the problem.

I searched for the ExifTool.pm and found it in

usr/share/perl5/vendor_perl/Image/ExifTool.pm 

How can I solve this issue?

Thank you very much!

Last edited by opens (2020-06-01 19:49:32)

Offline

#2 2020-06-01 20:03:04

thorstenhirsch
Member
Registered: 2005-08-03
Posts: 127

Re: Perl module - Can't locate ExifTool.pm in INC

Your code probably looks like this:

use ExifTool;

But it should look like this:

use Image::ExifTool;

Next time you better include the code causing the error in your posting.

Offline

Board footer

Powered by FluxBB