[Bug 210660] sysutils/puppet4: Could not load openssl; cannot install

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 3 22:12:49 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210660

--- Comment #6 from Jason Unovitch <junovitch at freebsd.org> ---
I can't replicate in Poudriere with either DEFAULT_VERSIONS+=libressl-devel or
DEFAULT_VERSIONS+=libressl.  I'm thinking there may be some mixing and matching
on the system and this is neither a Puppet or LibreSSL bug.

Does the Ruby installed on the system link to LibreSSL?
# ldd /usr/local/lib/ruby/2.2/amd64-freebsd10/openssl.so

/usr/local/lib/ruby/2.2/amd64-freebsd10/openssl.so:
        libruby22.so.22 => /usr/local/lib/libruby22.so.22 (0x801800000)
        libssl.so.38 => /usr/local/lib/libssl.so.38 (0x801c7a000)
        libcrypto.so.37 => /usr/local/lib/libcrypto.so.37 (0x801ed9000)
...

If so all SSL dependent ports need to be recompiled after the DEFAULT_VERSIONS
has been set.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list