libcamera.so.0.0.4: cannot open shared object file: No such file or directory
Kaelum opened this issue · 3 comments
Kaelum commented
What happened
The latest update broke my Nozzle CAM.
What did you expect to happen
It should work.
How to reproduce
Updated from a previous version.
Additional information
No response
Kaelum commented
Doing the following, fixed the issue after a restart:
cd ~/crowsnest
make buildclean
make build
mryel00 commented
Sry for the late reply, I somehow forgot to answer this issue.
You only need to rebuild camera-streamer, as this is a problem with building it manually, so nothing we can do about it directly atm.
The commands would be:
cd ~/crowsnest/bin/camera-streamer
make clean
make
If the make
command fails for someone, try to use make -j2
or make -j1
.
othbert commented
Also needed to do this on a fresh mainsailos image today. Thanks for the report and the fix!