R
Randy Rokosz
On a Solaris 7 machine, I had Perl 5.005_03 running with UDUNITS
successfully.
I'm not sure what the relationship is between the two. This perl is
/opt/gnu/bin/perl
I then upgraded perl to 5.8.0 and placed this in /usr/local/bin/perl,
keeping the old version where it was. I eventually ran a perl script
that did a 'use UDUNITS' and it said that it couldn't locate UDUNITS.pm
in @INC. I copied some of these files from the /opt/gnu/lib structure
to the /usr/local/lib structure (perhaps incorrectly?), and now I get:
ld.so.1: /usr/local/bin/perl: fatal: relocation error:
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/UDUNITS/UDUNITS.so:
symbol perl_get_sv: referenced symbol not found
How can I get the new Perl to call UDUNITS correctly?
Thanks!!!
successfully.
I'm not sure what the relationship is between the two. This perl is
/opt/gnu/bin/perl
I then upgraded perl to 5.8.0 and placed this in /usr/local/bin/perl,
keeping the old version where it was. I eventually ran a perl script
that did a 'use UDUNITS' and it said that it couldn't locate UDUNITS.pm
in @INC. I copied some of these files from the /opt/gnu/lib structure
to the /usr/local/lib structure (perhaps incorrectly?), and now I get:
ld.so.1: /usr/local/bin/perl: fatal: relocation error:
/usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris/auto/UDUNITS/UDUNITS.so:
symbol perl_get_sv: referenced symbol not found
How can I get the new Perl to call UDUNITS correctly?
Thanks!!!