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
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
The text was updated successfully, but these errors were encountered:
in Trixie debian, trickle from github cannot be compiled
As i read in stackoverflow
How i do that for trickle?
The text was updated successfully, but these errors were encountered: