Just to follow up on Derek's comprehensive answer:
Derek Lamb wrote:
4) You aren't having dynamic loading issues: /etc/ld.so.conf should have
'/usr/local/pgplot' in it. If not, add it, then run as root:
/sbin/ldconfig.
Adam Ginsburg:
============== Running test1.p ==============
Can't load 'blib/arch/auto/PGPLOT/PGPLOT.so' for module PGPLOT:
blib/arch/auto/PGPLOT/PGPLOT.so: undefined symbol: pgarro_ at
/usr/lib/perl/5.8/DynaLoader.pm line 225, <STDIN> line 1.
at test1.p line 3
This is a typical noise from PGPLOT: it cannot find a particular symbol
in your library file. This usually comes from two places a) picking up
the wrong libraries on compile time (but your command line looks ok) or
b) as Derek says - you might have a dynamic loading problem. This has
nothing to do with PDL::Graphics::PGPLOT.
Cheers,
J.
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl