alchemy-fr / Phraseanet

Digital Asset Management PHP app
http://www.phraseanet.com
Other
248 stars 102 forks source link

installation freebsd - exiftool issue #2252

Open Pascaloub opened 7 years ago

Pascaloub commented 7 years ago

'# 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'

Fneufneu commented 5 years ago

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