ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xcd00080, needed 0xeb00080)
Answers
0
Run the following in your terminal to fix this error
$ PERL5LIB= PERL_LOCAL_LIB_ROOT= cpanm List::Util --> Working on List::Util Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.63.tar.gz ... OK Configuring Scalar-List-Utils-1.63 ... OK Building and testing Scalar-List-Utils-1.63 ... OK Successfully installed Scalar-List-Utils-1.63 (upgraded from 1.55) 1 distribution installed
Run the following in your terminal to fix this error
$ PERL5LIB= PERL_LOCAL_LIB_ROOT= cpanm List::Util
--> Working on List::Util
Fetching http://www.cpan.org/authors/id/P/PE/PEVANS/Scalar-List-Utils-1.63.tar.gz ... OK
Configuring Scalar-List-Utils-1.63 ... OK
Building and testing Scalar-List-Utils-1.63 ... OK
Successfully installed Scalar-List-Utils-1.63 (upgraded from 1.55)
1 distribution installed