.Net Core web API Docker (Linux) - unable to load libMyCpp.so file .Net Core web API Docker (Linux) - unable to load libMyCpp.so file docker docker

.Net Core web API Docker (Linux) - unable to load libMyCpp.so file


I could able to solve this issue with help from my colleagues and friends.There was a dependency with libCppAppOutput.so (an XML parser). Even though that dependency package is installed in the container, it was missed to configure while creating the libCppAppOutput.so.This was identified by executing ldl libCppAppOutput.so command in bash.

Thank you all for spend time on reading and analyzing the question !Have more N more great coding days!