I try to install mongodb to Centos 7 server with PHP. I follow the install guide from https://www.php.net/manual/en/mongodb.installation.pecl.php But sudo pecl install mongodb show error message: As the error message recommded, I install php-devel package by But I got a lot of Dependency error: Below are the server details, any solution? yum repolist rpm -q centos-release php –version Answer remi-php73
Tag: yum
CentOS 7 – Impossible to install PHP 7.3
I want to enable php73 as default version and install all packages related to it. So I did: And then: Right after, I can see that it wants to install PHP 8.0 (remi-php80, which breaks my project dependencies): How can I enable & force installation of PHP 7.3 on Centos 7? I want to avoid doing it manually like: $
How to update PHP versions with Yum on AWS Linux / CentOS
I have a web server with PHP 7.3 installed (And Apache + Wordpress), plus a number of PHP related modules. This server is on AWS Linux. When the AWS repo makes PHP 7.4 available, what’s the best way …
what is php-common and what does it do?
I am on centos 6.5 and when I install do yum install php-common it goes ahead and installs some packages, but php is still not installed. And, when I want to install php directly it is says php-common …