nsamk.blogg.se

How to install cacti on centos 7 step by step
How to install cacti on centos 7 step by step









how to install cacti on centos 7 step by step

READ: How To Install MariaDB on CentOS 7 / RHEL 7 So, install the latest version of MariaDB available from the official MariaDB community website. The MariaDB package (v5.4) available in the base OS repository doesn’t meet Cacti’s minimum requirement as Cacti requires MariaDB v5.6+ or MariaDB v10+ for installation. PHP v7.2 yum install -y -enablerepo=remi-php723 php php-xml php-session php-sockets php-ldap php-gd php-gmp php-intl php-mbstring php-mysqlnd php-pdo php-process php-snmp Install MariaDB PHP v7.3 yum install -y -enablerepo=remi-php73 php php-xml php-session php-sockets php-ldap php-gd php-gmp php-intl php-mbstring php-mysqlnd php-pdo php-process php-snmp READ: How To Install PHP 7.3/7.2 On CentOS 7 / RHEL 7 yum install -y

how to install cacti on centos 7 step by step

So, we will use the Remi repository to install PHP 7.x. The PHP version available in base OS repository is already reached the end of life and for the Cacti installation, you may need to go for PHP v7.2+. yum -y install net-snmp net-snmp-utils net-snmp-libs rrdtool Install PHP & PHP Extensions Setup EPEL repository only CentOS 7 / RHEL 7. CentOS 8 CentOS 6 Debian 10/9 Ubuntu 18.04 Ubuntu 16.04 Prerequisites Setup EPEL Repository











How to install cacti on centos 7 step by step