Xvfb on Ubuntu 16.04

JensS3

Bit poster
I want to install the Xvfb package on a Vagrantbox with Ubuntu 18.04.

Unfortunately it doesn't work without special libraries from Parallels. The tools are installed, but without the X server.

The error message is:
/usr/bin/Xvfb: error while loading shared libraries: libPrlDRI.so.1: cannot open shared object file: No such file or directory

How do I get the libraries from the parallel tools into my system?
 
I want to install the Xvfb package on a Vagrantbox with Ubuntu 18.04.

Unfortunately it doesn't work without special libraries from Parallels. The tools are installed, but without the X server.

The error message is:
/usr/bin/Xvfb: error while loading shared libraries: libPrlDRI.so.1: cannot open shared object file: No such file or directory

How do I get the libraries from the parallel tools into my system?

This libs are installed automatically by Parallels Tools installer.
You can find if this libs are present in system:
find /usr/ -name "libPrl*.so*" -ls​
And if not, try to reinstall Parallels Tools.
 
Back
Top