I am trying to compile zabbix agent for Mac OS X 10.5 on intel. I am getting the following errors:
-------
Undefined symbols:
"_res_9_query", referenced from:
_CHECK_DNS in libcommonsysinfo.a(net.o)
"_res_9_init", referenced from:
_CHECK_DNS in libcommonsysinfo.a(net.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [zabbix_agent] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
-------
Is there an easy way to fix this or even disable the DNS check entirely?
Tks
-------
Undefined symbols:
"_res_9_query", referenced from:
_CHECK_DNS in libcommonsysinfo.a(net.o)
"_res_9_init", referenced from:
_CHECK_DNS in libcommonsysinfo.a(net.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [zabbix_agent] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
-------
Is there an easy way to fix this or even disable the DNS check entirely?
Tks
Comment