Date: Wed, 20 Dec 2017 09:36:09 -0800 From: "Chris H" <bsd-lists@BSDforge.com> To: <owner-freebsd-perl@freebsd.org> Cc: <roberthuff@rcn.com>, <perl@freebsd.org> Subject: Re: problem (re)building modules Message-ID: <c7e9183cccb2aed644083882242c61d7@udns.ultimatedns.net> In-Reply-To: <23098.36891.318325.382845@jerusalem.litteratus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Dec 2017 11:30:19 -0500 <owner-freebsd-perl@freebsd.org> said > Hello: > On a system running: > > FreeBSD 12.0-CURRENT #0 r326723: Sat Dec 9 12:30:04 EST 2017 amd64 > > I have 5 Perl modules that will not build. They all fail with: > > Socket.c: loadable library and perl binaries are mismatched (got handshake > key 0xd200080, needed 0xdf00080) > > during the configure phase. > I have rebuilt Perl(successfully), which is what Googling the > error message suggested as the fix. Nothing changed. > This is _way_ beyond my diagnostic skills. > Help, please! > > > Respectfully, > > > Robert Huff This is *only* a guess. But if it's affected a (loadable) module that is *currently* loaded. It will need to be UNloaded -- kldunload(8) and the *newer* module, loaded (socket?). Anyway. The easiest way to accomplish this. Is simply to bounce the box. HTH --Chris >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c7e9183cccb2aed644083882242c61d7>
