Skip to content
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

PHP Startup: Unable to load dynamic library 'gmp.so' #107

Closed
nhymxu opened this issue Dec 6, 2024 · 0 comments · Fixed by #108
Closed

PHP Startup: Unable to load dynamic library 'gmp.so' #107

nhymxu opened this issue Dec 6, 2024 · 0 comments · Fixed by #108

Comments

@nhymxu
Copy link
Contributor

nhymxu commented Dec 6, 2024

After fix GD library on #105

When using the newest image to run, I found another problem

<b>Warning</b>:  PHP Startup: Unable to load dynamic library 'gmp.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20220829/gmp.so (Error loading shared library libgmp.so.10: No such file or directory (needed by /usr/local/lib/php/extensions/no-debug-non-zts-20220829/gmp.so)), /usr/local/lib/php/extensions/no-debug-non-zts-20220829/gmp.so.so (Error loading shared library /usr/local/lib/php/extensions/no-debug-non-zts-20220829/gmp.so.so: No such file or directory)) in <b>Unknown</b> on line <b>0</b><br />

So I guess we need add gmp package to image too

https://pkgs.alpinelinux.org/packages?name=gmp&branch=edge&repo=&arch=&origin=&flagged=&maintainer=

It's second error report on #104

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

Successfully merging a pull request may close this issue.

1 participant