error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file

在使用qt5时可能会出现下列问题,说是libQt5Core.so.5找不到了

出现问题:

error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory

解决方案:

sudo strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5

参考:
https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir
https://github.com/dnschneid/crouton/wiki/Fix-error-while-loading-shared-libraries:-libQt5Core.so.5

你可能感兴趣的:(Trouble,Shooting,ubuntu,linux)