Hi guys,
I get error when I make the file for install.
See this :
s2.o httpcookies.o -L -lcares ../lib/libxymontime.a ../lib/libxymoncomm.a -lssl -lcrypto ../lib/libxymon.a -lpcre
dns.o: In function dns_ares_queue_run': /Install/xymon-4.3.28/xymonnet/dns.c:169: undefined reference to ares_timeout'
/Install/xymon-4.3.28/xymonnet/dns.c:172: undefined reference to ares_process' /Install/xymon-4.3.28/xymonnet/dns.c:154: undefined reference to ares_fds'
dns.o: In function dns_init': /Install/xymon-4.3.28/xymonnet/dns.c:77: undefined reference to ares_init_options'
/Install/xymon-4.3.28/xymonnet/dns.c:80: undefined reference to ares_strerror' dns.o: In function dns_simple_callback':
/Install/xymon-4.3.28/xymonnet/dns.c:131: undefined reference to ares_strerror' /Install/xymon-4.3.28/xymonnet/dns.c:126: undefined reference to ares_strerror'
dns.o: In function dns_test_server': /Install/xymon-4.3.28/xymonnet/dns.c:313: undefined reference to ares_init_options'
/Install/xymon-4.3.28/xymonnet/dns.c:337: undefined reference to ares_search' /Install/xymon-4.3.28/xymonnet/dns.c:315: undefined reference to ares_strerror'
/Install/xymon-4.3.28/xymonnet/dns.c:363: undefined reference to ares_destroy' dns.o: In function add_host_to_dns_queue':
/Install/xymon-4.3.28/xymonnet/dns.c:208: undefined reference to ares_gethostbyname' dns2.o: In function display_rr':
/Install/xymon-4.3.28/xymonnet/dns2.c:329: undefined reference to ares_expand_name' /Install/xymon-4.3.28/xymonnet/dns2.c:429: undefined reference to ares_expand_name'
/Install/xymon-4.3.28/xymonnet/dns2.c:435: undefined reference to ares_expand_name' /Install/xymon-4.3.28/xymonnet/dns2.c:416: undefined reference to ares_expand_name'
/Install/xymon-4.3.28/xymonnet/dns2.c:398: undefined reference to ares_expand_name' dns2.o:/Install/xymon-4.3.28/xymonnet/dns2.c:374: more undefined references to ares_expand_name' follow
collect2: error: ld returned 1 exit status
Makefile:33: recipe for target 'xymonnet' failed
make[1]: *** [xymonnet] Error 1
make[1]: Leaving directory '/Install/xymon-4.3.28/xymonnet'
build/Makefile.rules:102: recipe for target 'xymonnet-build' failed
make: *** [xymonnet-build] Error 2
I running opensuse 42.2 with c-ares 1.12.0. I can't find the devel version, pretty sure is the problem, but I can't confirm. If so, where can I get the package, on suse it's only for tumbleweed.
thanks
David