-
Notifications
You must be signed in to change notification settings - Fork 134
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
grin-wallet error while loading shared libraries libssl.so.1.1 #651
Comments
Can you confirm you have
|
I tried the command and here is the result
|
hmm, did you compile Can you share the version number you are running?
And share the commit hash if you compiled yourself.
Do you mean to say you built your own Ubuntu image, or that you built a new machine running an official Ubuntu 22.04 release? I run Arch and don't currently have any Ubuntu machines to attempt to reproduce your situation. If I can find another computer next week, I'll install Ubuntu 22.04 and attempt to reproduce your issue. |
Here it is
I downloaded grin-wallet binary, not compile. |
I've attained a computer to reproduce your issue. Steps to reproduce the problemI've done the following steps:
After these steps, I was able to reproduce your error 🕵️ :
Attempts to fix the problemNext, I applied all system updates and installed the build/dev dependencies giving in the grin build docs:
but still see the same error as you when attempting to use the grin-wallet binary ❌ Next I installed Rust (via https://rustup.rs), cloned the grin-wallet repo, checked out v5.1.0 tag, and performed a release build:
This fixed the issue ✔️ Using the local build of grin-wallet works as expected:
Temporary workaround for youJust build the binary from source for now. You can follow the steps I shared above, if you are not familiar with this process. Long-term fixI see the latest release build is ~1.5 years old, older than this version of Ubuntu. I suspect updating the build system and releasing a new binary (perhaps at the next release?) will resolve the issue going forwards. I'm not sure we want to get in the habit of recompiling old releases every time Canonical cuts a new Ubuntu release (let alone other distros), but maybe its warranted for the latest release if no new release is scheduled soon? @quentinlesceller @phyro @yeastplume do you have any thoughts here? |
All correct, we need package maintainers for individual distros. We did try to set something up earlier where an individual could volunteer to be the maintainer for a particular distro, but we don't have enough hands at the moment to tackle that properly. If someone could take on the ubuntu/deb maintenance role, that would be a great help. |
Can you point me in the correct direction to pick this effort back up? I can probably commit to maintaining Arch, Debian, & Ubuntu releases, assuming this is an infrequent maintenance task and not a full-time job 😅 For the sake of closing this ticket (I'm on a mission to reduce our backlog 💪), what is the preferred resolution?
|
That's really great to hear, appreciate it. I'm not yet sure when the next release is planned for, but we can definitely ensure all the CI infrastructure is building with the latest everything and trigger a few builds. Quentin is looking into updating the build infrastructure, so it might be good to coordinate with him. |
Hello,
I've just built new Ubuntu 22.04 to run the lastest wallet but got error:
Current my linux kernel verison:
Anyone have any ideas?
Thank you,
The text was updated successfully, but these errors were encountered: