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 extension not found :: GMP #168

Open
Markie84 opened this issue Jul 19, 2023 · 3 comments
Open

PHP extension not found :: GMP #168

Markie84 opened this issue Jul 19, 2023 · 3 comments

Comments

@Markie84
Copy link

I try to install this on my Strato Webserver. But i get the error:

"PHP extension not found :: GMP"

Can someone tell me, what i need to do? Do I have to install / activate GMP first? If yes how? Unfortunately, I'm not very familiar with Linux. :-(

@BITKarBo
Copy link

BITKarBo commented Aug 7, 2023

Same issue but fixed by enabling extension=GMP 😂
You just don't have GMP enabled in your php.config
image

@Markie84
Copy link
Author

I'm do stupid for that...
I put the php.ini with following content into the rankme folder on the server:

extension=gmp

I haven't access to the origin php.ini from strato at the root directory. In this case you should but a php.ini into that directory you want it effected to. So i put the php.ini into the rankme folder. But it dosn't have any impact.

Could you maybe send me your complete php.ini or tell me what i need to do aswell?

@silvioxpt
Copy link

1 - sudo apt install php-gmp
2 - add php_gmp.so in php.ini

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

No branches or pull requests

3 participants