I’ve attempted the install - I’m currently running CentOS7. The command I used is “yum install php-msqlnd” and restarted the server afterwards. When I initiate .\validate.php it still gives me the message to install mysqlnd
I Tried running “[root@utlibrenms librenms]# yum swap php72w-mysql php72w-mysqlnd”. Here are some highlights:
Package php72w-mysqlnd is obsoleted by php-mysqlnd, trying to install php-mysqlnd-7.2.14-1.el7.remi.x86_64 instead
Package php-common.x86_64 0:7.2.14-1.el7.remi will be obsoleting
Error: Package: composer-1.8.0-1.el7.noarch (@epel)
Requires: php-zip
Removing: php72w-common-7.2.2-1.w7.x86_64 (@webtatic)
php-zip
Obsoleted By: php-common-7.2.14-1.el7.remi.x86_64 (remi-php72)
Not found
So short story seems to be php-common is obsoleting any of the php packages that contain php-zip, which is required by composer. Is there a way around this without breaking the functionality of the systems? Librenms does appear to be functioning, despite the validation error. Thank you much.