Я использую teampeak SDK и при запуске получаю сообщение об ошибке:
System.DllNotFoundException: Unable to load shared library '__Internal' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: lib__Internal: cannot open shared object file: No such file or directory
at PlatformSpecific.NativeUnixMehods.dlopen(String filename, Int32 flags)
at PlatformSpecific.LoadDynamicLibrary(SupportedPlatform platform, String name, IntPtr& handle, String& location)
at PlatformSpecific.LoadDynamicLibrary(SupportedPlatform platform, String[] possibleNames, IntPtr& handle, String& location)
at TeamSpeak.Sdk.Client.SdkHandle.Load(SupportedPlatform platform, String[] possibleNames)
at TeamSpeak.Sdk.Client.Library.Initialize(LibraryParameters parameters)
at TeamSpeakTest.Program.Main(String[] args) in /path/to/solution/Program.cs:line 21
Я думаю, что эта проблема не связана с TeamSpeak SDK, и это общая проблема для linux. Я прав?