You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
Trying to run ant build ends with the following error message:
copy-www-to-docker:
[exec] [15-Mar-2017 10:25:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php7/modules/gd.so' - Error relocating /usr/lib/libpng16.so.16: inflateValidate: symbol not found in Unknown on line 0
[exec] Loading composer repositories with package information
[exec] Installing dependencies (including require-dev) from lock file
[exec] Your requirements could not be resolved to an installable set of packages.
[exec]
[exec] Problem 1
[exec] - The requested PHP extension ext-gd * is missing from your system. Install or enable PHP's gd extension. [exec] [exec] Result: 2 [exec] [15-Mar-2017 10:25:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php7/modules/gd.so' - Error relocating /usr/lib/libpng16.so.16: inflateValidate: symbol not found in Unknown on line 0 [exec] Autoload error: Vendor autoload is not found. Please run 'composer install' under application root directory. [exec] Result: 1 [exec] [15-Mar-2017 10:25:43 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php7/modules/gd.so' - Error relocating /usr/lib/libpng16.so.16: inflateValidate: symbol not found in Unknown on line 0 [exec] Autoload error: Vendor autoload is not found. Please run 'composer install' under application root directory. [exec] Result: 1copy-www-to-local:BUILD SUCCESSFULTotal time: 1 minute 6 second
Trying to run
ant build
ends with the following error message:It seems to be related to the installed version of
zlib
that is not compatible withlibpng
(see also: Wonderfall/dockerfiles#114 (comment)).The text was updated successfully, but these errors were encountered: