From owner-freebsd-current@freebsd.org Mon Dec 14 06:40:24 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D4A4A43016; Mon, 14 Dec 2015 06:40:24 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 466CA10DC; Mon, 14 Dec 2015 06:40:24 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by vkca188 with SMTP id a188so148966347vkc.0; Sun, 13 Dec 2015 22:40:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FOfZ7b+2Hhik96LG6LSeu8mePwcek60QdWci9qJWi9c=; b=j9JYkm8q4VpLOFlRRvu3mXVL9edL9/tTequF2bZWUgrOV/FNiHxuqRHmgeyYKg+cqd ONrK+ZHEHlKzdp84W7tfuFIuw2XCM+3hUv6GFpQkkuRw4/jkzWyrPAQJZfLBqZq56Uz6 pgs5h5tRLjlFX/tn4NxDS7SNuqwhxKtwJ5+UpWV8B/L6aA45NtviUx23OJozToXaQibI tdFc/c1bqBmNv8B9sKjhsRsz13peJpSBig2jesvKTsiPTTXOdJRZjiqAq0iCp27F8p/V IkjX+oJdauZd14EVe4xD5YpQEGkWf9hQpRHVJT2WnNl73ErwURoTyvoRpax5ghWgCcDG 4vfw== MIME-Version: 1.0 X-Received: by 10.31.167.216 with SMTP id q207mr23017894vke.79.1450075222859; Sun, 13 Dec 2015 22:40:22 -0800 (PST) Received: by 10.31.47.137 with HTTP; Sun, 13 Dec 2015 22:40:22 -0800 (PST) Date: Sun, 13 Dec 2015 22:40:22 -0800 Message-ID: Subject: "libssl.so.8" not found From: Russell Haley To: freebsd-arm , freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 06:40:24 -0000 Hi There, I am trying to bring up an Arm image off the FreeBSD website for my hummingboard. The problem seems to be when I run pkg the system installs the latest version - 1.6.2, and then fails with: Shared object "libssl.so.8" not found, required by "pkg" I've seen this in NextBSD, and DesktopBSD and even on my previous arm image but I was able to get around the problem by creating links from libssl.so.7 to libssl.so.8. While this works for pkg, I then get curl errors from git: root@imx6:~ # git clone http://github.com/amix/vimrc.git ~/.vim_runtime Cloning into '/root/.vim_runtime'... /usr/local/lib/libcurl.so.4: Undefined symbol "SSL_CTX_set_alpn_protos" I'm just guessing, but the thought was this is an option missing in the libssl.so.7 binary? This is a bit of a show stopper for me because I wanted to build my project on the board itself. As usual, any input would be welcome as I don't know where to go from here. Thanks, Russ