SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
851 stars 281 forks source link

Error: version `GLIBC_2.29' not found #52

Closed omid3098 closed 4 years ago

omid3098 commented 4 years ago

Installed tor. Installed torghost. Running command torghost -s will result: [27338] Error loading Python lib '/usr/share/torghost/libpython2.7.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /usr/share/torghost/libpython2.7.so.1.0)

I could not find the solution in previous issues.

SusmithKrishnan commented 4 years ago

This is a dependency version issue. your GLIBC version may be greater than 2.29. Try compiling from the source. Use build instructions

ragman105 commented 4 years ago

Hi,

Same Problem here with Debian Buster, same Problem with Build.sh script!

und3fined404 commented 4 years ago

same issue

I-RaFaEl-I commented 4 years ago

same issue Ubuntu MATE 18.04 LTS

vonthecreator commented 4 years ago

If you are on 18.04.3 LTS use this link it helped

https://askubuntu.com/questions/1143268/how-to-install-a-libc6-version-2-29

vonthecreator commented 4 years ago

same issue Ubuntu MATE 18.04 LTS

except I'm now stuck where it's just saying current IP

gmkbenjamin commented 4 years ago

This commit fixes lib issue and stuck on current IP issue: 3d1541bd64fa58c72038e81ea895b9990adc4cb2

vonthecreator commented 4 years ago

Can someone send me a compiled 3.0.3 .deb file?