Hi!
Please, before post you could search a bit in the community.
Said that:
- If you still running php-mysql driver, swap to to mysqlnd
CentOS 7 with PHP 7.2 example:
yum swap php72w-mysql php72w-mysqln
-
Run the following
./scripts/composer_wrapper.php install --no-dev
-
Just in case, also run:
chown -R librenms:librenms /opt/librenms
setfacl -d -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/
setfacl -R -m g::rwx /opt/librenms/rrd /opt/librenms/logs /opt/librenms/bootstrap/cache/ /opt/librenms/storage/