pwinwood wrote:I had this too. I had recently updated to the latest build (Friday Aug 24). I found that the executable bit for the .so files in /opt/vc/lib was not set. To fix this
cd /opt/vc/lib
sudo chmod +x *.so
sudo ldconfig
and all was well again.