-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libQt5WebEngineCore.so.5.15.2 not found the error. #87
Comments
It is not not finding |
thanks so much Julian for your time. root@localhost:/vircadia/build# cat /etc/*-release root@localhost:/vircadia/build# cat /etc/debian_version |
This is an issue with the build instructions. vircadia-builder has nothing to do with this. vircadia-builder is a build script that is supposed to do a lot of this automatically. It should also work on Debian Buster.
It identifies itself as Ubuntu 18.04. If you don't know more than I do, this isn't Debian 10, but Ubuntu 18.04. |
Hi,
I am trying to run this make interface command and get the libQt5WebEngineCore.so.5.15.2 not found the error. Not sure what is the issue. Tried several things. The Vircadia build is in the root and at this location /vircadia/build and using Ubuntu 18.04
Using root to run this and stuck at this. Please help. thanks.
[ 86%] Built target interface_autogen
[ 86%] Linking CXX executable interface
/usr/bin/ld: warning: libevent-2.1.so.6, needed by /root/vircadia-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.2, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libwebpmux.so.3, needed by /root/vircadia-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.2, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libwebpdemux.so.2, needed by /root/vircadia-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.2, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libwebp.so.6, needed by /root/vircadia-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.2, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libXss.so.1, needed by /root/vircadia-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.2, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libsnappy.so.1, needed by /root/vircadia-files/qt/qt5-install/lib/libQt5WebEngineCore.so.5.15.2, not found (try using -rpath or -rpath-link)
/usr/bin/ld: interface: hidden symbol `event_base_new' in /root/vircadia-files/vcpkg/fb3a0d76/installed/x64-linux/lib/libwebrtc.a(event.o) is referenced by DSO
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
interface/CMakeFiles/interface.dir/build.make:5126: recipe for target 'interface/interface' failed
make[3]: *** [interface/interface] Error 1
CMakeFiles/Makefile2:6044: recipe for target 'interface/CMakeFiles/interface.dir/all' failed
make[2]: *** [interface/CMakeFiles/interface.dir/all] Error 2
CMakeFiles/Makefile2:6056: recipe for target 'interface/CMakeFiles/interface.dir/rule' failed
make[1]: *** [interface/CMakeFiles/interface.dir/rule] Error 2
Makefile:1694: recipe for target 'interface' failed
make: *** [interface] Error 2
root@localhost:/vircadia/build#
The text was updated successfully, but these errors were encountered: