shadowsocks / shadowsocks-qt5

A cross-platform shadowsocks GUI client
GNU Lesser General Public License v3.0
7.97k stars 2.33k forks source link

can not run in fedora30's kde #798

Open augushong opened 5 years ago

augushong commented 5 years ago

it can be installed,but can not run. I run "sudo ss-qt" in konsole, it show error "ss-qt5: error while loading shared libraries: libbotan-2.so.8: cannot open shared object file: No such file or directory";

I'm not sure it is becase the kde or the fedora 30;

dnf could not find 'libbatoon-2'

erenkan commented 5 years ago

yea same here. Fedora 30

ok i found some workaround. The whole issue is the botan 2.10.0 update does not support ss-qt5 or vice versa.

Workaround : https://fedora.pkgs.org/28/fedora-updates-x86_64/botan2-2.7.0-1.fc28.x86_64.rpm.html

edit : link has been removed for some reason and i upload my downloaded file https://gofile.io/?c=ZpHOFG

  1. Download the file called "botan2-2.7.0-1.fc28.x86_64.rpm"
  2. Build it
  3. cd /usr/lib64
  4. sudo ln -s libbotan-2.so.7 libbotan-2.so.8
YulongNiu commented 5 years ago

@erenkan No, it doesn't work.

wtzb commented 5 years ago

@erenkan works wonders on Fedora 30 with Gnome, thanks!

sir-eagle commented 5 years ago

great!! It really works. @wtzb

nesnera commented 4 years ago

Eren's workarount works for me. Thenks @erenkan 👍 Comment:

sn01615 commented 4 years ago

It's working!

sudo yum install botan2-270-1fc28x86_64.rpm
cd /usr/lib64/
sudo ln -s libbotan-2.so.7 libbotan-2.so.8