rule110-io / surge

Surge is a p2p filesharing app designed to utilize blockchain technologies to enable 100% anonymous file transfers. Surge is end-to-end encrypted, decentralized and open source.
https://getsurge.io
Apache License 2.0
426 stars 48 forks source link

Surge does not run on Ubuntu 20.04-LTS desktop #46

Closed zbruceli closed 3 years ago

zbruceli commented 3 years ago

Describe the bug It seems surge need higher version of glibc 2.32 than Ubuntu 20.04-LTS (2.31)

./surge ./surge: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./surge)

./apt install libc6 Reading package lists... Done Building dependency tree
Reading state information... Done libc6 is already the newest version (2.31-0ubuntu9.1). libc6 set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

WizardOfCodez commented 3 years ago

I just updated the linux executable on our release page - could you please redownload the file and try again?

zbruceli commented 3 years ago

Tested the latest Linux executable on Ubuntu 20.04-LTS desktop and it works properly. Issue closed.