i am trying to install "net-snmp-5.4.1.tar.gz" on RHEL4 in order to enable SNMP for Zenoss Core Server.
mkdir /usr/local/snmp
tar -zxvf net-snmp-5.4.1.tar.gz
cd net-snmp-5.4.1
./configure --prefix=/usr/local/snmp/
make
make install
i have tested this piece of code many times over FC7 AND FC8 here every things work fine....
but Here on RHEL4
"make install" is giving some lines of error......... which are:
**************************
**********
**********
**********
**********
**********
**********
**
grep: /usr/lib/libbeecrypt.la: No such file or directory
/bin/sed: can't read /usr/lib/libbeecrypt.la: No such file or directory
libtool: link: `/usr/lib/libbeecrypt.la' is not a valid libtool archive
make[1]: *** [libnetsnmpmibs.la] Error 1
make[1]: Leaving directory `/root/Desktop/net-snmp-5.
4.1/agent'
make: *** [installsubdirlibs] Error 1
[root@Thriller net-snmp-5.4.1]# cd ..
**************************
**********
**********
**********
**********
******
after this i tried to install "libbeecrypt6-4.1.2-10.1_1
4.el4.at.i
386.rpm"
coz error was "/usr/lib/libbeecrypt.la: No such file or directory"
so i thought may libeecrypt rpm is need but !!!! nothing happend
[root@Thriller Desktop]# rpm -ivh libbeecrypt6-4.1.2-10.1_14
.el4.at.i3
86.rpm
warning: libbeecrypt6-4.1.2-10.1_14
.el4.at.i3
86.rpm: V3 DSA signature: NOKEY, key ID 66534c2b
Preparing... ##########################
##########
####### [100%]
file /usr/lib/libbeecrypt.so.6 from install of libbeecrypt6-4.1.2-10.1_14
.el4.at conflicts with file from package beecrypt-3.1.0-6
[root@Thriller Desktop]#
**************************
**********
**********
**********
**********
**********
**********
**
Plz guide me how to solve this issue !!!!
Thanks
Start Free Trial