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

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

Open
@TrurlMcByte

Description

@TrurlMcByte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions