Asustor exiftools depuis app central : erreur execution

shaks2022

Maître Jedi
22 Février 2022
586
168
113
Bonjour
Après avoir installé exiftools depuis le magasin d'applications ( app central ) , ainsi que perl ( qui curieusement ne s'installe pas préalablement à exiftools alors que exiftools en a besoin ) , je rencontre le message d'erreur suivant pendant l'exécution de exiftools en ligne de commande:

Code:
exiftool -s -G -a -u -ee3 -api RequestAll=3  FILE.jpg
Can't locate Image/ExifTool.pm in @INC (you may need to install the Image::ExifTool module) (@INC contains: /usr/local/
bin/lib /usr/local/AppCentral/perl/lib/perl5/site_perl/5.32.0/x86_64-linux /usr/local/AppCentral/perl/lib/perl5/site_pe
rl/5.32.0 /usr/local/AppCentral/perl/lib/perl5/5.32.0/x86_64-linux /usr/local/AppCentral/perl/lib/perl5/5.32.0 .) at /u
sr/local/bin/exiftool line 106.
BEGIN failed--compilation aborted at /usr/local/bin/exiftool line 106.

C'est un peu dommage, car la solution n'est sans doute pas loin : il y a un soucis d'implémentation :
Code:
# which exiftool
/usr/local/bin/exiftool
# ls -l /usr/local/bin/exiftool
lrwxrwxrwx    1 root     root            43 Mar 22 21:21 /usr/local/bin/exiftool -> /usr/local/AppCentral/exiftool/bin/exiftool*
# find /usr/local/AppCentral/exiftool -name ExifTool.pm
/usr/local/AppCentral/exiftool/bin/lib/Image/ExifTool.pm
#
 
Bonjour
Après avoir installé exiftools depuis le magasin d'applications ( app central ) , ainsi que perl ( qui curieusement ne s'installe pas préalablement à exiftools alors que exiftools en a besoin ) , je rencontre le message d'erreur suivant pendant l'exécution de exiftools en ligne de commande:

Code:
exiftool -s -G -a -u -ee3 -api RequestAll=3  FILE.jpg
Can't locate Image/ExifTool.pm in @INC (you may need to install the Image::ExifTool module) (@INC contains: /usr/local/
bin/lib /usr/local/AppCentral/perl/lib/perl5/site_perl/5.32.0/x86_64-linux /usr/local/AppCentral/perl/lib/perl5/site_pe
rl/5.32.0 /usr/local/AppCentral/perl/lib/perl5/5.32.0/x86_64-linux /usr/local/AppCentral/perl/lib/perl5/5.32.0 .) at /u
sr/local/bin/exiftool line 106.
BEGIN failed--compilation aborted at /usr/local/bin/exiftool line 106.

C'est un peu dommage, car la solution n'est sans doute pas loin : il y a un soucis d'implémentation :
Code:
# which exiftool
/usr/local/bin/exiftool
# ls -l /usr/local/bin/exiftool
lrwxrwxrwx    1 root     root            43 Mar 22 21:21 /usr/local/bin/exiftool -> /usr/local/AppCentral/exiftool/bin/exiftool*
# find /usr/local/AppCentral/exiftool -name ExifTool.pm
/usr/local/AppCentral/exiftool/bin/lib/Image/ExifTool.pm
#
contacte l'intégrateur via son e-mail tanm0@hotmail.com
 
  • J'aime
Réactions: shaks2022
bonjour
J'ai envoyé un mail, et j'attends une réponse. En attendant, voici une solution :

Code:
root@NAS:/volume1/.@root # exiftool -ver
Can't locate Image/ExifTool.pm in @INC (you may need to install the Image::ExifTool module) (@INC contains: /usr/local/bin/lib /usr/local/AppCentral/perl/lib
/perl5/site_perl/5.32.0/x86_64-linux /usr/local/AppCentral/perl/lib/perl5/site_perl/5.32.0 /usr/local/AppCentral/perl/lib/perl5/5.32.0/x86_64-linux /usr/loca
l/AppCentral/perl/lib/perl5/5.32.0 .) at /usr/local/bin/exiftool line 106.
BEGIN failed--compilation aborted at /usr/local/bin/exiftool line 106.
root@NAS:/volume1/.@root # ln -s /usr/local/AppCentral/exiftool/bin/lib /usr/local/bin/lib
root@NAS:/volume1/.@root # exiftool -ver
12.04
root@NAS:/volume1/.@root #
 
  • J'aime
Réactions: EVO
bonjour
voici la réponse :
Now, i not have asustor NAS and sold it.
What's your adm version? maybe not support new ADM or Perl, should you feedback official app central team remark.
In attached is x86-64 exiftool script from https://exiftool.org/, maybe you can try it
perl exiftool image_file
exiftool image_file