Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

error: failed to run custom build command for openssl v0.9.24 #7

Open
clopnis opened this issue Jul 2, 2019 · 0 comments
Open

error: failed to run custom build command for openssl v0.9.24 #7

clopnis opened this issue Jul 2, 2019 · 0 comments

Comments

@clopnis
Copy link

clopnis commented Jul 2, 2019

Hello,
I tried to compile sozy-acme in a dedicated container. I install same package from Dockerfile sozu project. I re-produced it manually

Based on alpine latest sha256:ca1c944a4f8486a153024d9965aafbe24f5723c1d5c02f4964c045a16d19dc54 4d90542f0623

I hit this bug in rust-openssl sfackler/rust-openssl#987 with openssl version not compatible.
The root cause is acme-client in rush, there is a patch onur/acme-client#44 but not merged at this moment.
If you cherry pick it, it works with this change in Cargo.toml :

--acme-client = "^0.5"
++acme-client = { version = "^0.5" , path = "../acme-client" }

I don't know how you want to solve this for the long term...
Regards

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

No branches or pull requests

1 participant