-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET Framework 4.6.2, run with Mono on Ubuntu #604
Comments
When using mono, it may be necessary to manually copy the native library into the proper place (like your build output directory). |
@ericsink Of course I tried to copy manually from |
There are two possibilities:
I wonder about the difference between Or... Try |
Very strange
|
Could this be an LD_LIBRARY_PATH problem? |
Actually that probably doesn't make sense. |
I did not initially install
|
I have the exact same problem using ldd output:
|
What version of SQLitePCLRaw are you using?
2.1.9
If you are using one of the SQLitePCLRaw bundle packages, which one?
SQLitePCLRaw.bundle_e_sqlite3
What platform are you running on? What operating system? Which version? What CPU?
Run Mono on Ubuntu, Mono JIT compiler version 6.8.0.105, Ubuntu 22.04.4 LTS. Build on Windows 10x64, Intel Core i7-4790K
What target framework are you building for?
net 4.6.2
Are you on .NET Framework or the newer stuff (.NET Core, .NET 5+, etc)?
net 4.6.2
Are you using the command line, or an IDE? Which IDE? Which version of that IDE?
Visual Studio 2022
Is this problem something that just started happening? For example, were things working well for you and then you updated something and then the problem showed up? What changed?
First with Mono on Ubuntu. On Windows fine work.
What is the exact error message you are seeing when the problem happens?
Are you using
PackageReference
orpackages.config
?PackageReference
If you are using mobile platforms, are you on classic/legacy Xamarin or on .NET 6 and higher?
.NET Framework 4.6.2
Sometimes other packages using SQLitePCLRaw cause problems when they are mixed together. What other packages are you including in your project?
How can we reproduce the problem you are seeing? Your issue will get attention much faster if you attach a minimal reproduction sample project.
https://github.com/SanteR1/ConsoleApp2
The text was updated successfully, but these errors were encountered: