I just install Nextcloud by HestiaCP one-click install. And it reminds me that server is lacks of GMP module.
I am using apt install php-gmp to install the module on Ubuntu 20.04. And it goes right.
But when I running php -m, the module list would not contains GMP. I went to Hestia panel to edit php.ini, enable extension=gmp, then running php -m, and it returns:
PHP Warning: PHP Startup: Unable to load dynamic library 'gmp' (tried: /usr/lib/php/20200930/gmp (/usr/lib/php/20200930/gmp: cannot open shared object file: No such file or directory), /usr/lib/php/20200930/gmp.so (/usr/lib/php/20200930/gmp.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
I also tried to install APCu module, and it active without any problem.
Could anyone helps me to figure out why the module can’t be load properly?
And there is another little question, why server can’t dected 23.0.0 the latest version?