On 04/30/2014 11:01:51 AM, Patrick Dupre wrote: > Hello, > > I do not understand, > > I have 2 machines fedora 20 x86_64. > On one my application run fine, on the other one I get an error: > Perl API version v5.16.0 of PDL::Core does not match v5.18.0 at > /usr/lib64/perl5/DynaLoader.pm line 213. > Compilation failed in require at (eval 42) line 6. > BEGIN failed--compilation aborted at (eval 42) line 6. > BEGIN failed--compilation aborted at > /home/pdupre/Spectroscopy/Stepram/Input_windows.pm line 12. > > > At line 12 there is > use PDL ; > > Both perl-PDL are the same. Here's a suggestion given for the same problem in another context. If this fails, consult the Perl Monks. The helpful error message lets you know that the module you are trying to load was built for perl 5.14. Since you now have perl 5.16 the module is no longer binary compatible with the perl runtime and cannot be loaded. This applies to all XS modules which bridge C and perl code together. You must rebuild/reinstall the complaining modules. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx 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