In Ubuntu system, use the tool goldendict
goldendict: error while loading shared libraries: libQt5Svg.so.5: cannot open shared object file: No such file or directory
The reason is that the environment variable is not set. Solution:
1 find the libqt5svg. So. 5 path./opt/Netease/Netease cloud music/LIBS/libqt5svg. So. 5
2/etc/LD. So. Conf.d add a file goldendict.conf, which reads as follows
/opt/Netease/Netease cloud music/LIBS
3 execute the command to update the dynamic link library sudo ldconfig
The following is the reference address:
QT error resolution: error while loading shared libraries: libxxx.so
Read More:
- QT encountered in CentOS installation( qt.qpa.plugin : Could not load the Qt platform plugin “xcb” )
- Vue agent reports an Error 404 nginx configuration method
- Linux has no way to solve bash. / that file or directory
- /usr/lib/deepin-wine/wine: error while loading shared libraries: libwine.so.1
- Linux CentOS installing protobuf
- Ubuntu 20.04 installing gfortran-6/ libgfortran.so .3
- LIBGL error: no matching fbconfigs or visual s found
- Linux’s method of clearing DNS cache and refreshing DNS in shell terminal (Ubuntu, Debian)
- Solutions to the failure of importing Python 3.7 SSL module
- error while loading shared libraries: libpng16.so.16: cannot open shared object file: No such file
- ubuntu executes apt-get update and reports Failed to fetch/replace Ali source
- error: expected unqualified-id before ‘dynamic_cast’
- The solution of undefined reference to error
- main.cpp : (. Text + 0xd06): undefined reference to XX method | simple record
- Vs2015 configuring OpenGL (glfw Library)
- Failed to initialize nvml driver / library version mismatch due to automatic update of NVIDIA driver
- Installing opencv and Linux Makefile:160 : recipe for target ‘all’ failed problem resolution
- [gdb] error while loading shared libraries: libcunit.so.1: cannot open shared object file
- Solutions to the problem of “symbol lookup error xxxxx, undefined symbol”
- Solution of OpenCV library import error in Python 3