Maybe some of you came across the net-smnp lib not found problem when compiling zabbix under OpenBSD so here's a workaround for this issue with the configure script:
now you can compile zabbix:
Zabbix Rulez !
Code:
#ln -s /usr/local/include/curl /usr/include/ #ln -s /usr/local/lib/libnetsnmp* /usr/lib/
Code:
#./configure --enable-server --with-mysql --with-net-snmp --with-libcurl