Xvfb on Ubuntu 16.04

Discussion in 'Linux Virtual Machine' started by JensS3, Sep 13, 2019.

  1. JensS3

    JensS3 Bit poster

    Messages:
    2
    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?
     
  2. JensS3

    JensS3 Bit poster

    Messages:
    2
    Supplement:
    It doesn't work with Ubuntu version 1604 or 1804.
     
  3. Alexander Haltman

    Alexander Haltman Parallels Developers

    Messages:
    116
    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.
     

Share This Page