MonoDevelop and libpjsipDll.so library on Ubuntu. System.DllNotFoundException
问题 i am trying to use a dll for Linux called: libpjsipDll_v44.so I got it from here http://code.google.com/p/sipeksdk/downloads/list It's a port for Linux of the http://www.pjsip.org/ is a VOIP library This site claims that is posible to use the library in Linux https://sites.google.com/site/sipekvoip/Home/documentation/pjsipwrapper/pjsipwrapper-for-linux The code in MonoDevelop 4.0.12 with C# the code is like this: internal const string PJSIP_DLL = "libpjsipDll.so"; [DllImportAttribute(PJSIP