Missing Libraries

I am trying to install a php site and it is telling me I am missing
these libraries: GMP, BC Math, Big Int.
I have:
PHP-FPM 7.2.3 Server
and
MySQL version 5.7.31-0ubuntu0.18.04.1
installed on the site…aren’t those supposed to be in there?

Hi,

Those are extra PHP extensions. You could install them manually, by running the following command:

apt-get install php-{gmp,bcmath}

Thank you very much. Good answer and direct explanation. All installed now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.