我的是Ubuntu里好像也是这个问题,他显示
Native library pre-loader is trying to load native SQLite library "/opt/ForguncyServer/WebSite/bin/x64/SQLite.Interop.dll"...
Native library pre-loader failed to load native SQLite library "/opt/ForguncyServer/WebSite/bin/x64/SQLite.Interop.dll" (getLastError = 0): System.DllNotFoundException: Unable to load shared library 'libdl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory
at System.Data.SQLite.UnsafeNativeMethodsPosix.dlopen(String fileName, Int32 mode)
at System.Data.SQLite.NativeLibraryHelper.LoadLibraryPosix(String fileName)
at System.Data.SQLite.NativeLibraryHelper.LoadLibrary(String fileName)
at System.Data.SQLite.UnsafeNativeMethods.PreLoadSQLiteDll(String baseDirectory, String processorArchitecture, Boolean allowBaseDirectoryOnly, String& nativeModuleFileName, IntPtr& nativeModuleHandle)
这个怎么解决啊 |