-
Notifications
You must be signed in to change notification settings - Fork 49
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
Make error because it tries openssl-1.0.1j.tar.gz (unavailable), instead of available openssl-1.0.1k.tar.gz #7
Comments
That trick only worked half: yes, there is a openssl-1.0.1k.tar.gz, but it doesn't match a checksum :-(
|
I had a look at the git source, and it seems 3 hours ago a change was made the openssl Makefile: from j to k. Maybe I just make a new container image.
|
Do you still experience this issue? |
No. Closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably something upstream, but I post it here anyway as the docker container is still not working for me. :-(
In the make, I have a problem with openssl. See logging below. Root cause seems to be the make is tyring to get openssl-1.0.1j.tar.gz on different URL, but that does not exist anymore; version is openssl-1.0.1k.tar.gz. That is availabe on ftp://ftp.openssl.org/source/openssl-1.0.1k.tar.gz
I don't know how to correct that.
EDIT:
... so changed that to 1.0.1k and trying make again. TBC.
The text was updated successfully, but these errors were encountered: