Simon replied to the topic 'indi_qhy_ccd crashing' in the forum. 2 years ago

It seems that your libqhyccd.so.22 file is missing or not in the right place..
If you still have your build folder it should be there then you can copy it like so: "sudo cp ~/Projects/build/indi-3rdparty-libs/libqhy/libqhyccd.so.22 /lib/aarch64-linux-gnu/".
/lib/aarch64-linux-gnu/ is the folder where your file should be..
You can run "sudo find / -name libqhyccd.so.22" to see if you have the file somewhere..

Read More...