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

Linux native binaries not available through NuGet #141

Closed
TomTondeur opened this issue Jul 28, 2021 · 6 comments
Closed

Linux native binaries not available through NuGet #141

TomTondeur opened this issue Jul 28, 2021 · 6 comments

Comments

@TomTondeur
Copy link

Hi! I am consuming Lightning.NET as a NuGet package and am in the process of porting my .NET Core application to Linux, but this is failing due to lmdb.so not being found. It looks like the native Linux binaries I need have been added recently (as seen in #133) and are available in master. Would it be possible to release a new NuGet version that includes the new binaries?

Many thanks,
Tom

@CoreyKaylor
Copy link
Owner

I have quite a bit going on right now. Moved across the country and several construction projects on our home. It's been hard to find any free time. Before I publish again I wanted to get a newer version of all the binaries. If anybody else can knock that out it would make a brief publish step a lot easier on me.

@Aaronontheweb
Copy link

Looks like we need to upgrade to 0.9.29 - the most recent included binaries were from 0.9.24 #137

@Aaronontheweb
Copy link

I'd probably just do a release with the bits as-is for now. Can always do another one with newer binaries later on.

@AustEcon
Copy link

AustEcon commented Sep 6, 2021

I'm having the same issue with use in docker (linux-x64 binaries are missing from the Nuget package, only has linux-arm)

System.DllNotFoundException: Unable to load shared library 'lmdb' or one of its dependencies

@CoreyKaylor
Copy link
Owner

https://github.com/CoreyKaylor/Lightning.NET/releases/tag/v0.14.0

@AustEcon
Copy link

AustEcon commented Sep 6, 2021

https://github.com/CoreyKaylor/Lightning.NET/releases/tag/v0.14.0 is published to nuget.org now.

Legend! It all works now for me on linux / docker :)

Thank you so much :)

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

4 participants