I'm struggling to make MVTec Halcon 11 work on Ubuntu. Everything is in the right place but the program doesn't see the dynamic libraries needed for image acquisition (the cameras alone work fine, the driver is installed)
I added the path with the libraries to /etc/ld.so.conf
and ran ldconfig -v
but of the 28 files present in the directory (all "Shared Library" type and .so extension), only the "lib*.so" ones are linked. As a matter of fact, ALL the libraries in the output of ldconfig are called lib*something.
Oddly, if I add "lib" in front of the name of the files, they get linked (of course that wouldn't be alright with the software)
Why is that?