|
|
Archives of the TeradataForum
Message Posted: Thu, 20 Dec 2001 @ 15:26:55 GMT
Subj: | | Re: CLI and perl on MP-RAS |
|
From: | | John Adams |
You wrote:
| Can't load 'blib/arch/auto/Teradata/MyModule/MyModule.so' for module Teradata::MyModule: dynamic linker:
/usr/bin/perl: relocation error: symbol not found: sys_nerr
resolving symbol in /usr/lib/libcliv2.so at
/usr/local/lib/perl5/5.6.1/4400-svr4.0-64all/DynaLoader.pm line 206.
at test.pl line 11
Compilation failed in require at test.pl line 11. | |
and also wrote:
| Version of Perl:
This is perl, version 5.005_02 built for sys3k | |
Why do you have two different installations of Perl on your box? It looks like you may be having conflicts with Perl 5.005 trying
to use DynaLoader.pm from Perl 5.6.1. (They changed the version numbering between these two, for those of you keeping score at home.)
By the way, does anyone know whether Perl 5.6.1 is available as, say, a package for SVR4? I mostly use the ActiveState port from my
desktop, as I don't have DBI installed on the application nodes, but if I could get 5.6.1 out there, that might change.
I find that when I have large numbers of repetitive tasks, such as parsing DDL (don't ask), it's easier to write a small Perl/DBI script
than to use Queryman, particularly when I then want to put the data into the dreaded Excel spreadsheet or Access database.
John A
| |