Phraseanet icon indicating copy to clipboard operation
Phraseanet copied to clipboard

installation freebsd - exiftool issue

Open Pascaloub opened this issue 6 years ago • 1 comments

'# php bin/setup check:system sh: /usr/local/www/Phraseanet/lib/Alchemy/Phrasea/Setup/Requirements/../../../../../vendor/phpexiftool/exiftool/exiftool: not found'

'resolution ' '1c1' '< #!/usr/bin/perl -w' '---' '> #!/usr/local/bin/perl -w'

Pascaloub avatar Sep 12 '17 08:09 Pascaloub

So the problem is in exiftool's upstream and the correct fix is: #!/usr/bin/env perl -w

btw the version of exiftool used by Phraseanet is really old and need an update from 10.10 to 11.38 now

Fneufneu avatar May 02 '19 12:05 Fneufneu