|
|
scapi.c:612: incompatible types in initialization
scapi.c:612: incompatible type for argument 1 of `memset'
scapi.c: In function `sc_decrypt':
scapi.c:725: incompatible types in initialization
scapi.c:725: incompatible type for argument 1 of `memset'
make[1]: *** [scapi.lo] Error 1
make[1]: Leaving directory `/root/ucd-snmp-4.2.6/snmplib'
-----------------------------------------------------------
mv -f .libs/snmpd.lo snmpd.lo
make[1]: *** No rule to make target `../snmplib/libsnmp.la', needed by `snmpd'. Stop.
make[1]: Leaving directory `/root/ucd-snmp-4.2.6/agent'
make[1]: Entering directory `/root/ucd-snmp-4.2.6/apps'
------------------------------------------------------------
make[1]: *** No rule to make target `../snmplib/libsnmp.la', needed by `snmpget'. Stop.
make[1]: Leaving directory `/root/ucd-snmp-4.2.6/apps'
make[1]: Entering directory `/root/ucd-snmp-4.2.6/local'
--------------------------------------------------------------------------------
生成不了snmpd.相关其他工具包GCC、Perl、gd、libpng和zlib都已经安装好了.
---------------------------------------------------------
另外我换装了rpm包,:
[root@solink snmp]# rpm -ivh net-snmp-5.1-2.1.i386.rpm
warning: net-snmp-5.1-2.1.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libbeecrypt.so.6 is needed by net-snmp-5.1-2.1
------------------------------------------------------------------------------------
[root@solink snmp]# ll /lib/libbeecrypt.so.6
-rwxr-xr-x 1 root root 130704 12月 15 14:23 /lib/libbeecrypt.so.6
请教大家,谢谢. |
|