From owner-freebsd-perl@freebsd.org Wed Dec 20 17:34:10 2017 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 520D6E98271 for ; Wed, 20 Dec 2017 17:34:10 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 3F65878EA0 for ; Wed, 20 Dec 2017 17:34:10 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3EB22E98270; Wed, 20 Dec 2017 17:34:10 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DEACE9826F; Wed, 20 Dec 2017 17:34:10 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1428C78E9F; Wed, 20 Dec 2017 17:34:09 +0000 (UTC) (envelope-from bsd-lists@BSDforge.com) Received: from udns.ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id vBKHa3ki069278; Wed, 20 Dec 2017 09:36:09 -0800 (PST) (envelope-from bsd-lists@BSDforge.com) X-Mailer: UDNSMS MIME-Version: 1.0 Cc: , In-Reply-To: <23098.36891.318325.382845@jerusalem.litteratus.org> From: "Chris H" Reply-To: bsd-lists@BSDforge.com To: Subject: Re: problem (re)building modules Date: Wed, 20 Dec 2017 09:36:09 -0800 Message-Id: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2017 17:34:10 -0000 On Wed, 20 Dec 2017 11:30:19 -0500 said > Hello: > =09On a system running: >=20 > FreeBSD 12=2E0-CURRENT #0 r326723: Sat Dec 9 12:30:04 EST 2017 amd64 >=20 > =09I have 5 Perl modules that will not build=2E They all fail with: >=20 > Socket=2Ec: loadable library and perl binaries are mismatched (got handshak= e > key 0xd200080, needed 0xdf00080) >=20 > =09during the configure phase=2E > =09I have rebuilt Perl(successfully), which is what Googling the > error message suggested as the fix=2E Nothing changed=2E > =09This is _way_ beyond my diagnostic skills=2E > =09Help, please! >=20 >=20 > =09=09=09Respectfully, >=20 >=20 > =09=09=09=09Robert Huff This is *only* a guess=2E But if it's affected a (loadable) module that is *currently* loaded=2E It will need to be UNloaded -- kldunload(8) and the *newer* module, loaded (socket?)=2E Anyway=2E The easiest way to accomplish this=2E Is simply to bounce the box=2E HTH --Chris >