----- Original Message ----- From: "John Comeau" <[email protected]>
> t/1.t .. Can't load > '/home/john/.cpan/build/PDL-LinearAlgebra-0.06-1586AN/blib/arch/auto/PDL/LinearAlgebra/Real/Real.so' > for module PDL::LinearAlgebra::Real: > /home/john/.cpan/build/PDL-LinearAlgebra-0.06-1586AN/blib/arch/auto/PDL/LinearAlgebra/Real/Real.so: > undefined symbol: dgebal_ at /usr/lib/perl/5.8/DynaLoader.pm line 225. > at > /home/john/.cpan/build/PDL-LinearAlgebra-0.06-1586AN/blib/lib/PDL/LinearAlgebra.pm > line 10 I get the same (and additional similar undefined references) on Win32. But I don't have either the blas or lapack libraries (needed for PDL::LinearAlgebra according to the README) installed, so I'm guessing that's where those symbols are defined. If that guess is correct, then you're problem is either that: 1) you also do not have the requisite library installed; or 2) the requisite shared library that resolves these symbols cannot be found by your system at runtime. Btw, what's the problem when trying to install PDL-2.4.4 ? (We'd like to get that issue sorted out, too :-) Cheers, Rob _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
