-
Notifications
You must be signed in to change notification settings - Fork 26
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
Can't run pdd: Error loading shared library liblzma.so.5 #191
Comments
@mbao01 can you please take a look? |
@g4s8 Hi, I could not reproduce this issue using Pre-installation steps
Run |
@mbao01 @yegor256 this issue was fixed by @baudoliver7 in this PR: maxonfjvipon/pdd-action#4 I think it would be good to point in readme what runtime dependencies |
@g4s8 Super! We will add these dependencies to the readme. Thank you. |
@g4s8 please can you close this issue? |
@mbao01 ping |
@g4s8 I will take a second look at this. Thank you) |
I'm trying to run
pdd
CLI tool from Docker after updating base image fromalpine:3.10
toalpine:3.13
- on 3.10 image, it's working fine until gem fails to install pdd with warning that Ruby version is old and has some security bugs. On a new image ruby version is2.7.0
andpdd
can be installed successfully. But now it's failing in runtime onpdd
call with strange error (see stack trace below). It looks likepdd
uses some native platform dependent-shared objects. I don't really know why Ruby uses binary objects, and how can I fix it on my side.Full log: https://github.com/artipie/artipie/runs/4892946070?check_suite_focus=true
Docker image: https://github.com/artipie/artipie/runs/4892946070?check_suite_focus=true
The text was updated successfully, but these errors were encountered: