Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 22:40:22 -0800
From:      Russell Haley <russ.haley@gmail.com>
To:        freebsd-arm <freebsd-arm@freebsd.org>, freebsd-current@freebsd.org
Subject:   "libssl.so.8" not found
Message-ID:  <CABx9NuSU94xhp-JJPLVUR04jr5C8vAhEodtGmUQnUfuZvNzH5Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABx9NuSU94xhp-JJPLVUR04jr5C8vAhEodtGmUQnUfuZvNzH5Q>