For the occasional access to my Pi running Volumio I would like to install and run a VNC server.
I followed instructions that I had googled which looked quite trivial:
$ sudo apt-get update
…
$ sudo apt-get install realvnc-vnc-server
…
$ sudo apt-get install realvnc-vnc-viewer
…
I entered that and the installation went all fine (i.e. no errors nor warnings), but I if I try to start the VNC server I only get:
volumio@volumio:~$ vncserver
VNC® Server 6.1.1 (r28093) ARMv6 (May 19 2017 12:59:35)
Copyright © 2002-2017 RealVNC Ltd.
RealVNC and VNC are trademarks of RealVNC Ltd and are protected by trademark
registrations and/or pending trademark applications in the European Union,
United States of America and other jurisdictions.
Protected by UK patent 2481870; US patent 8760366; EU patent 2652951.
See realvnc.com for information on VNC.
For third party acknowledgements see:
realvnc.com/docs/6.1/foss.html
/usr/bin/Xvnc-core: error while loading shared libraries: libbcm_host.so: cannot open shared object file: No such file or directory
Error: Error querying Xvnc settings.
volumio@volumio:~$
Any idea anyone, what I am missing here and how to fix that?
This is running on a Pi 3B+ using the latest volumio image.