iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
489 stars 78 forks source link

./picam: error while loading shared libraries: libcamera-base.so.0.0.3: cannot open shared object file: No such file or directory #198

Closed feacluster closed 1 year ago

feacluster commented 1 year ago

I am running Raspbian GNU/Linux 11 (bullseye) on a Pi4b. I installed picam 2.0.12 . When running I get the error:

./picam: error while loading shared libraries: libcamera-base.so.0.0.3: cannot open shared object file: No such file or directory

I was able to do the following workaround to get it to work:

sudo ln -s /lib/arm-linux-gnueabihf/libcamera.so.0.0.4 libcamera.so.0.0.3
sudo ln -s /lib/arm-linux-gnueabihf/libcamera-base.so.0.0.4 libcamera-base.so.0.0.3
iizukanao commented 1 year ago

Thank you for reporting this! I have just fixed the latest release files. https://github.com/iizukanao/picam/releases/tag/v2.0.12