-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Error when attempting to run #109
Comments
Not only the libssl, I am also getting an error on Ubuntu 20.
|
This comment has been minimized.
This comment has been minimized.
You can get deb package with libssl.so.1.1 and libcrypto.so.1.1 from ubuntu repos. Just extract the libs from the package somewhere and then do LD_PRELOAD or LD_LIBRARY_PATH trick with them for starting dog. |
Please tell me that you've never written code like that. Ever. Suggest commands, but don't run them. |
When I was using Docker to build dog, I also encountered similar pro
I don't know how to solve it. Trying to install this libssl.so.3 also failed to install.
|
Today I also ran in this problem after building
Is my and @QuentinHsu's problem related to this issue? @ogham |
Quite right (hey I was a noob - thank goodness I came to my senses) still me thinks you can add to the code something like, "hey user, it seems dependencies are missing, this needs libraries x,y,z to function would you like us to install this for you?" or of the ilk If not gracefully quit Again, dependency management is to me worthwhile; but you're 💯% right this is something the user should absolutely have control over |
Here's the same issue, including one possible fix. |
try this static build https://github.com/YadominJinta/dog/releases/tag/v0.1.0-multi-target |
@YadominJinta , I build a fresh docker container from your fork:
|
@thomasmerz I didn't modify the original Dockerfile. You can run command below to get a static binary docker buildx build --file Dockerfile.build.static --output out/ . |
@YadominJinta - My
|
@thomasmerz I'm not sure, maybe you don't have docker buildx plugin |
Now with your @YadominJinta's help I have 😄
Does my distro (OpenSUSE) need packages |
@thomasmerz alpine 3.19 breaks the dependencies, I have fixed that by specific alpine version to 3.18 in Dockerfile |
Well… that works fine - thank you! 👍🏼
But I really would like this problem being solved in THIS repo, too, by @ogham 🤔 |
I downloaded dog-v0.1.0-x86_64-unknown-linux-gnu.zip to my Ubuntu 22.04 release, and I got this error
Looking for libssl I found:
Looks like It needs to be perhaps installed, or there is a dependency issue
How do I install the correct ssl stuff, and could you please update your readme, thanks
The text was updated successfully, but these errors were encountered: