Thank you very much for your help.
However, I solved the issue. Actually moving from fedora 20 to fedora 22, 1) I need to recompile all my perl library because perl has change from 5.18 to 5.20 2) the new libraries were not installed where they should because in my Makefile.PL I used to use ~ for the home directory while in the new version of fedora this is not understood properly by make make just create a new sub directory ~! I do not know if it is a bug, but I have to modify all my Makefile
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 1Second, can you post the *complete* output of
$ perl -Vand the complete output of
$ env | egrep 'PERL|LD'-- The Enterprise successfully ferries an alien VIP from one place to another without serious incident. -- Things That Never Happen in "Star Trek" #7 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org