Skip to content

Unable to load dynamic library 'redis.so' still issue in v4 #251

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
beejaz opened this issue Mar 30, 2021 · 2 comments
Closed

Unable to load dynamic library 'redis.so' still issue in v4 #251

beejaz opened this issue Mar 30, 2021 · 2 comments

Comments

@beejaz
Copy link

beejaz commented Mar 30, 2021

Hi,

I get no response in #213 which has been closed. Its still broken;

php_1    | PHP Warning:  PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so (/usr/lib/php/20190902/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20190902/redis.so.so (/usr/lib/php/20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
php_1    | /usr/local/bin/docker-entrypoint-as-root.sh: line 132: supercronic: command not found
php_1    | PHP Warning:  PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so (/usr/lib/php/20190902/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20190902/redis.so.so (/usr/lib/php/20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
php_1    | bash: line 2: syntax error near unexpected token `('
php_1    | bash: line 2: `Warning: PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20190902/redis.so (/usr/lib/php/20190902/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20190902/redis.so.so (/usr/lib/php/20190902/redis.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0'

When using docker-compose up -d with build from Dockerfile:

ARG PHP_EXTENSIONS="apcu mysqli pdo_mysql redis intl"
FROM thecodingmachine/php:7.4-v4-slim-apache
@bustersky
Copy link

@beejaz check this out #213 (comment)

@beejaz
Copy link
Author

beejaz commented Apr 29, 2021

Thanks, that method now works for me 👌

@beejaz beejaz closed this as completed Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants