The library I am using is libndpi.so. When I run ldconfig, the link is created like so
libndpi.so.1 => libndpi.so
However, this library is referenced in our code as libndpi.so. Is there a way to add libndpi.so to the shared library cache instead of libndpi.so.1?