docker-php icon indicating copy to clipboard operation
docker-php copied to clipboard

phpearth/php:7.3-litespeed additional extension issue

Open TrurlMcByte opened this issue 6 years ago • 0 comments

Trying install additional PHP extension to phpearth/php:7.3-litespeed (Digest: sha256:fbb6afa9f723838a030d5e11ebcc0ee7afec2b589e32ccded87e39fabac9a2fd)

FROM phpearth/php:7.3-litespeed
RUN apk add --no-cache php7.3-mysqli

got errors

PHP Warning:  PHP Startup: Unable to load dynamic library 'mysqlnd' (tried: /usr/lib/php/7.3/modules/mysqlnd (Error loading shared library /usr/lib/php/7.3/modules/mysqlnd: No such file or directory), /usr/lib/php/7.3/modules/mysqlnd.so (Error relocating /usr/lib/php/7.3/modules/mysqlnd.so: zend_hash_next_index_insert: symbol not found)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'mysqli' (tried: /usr/lib/php/7.3/modules/mysqli (Error loading shared library /usr/lib/php/7.3/modules/mysqli: No such file or directory), /usr/lib/php/7.3/modules/mysqli.so (Error relocating /usr/lib/php/7.3/modules/mysqli.so: zend_hash_next_index_insert: symbol not found)) in Unknown on line 0

zend_hash_next_index_insert: symbol not found

PS. With phpearth/php:7.2-litespeed no any issues

TrurlMcByte avatar Jan 09 '20 14:01 TrurlMcByte