Socket6.c: loadable library and perl binaries are mismatched (got handshake key 0x77c0000, needed 0x7800000)
by Martin Zahn from LinuxQuestions.org on (#4TPEG)
I installed perl 5.30 with:
sh Configure -des -Dprefix=/usr/local/perl
make
make test
make install
Everthing OK
Then I tried to install the CPAN Module: Socket6 with:
perl Makefile.PL # OK
make # OK
make test # NOT OK
Socket6.c: loadable library and perl binaries are mismatched (got handshake key 0x77c0000, needed 0x7800000)
With perl 5.26.2 all is OK, even the make test
I searched the Internet for a solution, but found no valuable. Can somebody me help ?
Regards Martin Zahn


sh Configure -des -Dprefix=/usr/local/perl
make
make test
make install
Everthing OK
Then I tried to install the CPAN Module: Socket6 with:
perl Makefile.PL # OK
make # OK
make test # NOT OK
Socket6.c: loadable library and perl binaries are mismatched (got handshake key 0x77c0000, needed 0x7800000)
With perl 5.26.2 all is OK, even the make test
I searched the Internet for a solution, but found no valuable. Can somebody me help ?
Regards Martin Zahn