Hello all, I've downloaded DBI v1.32 and DBD::DB2 v0.71 and was able to successfully compile and install these modules on a AIX v5.0 server running Perl v5.6. The AIX server where the compilation was performed contained a DB2 UDB v8 server installed. I'm able to execute Perl scripts that can talk to the DB2 server and there are no problems. However, when I tried to copy the entire directory /usr/lib/perl5/site_perl/5.6.0/aix/auto/DBD/DB2 over to another AIX server (running a similar DB2 v8 server with Perl v5.6) and run my same scripts over in this environment, I get the following error:
Can't load '/usr/lib/perl5/site_perl/5.6.0/aix/ auto/DBD/DB2/DB2.so' for module DBD::DB2: dlopen: A file or directory in the path name does not exist at /usr/lib/perl5/5.6.0/aix/DynaLoader.pm line 200 I verified the existence of the above mentioned file - DB2.so - in the mentioned directory and the byte counts and the file permissions are exactly identical to what I have in the original server where I copied this from. I'd really appreciate if someone can explain why I'm getting this error in the second AIX server when everything seems to be working fine on the first environment.. Thanks Subbu Krishnamurthy __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com
