Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

/usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory #348

Open
gamecss opened this issue Sep 12, 2021 · 3 comments

Comments

@gamecss
Copy link

gamecss commented Sep 12, 2021

系统是ubuntu 18.04.5 (desktop)
安装的方法是克隆后运行install.sh
但是运行不起来
$ deepin-wine
/usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
$ ldd /usr/lib/deepin-wine/wine
linux-gate.so.1 (0xf7f99000)
libwine.so.1 => not found
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7f55000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7d79000)
/lib/ld-linux.so.2 (0xf7f9a000)

@jeremykong-ur
Copy link

遇到了相同问题
发现libwine.so.1 symlink的指向出现了问题, 修改symlink指向如下

ln -sf /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1.0 /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1

Ubuntu 20.04.2 LTS

@gamecss
Copy link
Author

gamecss commented Sep 18, 2021

遇到了相同问题
发现libwine.so.1 symlink的指向出现了问题, 修改symlink指向如下

ln -sf /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1.0 /usr/lib/i386-linux-gnu/deepin-wine/libwine.so.1

Ubuntu 20.04.2 LTS

貌似整个项目都有很大的问题
软链接全部指向/media/wszqkzqk/casper-rw/upper/home/mint/Documents/deepin-wine-ubuntu/

@gamecss
Copy link
Author

gamecss commented Feb 26, 2022

@wszqkzqk 你把软链接全部指向/media/wszqkzqk/casper-rw/upper/home/mint/Documents/deepin-wine-ubuntu/了 很离谱

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants