http://qs321.pair.com?node_id=11120037


in reply to Re: XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)
in thread XS.c: loadable library and perl binaries are mismatched (got handshake key 0xc100000, needed 0xc180000)

LD_LIBRARY_PATH was set to /usr/lib. I set the following:

PERL5LIB=/home/rg8239/perl/lib/site_perl/5.30.3:/home/rg8239/perl/lib/ +site_perl/5.30.3/x86_64-linux:/home/rg8239/perl/lib/5.30.3:/home/rg82 +39/perl/lib/5.30.3/x86_64-linux LD_LIBRARY_PATH=/home/rg8239/perl/lib/site_perl/5.30.3:/home/rg8239/pe +rl/lib/site_perl/5.30.3/x86_64-linux:/home/rg8239/perl/lib/5.30.3:/ho +me/rg8239/perl/lib/5.30.3/x86_64-linux

Then I reinstalled perl 5.30.3 and tried to use cpan to install List::MoreUtils. No change. Still get the mismatch.