Re: perl/XS

2015-08-10 Thread Dave Mitchell
On Sun, Aug 09, 2015 at 08:35:20PM +0200, Patrick Dupre wrote: > I still have some issues: > I check all my libraries, but probably I missed something: > > perl -MFitter -e 1 > Can't load > '/home/pdupre/perl_lib/i386-linux-thread-multi/auto/Fitter/Fitter.so' for > module Fitter: libperl.so.5.18

Re: perl/XS

2015-08-09 Thread Patrick Dupre
I still have some issues: I check all my libraries, but probably I missed something: perl -MFitter -e 1 Can't load '/home/pdupre/perl_lib/i386-linux-thread-multi/auto/Fitter/Fitter.so' for module Fitter: libperl.so.5.18: cannot open shared object file: No such file or directory at /usr/lib/perl

Re: perl/XS

2015-08-09 Thread Patrick Dupre
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

Re: perl/XS

2015-08-09 Thread Dave Mitchell
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: > Ca

perl/XS

2015-08-08 Thread Patrick Dupre
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 m