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
recompile libproxychains with a newer version of GLIBC (have no idea how to do that)
sounds more like the opposite. build proxychains-ng against an older glibc version (for example with a virtual machine, container, rootfs, etc containing something like ubuntu 20.04 or older)...
but:
discord: /snap/snapd
i've never tested "snaps", but afaik these are containerized environments, and it is likely that proxychains won't work with it anyways. in that case you'd somehow have to extract the snap contents and run the main binary directly - in which case your host glibc should be used instead of the one in the container. or get a non-snap version of discord. you could also try to overwrite the libc.so.6 insider the container package with the one on your disk.
Hello, I am trying to use proxychains4 to launch discord app and encountering a GLIBC error.
$ ldd --version
ldd (Ubuntu GLIBC 2.39-0ubuntu8.3) 2.39
$ proxychains4 discord
As far as I understood, reading documentation all around the Internet, I have to either:
I ask for assistance.
The text was updated successfully, but these errors were encountered: