On 4 March 2012 23:03, Patrick Dupre <patrick.du...@york.ac.uk> wrote:
> Hello,
>
> After an upgrade from fedora 13 to fedora 14, my application fails
> with:
> PDL::LinearAlgebra::Real needs to be recompiled against the newly installed
> PDL at /usr/lib64/perl5/DynaLoader.pm line 223
>
> I just reinstall perl::LinearAlgebra
> which contains Real.
> PDL has also been recompiled.
>
> How can I debug this issue?
>

You might want to supply a little more detail here. It sounds
suspiciously like your perl binary was upgraded between f13 and f14
but the old modules under @INC were not. I guess that is one of the
reasons for not using the system perl but that's a topic for another
thread. Have you tried `yum search linearalegra`? If you are going to
use the system-installed perl then it might be wise to use the OS
supplied modules as well. You could of course simply try to cpan the
module again.

HTH,
Dermot

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


  • PDL Patrick Dupre
    • Re: PDL Dermot

Reply via email to