Skip to content
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

Failed to load dynamic library 'librust_ldk_node.so': dlopen failed: cannot locate symbol "ERR_lib_error_string" #41

Open
vatshal opened this issue Apr 25, 2024 · 0 comments

Comments

@vatshal
Copy link

vatshal commented Apr 25, 2024

I am trying to use it with Flutter latest version and when I run the project on an Android device from Visual Studio code, it gives the following error to me

Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'librust_ldk_node.so': dlopen failed: cannot locate symbol "ERR_lib_error_string" referenced by "/data/app/com.example.testwallet1-P8Vg9WPhchDMRJYwSpXtag==/lib/arm64/librust_ldk_node.so"

E/flutter (11703): #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:43)
E/flutter (11703): lightningdevkit/ldk-node#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22:12)
E/flutter (11703): lightningdevkit/ldk-node#2 dylib (package:ldk_node/src/utils/loader.dart:10:26)
E/flutter (11703): lightningdevkit/ldk-node#3 dylib (package:ldk_node/src/utils/loader.dart)
E/flutter (11703): lightningdevkit/ldk-node#4 loaderApi (package:ldk_node/src/utils/loader.dart:11:45)
E/flutter (11703): lightningdevkit/ldk-node#5 loaderApi (package:ldk_node/src/utils/loader.dart)
E/flutter (11703): lightningdevkit/ldk-node#6 Builder.build (package:ldk_node/src/root.dart:616:25)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant