Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

phpearth/php:7.3-litespeed additional extension issue #46

Open
TrurlMcByte opened this issue Jan 9, 2020 · 0 comments
Open

phpearth/php:7.3-litespeed additional extension issue #46

TrurlMcByte opened this issue Jan 9, 2020 · 0 comments

Comments

@TrurlMcByte
Copy link

TrurlMcByte commented Jan 9, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant