You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This keeps coming up as we install on newer boxes.
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: res.o: in function `query_name':
[2022-06-13 17:56:16] <RuneB> /home/ircd/bahamut-2.2.1/src/res.c:622: undefined reference to `__res_mkquery'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: res.o: in function `proc_answer':
[2022-06-13 17:56:16] <RuneB> /home/ircd/bahamut-2.2.1/src/res.c:870: undefined reference to `__dn_expand'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: /home/ircd/bahamut-2.2.1/src/res.c:968: undefined reference to `__dn_expand'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: /home/ircd/bahamut-2.2.1/src/res.c:1138: undefined reference to `__dn_expand'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: /home/ircd/bahamut-2.2.1/src/res.c:1270: undefined reference to `__dn_expand'
[2022-06-13 18:03:41] <brandon> hm
[2022-06-13 18:03:51] <brandon> ubuntu 22 problems? some newer library somewhere?
[2022-06-13 18:05:09] <RuneB> yeah, ubuntu 22 moved stuff around
[2022-06-13 18:06:41] <RuneB> ah, commented out #define res_mkquery __res_mkquery and #define dn_expand __dn_expand in include/resolv.h
[2022-06-13 18:07:38] <RuneB> the man page has res_init and res_mkquery under a Deprecated section, so we'll see if it actually still works
The text was updated successfully, but these errors were encountered:
This keeps coming up as we install on newer boxes.
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: res.o: in function `query_name':
[2022-06-13 17:56:16] <RuneB> /home/ircd/bahamut-2.2.1/src/res.c:622: undefined reference to `__res_mkquery'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: res.o: in function `proc_answer':
[2022-06-13 17:56:16] <RuneB> /home/ircd/bahamut-2.2.1/src/res.c:870: undefined reference to `__dn_expand'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: /home/ircd/bahamut-2.2.1/src/res.c:968: undefined reference to `__dn_expand'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: /home/ircd/bahamut-2.2.1/src/res.c:1138: undefined reference to `__dn_expand'
[2022-06-13 17:56:16] <RuneB> /usr/bin/ld: /home/ircd/bahamut-2.2.1/src/res.c:1270: undefined reference to `__dn_expand'
[2022-06-13 18:03:41] <brandon> hm
[2022-06-13 18:03:51] <brandon> ubuntu 22 problems? some newer library somewhere?
[2022-06-13 18:05:09] <RuneB> yeah, ubuntu 22 moved stuff around
[2022-06-13 18:06:41] <RuneB> ah, commented out #define res_mkquery __res_mkquery and #define dn_expand __dn_expand in include/resolv.h
[2022-06-13 18:07:38] <RuneB> the man page has res_init and res_mkquery under a Deprecated section, so we'll see if it actually still works
The text was updated successfully, but these errors were encountered: