vircadia / vircadia-builder

Builds Vircadia's native Interface and Domain server ("Project Athena") on Linux.
GNU General Public License v3.0
20 stars 37 forks source link

Error running ice-server on build of Ubuntu 21.04 #78

Open Misterblue opened 2 years ago

Misterblue commented 2 years ago

When building vircadia/master on Ubuntu 21.04, it uses the binary Qt so it doesn't create the directory /opt/vircadia/qt5-install/lib and the scripts in /opt/vircadia/install_master/ice-server/ice-server (for instance) still references that library.

Ubuntu 21.04 builds but, when I run the ice-server script, I get the error:

/opt/vircadia/install_master/ice-server/ice-server: error while loading shared libraries: libQt5Network.so.5: cannot open shared object file: No such file or directory.

I think the problem with Ubuntu releases that have a binary Qt not having a /opt/vircadia/qt5-install/lib directory is a general problem.