problem (re)building modules

Chris H bsd-lists at BSDforge.com
Wed Dec 20 17:34:10 UTC 2017


On Wed, 20 Dec 2017 11:30:19 -0500 <owner-freebsd-perl at 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
>




More information about the freebsd-perl mailing list