For a Owncloud X installation I need the php-gd library.
What I get is :
Simple steps to get this error:
Cerate a new Jail
in the Console
Confirms that php ist installed well.
Any hint?
What I get is :
Code:
PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/local/lib/php/20170718/gd.so (/lib/libz.so.6: version ZLIB_1.2.9 required by /usr/local/lib/libpng16.so.16 not found)
Simple steps to get this error:
Cerate a new Jail
in the Console
Code:
pkg upgrade pkg install php72 it is the same for 70 and 71
Code:
root@test:/ # php -m [PHP Modules] Core date libxml mysqlnd pcre Reflection SPL standard [Zend Modules]
Confirms that php ist installed well.
Code:
pkg install php72-gd
Code:
root@test:/ # php -m PHP Warning: PHP Startup: Unable to load dynamic library 'gd.so' (tried: /usr/local/lib/php/20170718/gd.so (/lib/libz.so.6: version ZLIB_1.2.9 required by /usr /local/lib/libpng16.so.16 not found), /usr/local/lib/php/20170718/gd.so.so (Cannot open "/usr/local/lib/php/20170718/gd.so.so")) in Unknown on line 0 [PHP Modules] Core date libxml mysqlnd pcre Reflection SPL standard [Zend Modules]
Any hint?
Last edited: