Hi Cesar
It's PDL::Slatec that needs to be recompiled, not PDL, at least
according to the error message. It would be easy to correct this
problem if you didn't depend on your distribution's packages for Perl
modules; I usually use
cpanm -f PDL::Slatec
because I'm lazy :) That command will force ('-f') reinstallation of
the PDL::Slatec module, and that will trigger its recompilation.
However, you seem to be using your distribution's packages (yum
install). In that case, you either have an inconsistency in your
distribution packages, and you should fix it upstream (or wait until
it's fixed by the distribution maintainers), or your system has mixed
versions of Perl modules (distribution-provided versus manually
installed with cpan). Did you by chance install a newer PDL over your
distribution's version?
Best regards
Edward
On Wed, Mar 30, 2016 at 10:57 AM, Cesar Caretta <[email protected]> wrote:
> Hi,
>
> I am new to PDL.
> I am trying to run a software (R3D) that is perl written. I have
> succesfully (as I understand) installed PDL and the first programs
> of this software worked fine (my machine has Fedora 23 installed).
> Then I got stuck in one program that uses PDL::Slatec module.
> The error message is:
>
> ----------
> [PDL->Version: 12 PDL_CORE_VERSION: 11 XS_VERSION: 2.013] PDL::Slatec
> needs to be recompiled
> against the newly installed PDL at /usr/lib64/perl5/DynaLoader.pm line
> 216.
> Compilation failed in require at
> /home/caretta/Perlstuff/R3D/mdist_cor_sp.pl line 15.
> BEGIN failed--compilation aborted at
> /home/caretta/Perlstuff/R3D/mdist_cor_sp.pl line 15.
> ----------
>
> Previously I had installed:
>
> []# yum install 'perl(PDL::Slatec)'
>
> as I understand, this installed the XS_VERSION 2.013 (Version: 11?),
> but I have the last PDL version installed on the machine (2.015,
> Version: 12?).
> I have already tried to force Slatec installation in 'perldl.conf'
> or to install PDL-2.013 to be compatible, but both did not work.
> Any help?
>
>
> Cesar
>
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
> _______________________________________________
> pdl-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pdl-general
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
pdl-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdl-general