ArduCAM / Arducam_tof_camera

51 stars 20 forks source link

Symbolic links #52

Open ahtonen opened 1 year ago

ahtonen commented 1 year ago

After installing the SDK's APT packages I get this error:

/sbin/ldconfig.real: /usr/lib/libArduCamLib.so.2 is not a symbolic link

Later on it has happened when upgrading other APT packages, whenever ldconfig is run. Like it says libArduCamLib.so.2 is not a symbolic link, but a binary file.

How to fix this? And is caused by a deprecated Arducam APT package or what?

dennis-ard commented 1 year ago

This is the warning after installing the deb package of arducam-usb-sdk-dev, because the usb support of arducam-tof-sdk needs to rely on it, so install it together.

This warning does not affect the program and system operation, but there will be annoying warnings, maybe you can go to this repository to submit an issue to fix it.