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 _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"