Why can’t Makefile find .so files when running executable on Ubuntu?
I am creating a C++ application with a Makefile in VScode and Ubuntu that uses the mosquitto MQTT protocol. I cloned the official repo under the /usr/src/ directory and I am trying to link my makefile with the necessary shared…