Ad Widget

Collapse

OpenBSD curl and net-snmp problem workaround

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alex17
    Junior Member
    • Aug 2008
    • 1

    #1

    OpenBSD curl and net-snmp problem workaround

    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:

    Code:
    #ln -s /usr/local/include/curl /usr/include/  
    #ln -s /usr/local/lib/libnetsnmp* /usr/lib/
    now you can compile zabbix:

    Code:
    #./configure --enable-server --with-mysql --with-net-snmp --with-libcurl
    Zabbix Rulez !
Working...