Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4901

Raspberry Pi OS • Re: Installing X11 on top of the Lite, missing library files

$
0
0
Without files I mentioned VNC won't start. After copying files manually, VNC works and no issues anywhere else either. Not sure this is related to xRDP issue, I mean in terms of the root-cause.
Which VNC server are you using? RealVNC or something else (tigervnc, tightvnc, etc)?
To answer my own question:

I installed a fresh 2024-03-15 armhf lite IMG, which booted just fine, then installed realvnc-vnc-server.

When I started the service it complained about libbcm_host.so not being found so I installed libraspberrypi-dev, which also installed libraspberrypi0.

Trying to restart the service again it complained about libmmal.so

Unfortunately, libmmal.so is nowhere to be found:

Code:

bash$ sudo -ip83/lib/systemd/system# apt-file updateHit:1 http://archive.raspberrypi.com/debian bookworm InReleaseHit:2 http://raspbian.raspberrypi.com/raspbian bookworm InReleaseReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneAll packages are up to date.W: http://raspbian.raspberrypi.com/raspbian/dists/bookworm/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.p83/lib/systemd/system# apt-file search libmmal.sop83/lib/systemd/system#
So, there appear to be two problems with the 2023-03-15 armhf lite IMG using X11:
  • Missing dependency in realvnc-vnc-server package for libraspberrypi-dev
  • libmmal.so has gone completely AWOL

Statistics: Posted by bls — Sat Mar 16, 2024 8:04 pm



Viewing all articles
Browse latest Browse all 4901

Trending Articles