On Mon, 29 Apr 2002 16:20:40 +0300, [EMAIL PROTECTED] wrote:

>i put compiled module from aix server to another aix server with the same
>OS and perl version.
>
>but, when i did "make test" i had the following error message : ..... can't
>load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle dlopen:
>blib/arch/auto/DBD/Oracle/Oracle.so: a file or directory missing at
>/usr/opt/perl5/lib/5.00503/aix/Dynaloader.pm line 169
>
>i can't compile each module because, i can't have 'cc' compilator.

Let's hope at least your perls are binary compatible.

Have you copied the .so files as well? (In Windows lingo, these are DLL
files). You can see in the error messages where perl expects them --
except that this mentions the "test" subtree. They should be somewhere
in the "lib" tree under "auto", anyway.

-- 
        Bart.

Reply via email to