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

configure: error: cannot figure out how to access libc #35

Open
estatistics opened this issue Jan 20, 2025 · 1 comment
Open

configure: error: cannot figure out how to access libc #35

estatistics opened this issue Jan 20, 2025 · 1 comment

Comments

@estatistics
Copy link

in Trixie debian, trickle from github cannot be compiled
As i read in stackoverflow

I found all path references to libc.so and changed them from /lib and /usr/lib to /lib64 and /usr/lib64. It fixed my problem.

How i do that for trickle?

checking for daemon... yes
checking for setenv... yes
checking for strsep... yes
checking for sendfile... yes
checking for libevent... yes
checking if underscores are needed for symbols... no
checking if we can access libc without dlopen... no
checking if we can access libc with libc.so... no
checking if we can access libc with /usr/lib/libc.so*... no
configure: error: cannot figure out how to access libc
@estatistics
Copy link
Author

 sudo dpkg -S libc.so*
libc6-dev:amd64: /usr/lib/x86_64-linux-gnu/libc.so
libc6:amd64: /usr/lib/x86_64-linux-gnu/libc.so.6
libc6-i386: /usr/lib32/libc.so.6
libc6-dev:amd64: /usr/share/gdb/auto-load/lib/x86_64-linux-gnu/libc.so.6-gdb.py
libc6:i386: /usr/lib/i386-linux-gnu/libc.so.6

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

1 participant