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