<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:10pt"><div>I have a new shared library .so which was created using g++ (contains C++ modules). The other shared libraries from that same directory load and are in the lib/modules directory but not this library. These other shared libraries used $(CC) in the Makefile are based on .C modules)<br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 13.3333px; font-family: times new roman,new york,times,serif; background-color: transparent; font-style: normal;">How do I resolve the "Module .so did not register itself during load' and 'module not loaded' errors when attempt to execute?<br></div></div></body></html>