-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compiling on alma linux 9.2 #236
Comments
As oper https://forums.centos.org/viewtopic.php?t=79952 this might be related to the version of glibc, in reference to https://lwn.net/Articles/864920/ Still looking for a solution while testing alternatives posted here https://forums.fedoraforum.org/showthread.php?328828-Installing-libresolv-so&p=1860899 |
In Centos 7 9 compiles without problems., no warnings, all perfect |
Sorry for the delay. I'll be looking into this. I'll privmsg you to get access to a VM where compilation fails to test. |
Can you try compiling from main? We believe #219 addressed this |
Confirmed #219 fixes the problem. Releasing 2.2.3 soon but compiling main works |
compiles fine now, gives some warnings, but it compiled the ircd, going to test now |
working perfect so far. thanks |
Got this errors in while runing make:
/usr/bin/ld: res.o: in function
query_name': /home/ircd/bahamut-2.2.2/src/res.c:622: undefined reference to
__res_mkquery'/usr/bin/ld: res.o: in function
proc_answer': /home/ircd/bahamut-2.2.2/src/res.c:870: undefined reference to
__dn_expand'/usr/bin/ld: /home/ircd/bahamut-2.2.2/src/res.c:968: undefined reference to
__dn_expand' /usr/bin/ld: /home/ircd/bahamut-2.2.2/src/res.c:1138: undefined reference to
__dn_expand'/usr/bin/ld: /home/ircd/bahamut-2.2.2/src/res.c:1270: undefined reference to `__dn_expand'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:52: ircd] Error 1
The text was updated successfully, but these errors were encountered: