On Sun, Aug 09, 2015 at 12:21:23AM +0200, Patrick Dupre wrote:
Hello,
I updated fedora 20 to fedora 22. Now, I am in trouble with my perl library. I tried to understand, but I cannot find any explanation. Hence, I am think if there is not an issue with the perl library
I got: Can't load '/home/pdupre/perl_lib/i386-linux-thread-multi/auto/Werf/Werf.so' for module Werf: libperl.so.5.18: cannot open shared object file: No such file or directory at /usr/share/perl5/XSLoader.pm line 68. at /home/pdupre/perl_lib/i386-linux-thread-multi/Werf.pm line 58. Compilation failed in require at ./test.pl line 9. BEGIN failed--compilation aborted at ./test.pl line 9.
Can you reproduce this by trying to just load the module, i.e. what is the output of this command:
$ perl -MWerf -e 1
Second, can you post the *complete* output of
$ perl -V
and the complete output of
$ env | egrep 'PERL|LD'