ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xdb80080)
This may happen when perl or perl modules are installed separately along side the official packages. Environment variable can be used to switch to a different perl installation. To find out if that is the case run: env | grep PERL Having PERL5LIB or PERL_LOCAL_LIB_ROOT in the output might cause the issue. Try unsetting the … Read more