Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

openssl source package not found #4

Closed
hleeanexinet opened this issue Feb 27, 2017 · 3 comments
Closed

openssl source package not found #4

hleeanexinet opened this issue Feb 27, 2017 · 3 comments
Assignees

Comments

@hleeanexinet
Copy link

Openssl 1.0.2h is downloaded to openssl-static/target/old/1.0.2/ directory, but the ant build file looks for the file under openssl-static/target/. Because of this, building the openssl-static module fails. The easy fix would be to upgrade openssl to 1.0.2k. A better solution would be to make sure that the file is downloaded to the right location.

@pires
Copy link
Owner

pires commented Feb 28, 2017

@hleeanexinet this seems to have been updated upstream. I'm trying to update this image but Alpine CDN is down so I can't try it out before pushing the new changes.

@pires pires self-assigned this Feb 28, 2017
@pires
Copy link
Owner

pires commented Mar 1, 2017

Another problem, during the build ant tries to download artifacts from openssl.org FTP and it fails.

@pires
Copy link
Owner

pires commented Mar 1, 2017

libressl-static won't compile because of:

[exec] make[1]: Leaving directory '/netty-tcnative/libressl-static/target/libressl-2.4.5/crypto'
     [exec] compat/getentropy_linux.c:31:26: fatal error: linux/sysctl.h: No such file or directory
     [exec]  #include <linux/sysctl.h>
     [exec]                           ^
     [exec] compilation terminated.
     [exec] make[1]: *** [Makefile:3615: compat/getentropy_linux.lo] Error 1
     [exec] make: *** [Makefile:451: all-recursive] Error 1

@pires pires closed this as completed in 5f50d00 Mar 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants