I am getting this error on server and client compile (v1.4.3 and v1.5).
OSX 10.4.10
----
/usr/bin/ld: Undefined symbols:
_res_9_init
_res_9_query
collect2: ld returned 1 exit status
make[3]: *** [zabbix_server] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
----
Changing the Makefile LIBS to "LIBS = -lkvm -lm -lresolv -lz" has not helped either. Any suggestions?
OSX 10.4.10
----
/usr/bin/ld: Undefined symbols:
_res_9_init
_res_9_query
collect2: ld returned 1 exit status
make[3]: *** [zabbix_server] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
----
Changing the Makefile LIBS to "LIBS = -lkvm -lm -lresolv -lz" has not helped either. Any suggestions?
Comment