-
Notifications
You must be signed in to change notification settings - Fork 90
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
[Bug]: [LINUX] Failed to load dynamic library 'librealm_dart.so': librealm_dart.so: cannot open shared object file: No such file or directory #1017
Comments
Hi @c0c4i, |
Hi, I also tried this on AMD64 running documentation example but doesn’t work so I think this problem it’s not ralated to architecture. |
It looks like the realm library is not installed. |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
I'm having the same issue trying to use realm_dart, it works perfectly fine on my Windows machine but it fails to load the native library when loaded onto my Linux VPS. I've ran |
Hi @NotZoeyDev, |
Thank you. |
What happened?
Hello, I'm using realm 0.7.0+rc on linux arm64 for Flutter.
In this initial code
I have this exception
I don't know what to do.
Thank you for help.
Repro steps
realm = Realm(config);
Version
Flutter 3.5.0-12.0.pre.145 • channel master • https://github.com/flutter/flutter.git Framework • revision a1289a4135 (5 hours ago) • 2022-11-07 06:46:25
0500 Engine • revision 891d4a3577 Tools • Dart 2.19.0 (build 2.19.0374.0.dev) • DevTools 2.19.0What Realm SDK flavor are you using?
Local Database only
What type of application is this?
Flutter Application
Client OS and version
Linux Ubuntu 20.04 LTS
Code snippets
Stacktrace of the exception/crash you're getting
Relevant log output
No response
The text was updated successfully, but these errors were encountered: