Skip to content
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

not find "in_cksum" #1

Open
pythononedog opened this issue Aug 23, 2023 · 5 comments
Open

not find "in_cksum" #1

pythononedog opened this issue Aug 23, 2023 · 5 comments

Comments

@pythononedog
Copy link

/usr/bin/ld: /tmp/ccDI55qc.o: in function main': main.c:(.text+0x206): undefined reference to in_cksum'
/usr/bin/ld: main.c:(.text+0x504): undefined reference to `in_cksum'
collect2: error: ld returned 1 exit status

@Inplex-sys
Copy link
Owner

what is your GCLIB version ?

@pythononedog
Copy link
Author

ldd (Ubuntu GLIBC 2.35-0ubuntu3.1) 2.35
Copyright (C) 2022 Free Software Foundation, Inc

@pythononedog
Copy link
Author

Which version of GLIBC is required?

@pythononedog
Copy link
Author

I compiled it under ubuntu22.04.

@adrianosela
Copy link

Same issue here:

┌──(scr1pt3r㉿pwnbox)-[~/CVE-2022-23093]
└─$ gcc main.c -o out 
/usr/bin/ld: /tmp/ccfHpRIP.o: in function `main':
main.c:(.text+0x1c6): undefined reference to `in_cksum'
/usr/bin/ld: main.c:(.text+0x47e): undefined reference to `in_cksum'
collect2: error: ld returned 1 exit status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants