From: Andreas W. <and...@bi...> - 2002-02-22 16:26:23
|
I had a small problem with the compilation of beta 2 (linux 2.4 with net-snmp): the -lsnmp in the Makefile (for zabbix-agentd) was missing. This is caused by the configure script, which seems to be broken. I think, the line AC_CHECK_LIB(snmp, main, "-lcrypto") in configure.in shold rather look like AC_CHECK_LIB(snmp, main, LIBS="-lsnmp $LIBS") but unfortunately I don't know autoconf that well (at least it works;-). Andreas -- Andreas Woelling System Administration Biomax Informatics |