in reply to IO::Prompter.pm fails to load
Do you have different versions of perl installed in parallel? Perhaps, you need to recompile with a clean environment?
Does strace -e trace=open perl -e 'use IO::Prompter' shed some light?
Also inspect $ENV{PATH} and $ENV{LD_LIBRARY_PATH} and ldconfig -p.
|
|---|