Situatie
Solutie
Pasi de urmat
CentOS 5.x
yum install -y gcc glibc glibc-common make gettext automake wget openssl-devel net-snmp net-snmp-utils epel-release yum install -y perl-Net-SNMP cd /tmp wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz tar xzf autoconf-2.60.tar.gz cd /tmp/autoconf-2.60 ./configure make make install
CentOS 6.x / 7.x
yum install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils epel-release yum install -y perl-Net-SNMP
RHEL 5.x | Oracle Linux 5.x
cd /tmp wget http://archives.fedoraproject.org/pub/archive/epel/epel-release-latest-5.noarch.rpm rpm -ihv epel-release-latest-5.noarch.rpm yum install -y gcc glibc glibc-common make gettext automake wget openssl-devel net-snmp net-snmp-utils yum install -y perl-Net-SNMP wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz tar xzf autoconf-2.60.tar.gz cd /tmp/autoconf-2.60 ./configure make make install
RHEL 6.x | Oracle Linux 6.x
cd /tmp wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm rpm -ihv epel-release-latest-6.noarch.rpm yum install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils yum install -y perl-Net-SNMP
RHEL 7.x
cd /tmp wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ihv epel-release-latest-7.noarch.rpm subscription-manager repos --enable=rhel-7-server-optional-rpms yum install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils yum install -y perl-Net-SNMP
Oracle Linux 7.x
yum install -y yum-utils yum-config-manager --enable ol7_optional_latest cd /tmp wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -ihv epel-release-latest-7.noarch.rpm yum install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils yum install -y perl-Net-SNMP
Leave A Comment?