Wednesday, July 6, 2016

raspistill error while loading shared libraries: libbrcmGLESv2.so

Today, I re-install Raspberry Pi 2 with Raspbian Jessie, and update software/firmware:
$ sudo apt update
$ sudo apt upgrade
$ sudo rpi-update

And try to take still photo using raspistill, error reported while loading libbrcmGLESv2.so:
raspistill: error while loading shared libraries: libbrcmGLESv2.so: cannot open shared object file: No such file or directory


But I still can take photos using Python.

I still can record video using raspivid, but cannot play with omxplayer, with error of:
/usr/bin/omxplayer.bin: error while loading shared libraries: libbrcmGLESv2.so: cannot open shared object file: No such file or directory


I guest it is related to updated firmware. Anybody know how?


Updated@2016-07-07: This problem self-fixed by updating firmware with:
$ sudo rpi-update

No comments: