shadowsocks-qt5 icon indicating copy to clipboard operation
shadowsocks-qt5 copied to clipboard

can not run in fedora30's kde

Open augushong opened this issue 6 years ago • 6 comments

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'

augushong avatar May 19 '19 09:05 augushong

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

erenkan avatar Jun 18 '19 20:06 erenkan

@erenkan No, it doesn't work.

YulongNiu avatar Jun 24 '19 15:06 YulongNiu

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

wtzb avatar Jul 14 '19 12:07 wtzb

great!! It really works. @wtzb

sir-eagle avatar Jul 22 '19 11:07 sir-eagle

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

  • Fedora 30 (LXQt, put Gnome and KDE are installed too)
  • current libbotan-2 is libbotan-2.so.10.10.0
  • Simply creating a symlink is not enough. The botan2-2.7.0-1.fc28.x86_64.rpm must be used (error: "/lib64/libQtShadowsocks.so.2: undefined symbol: _ZN5Botan16MDx_HashFunctionC2Embbm") ☹

nesnera avatar Sep 24 '19 14:09 nesnera

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

sn01615 avatar Oct 20 '19 00:10 sn01615