Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2016 22:12:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210660] sysutils/puppet4: Could not load openssl; cannot install
Message-ID:  <bug-210660-13-RjKr0w83oh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210660-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210660-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210660

--- Comment #6 from Jason Unovitch <junovitch@freebsd.org> ---
I can't replicate in Poudriere with either DEFAULT_VERSIONS+=3Dlibressl-dev=
el or
DEFAULT_VERSIONS+=3Dlibressl.  I'm thinking there may be some mixing and ma=
tching
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 =3D> /usr/local/lib/libruby22.so.22 (0x801800000)
        libssl.so.38 =3D> /usr/local/lib/libssl.so.38 (0x801c7a000)
        libcrypto.so.37 =3D> /usr/local/lib/libcrypto.so.37 (0x801ed9000)
...

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210660-13-RjKr0w83oh>