net-snmp-5.3 installation error.
"Makavy, Erez (Erez)" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <AAB4B3D3CF0F454F98272CBE187FDE2F09C89A05@is0004avexu1.global.avaya.com> |
Hey,
I got an error in 'make' :
------------------------------------------------------
/bin/sh ../libtool --mode=link gcc -g -O2 -Dlinux -I/usr/include/rpm
-o snmpd snmpd.lo libnetsnmpmibs.la libnetsnmpagent.la
helpers/libnetsnmphelpers.la ../snmplib/libnetsnmp.la -ldl -lrpm
-lrpmio -lpopt -lz -lcrypto -lm
libtool: link: cannot find the library `/usr/lib/libbeecrypt.la'
(librpmio.la: /usr/lib/libbeecrypt.la)
make[1]: *** [snmpd] Error 1
make[1]: Leaving directory `/root/net-snmp/net-snmp-5.3/agent'
make: *** [subdirs] Error 1
------------------------------------------------------
Background
-------------------
I have net-snmp-5.2.1 source installed on my Linux system.
I'd like to install net-snmp-5.3 source to a different PATH so I can
still use the 5.2.1 if something goes wrong.
my .config line is:
./configure --with-mib-modules="agentx" \
--prefix="/usr/local/net-snmp-5.3" \
--program-suffix="_5.3" \
\
--with-persistent-directory="/var/net-snmp-5.3"\
--with-sys-location="def-location"\
--with-sys-contact="no-contact"\
--with-default-snmp-version="1"\
--with-logfile="/var/log/snmpd-5.3.log"
My question:
-------------------
1) Is it because of the ' --prefix="/usr/local/net-snmp-5.3" ' ?
2) any ideas?
thanks,
Erez Makavy