We have downloaded Perl (Binary) from http://www.bull.de/ and using smit we installed it on AIX 4.3.2,the installation was cool with Perl being installed in /usr/local/ , the CGI.pm files were rightly created in /usr/local/lib/perl5/5.6.0 and could be accessed in the perl programs using use CGI;
We are looking for database connectivity and for this we downloaded DBI and DBD for Oracle (tar.gZ) files and after unzipping it we had the files sitting in /usr/local/lib/perl5/5.6.0/DBI-1.14 (DBI related Makefile.PL etc)
and /usr/local/lib/perl5/5.6.0/DBD-Oracle-1.06 (DBD related Makefile.PL etc). We went ahead with make Makefile.PL and the other instructions documented.
Our Oracle environment has also been set up properly by having correct ORACLE_SID and TWO_TASK and can be connected by a client.
But on running a perl script we get this error :
Can't locate loadable object for module DBI in @INC (@INC..
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.6.0/aix/DB
I.pm line 182.
Pls advise.. Do we need to (re)make perl as we did for DBI and DBD