Hi Christian,
I resolved the OPENSSL problem by adding "--no-check-certificate" to wget in the "openssl.mk" file in the libports/ports directory:
-----------------------------------------------------------------------------------
OPENSSL_VERSION = 1.0.1c OPENSSL = openssl-$(OPENSSL_VERSION) OPENSSL_TGZ = $(OPENSSL).tar.gz OPENSSL_SIG = $(OPENSSL_TGZ).asc OPENSSL_BASE_URL = https://www.openssl.org/source OPENSSL_URL = $(OPENSSL_BASE_URL)/$(OPENSSL_TGZ) OPENSSL_URL_SIG = $(OPENSSL_BASE_URL)/$(OPENSSL_SIG) OPENSSL_KEY = "49A563D9 26BB437D F295C759 9C58A66D 2118CF83 F709453B 5A6A9B85"
# local openssl src OPENSSL_SRC = src/lib/openssl
# # Interface to top-level prepare Makefile # PORTS += $(OPENSSL)
prepare-openssl: $(CONTRIB_DIR)/$(OPENSSL) include/openssl generate_asm
#$(CONTRIB_DIR)/$(OPENSSL):
# # Port-specific local rules # $(DOWNLOAD_DIR)/$(OPENSSL_TGZ): $(VERBOSE)wget --no-check-certificate -c -P $(DOWNLOAD_DIR) $(OPENSSL_URL) && touch $@
$(DOWNLOAD_DIR)/$(OPENSSL_SIG): $(VERBOSE)wget --no-check-certificate -c -P $(DOWNLOAD_DIR) $(OPENSSL_URL_SIG) && touch $@
-----------------------------------------------------------------------------------
Regards, Lonnie
On Thu, Dec 26, 2013 at 1:21 PM, Christian Prochaska < christian.prochaska@...1...> wrote:
Hello Lonnie,
On 26.12.2013 17:20, Lonnie Cumberland wrote:
ERROR HERE------------------------------- --2013-12-26 11:12:20-- https://www.openssl.org/source/openssl-1.0.1c.tar.gz Resolving www.openssl.org (www.openssl.org)... 185.9.166.106 Connecting to www.openssl.org (www.openssl.org)|185.9.166.106|:443... connected. ERROR: The certificate of `www.openssl.org' is not trusted. ERROR: The certificate of `www.openssl.org' hasn't got a known issuer. make: *** [download/openssl-1.0.1c.tar.gz] Error 5
does 'sudo apt-get install ca-certificates' solve this problem?
Regards, Christian
Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clk... _______________________________________________ Genode-main mailing list Genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main