Open Pascaloub opened 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'
So the problem is in exiftool's upstream and the correct fix is: #!/usr/bin/env perl -w
#!/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
'# 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'