Hello I am getting the following error while I was running a perl script .
install_driver(Oracle) failed: Can't locate loadable object for module DBD::Oracle in @INC (@INC contains: /opt/perl/lib/site_perl/5.8.0/PA-RISC1.1-thread-multi/DBI/DBD /opt/perl/lib/5.8.0/PA-RISC1.1-thread-multi /opt/perl/lib/5.8.0 /opt/perl/lib/site_perl/5.8.0/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.8.0 /opt/perl/lib/site_perl .) at (eval 6) line 3 Compilation failed in require at (eval 6) line 3. Perhaps a module that DBD::Oracle requires hasn't been fully installed I have Installed Perl 5.8, DBI 1.38 and then DBD 1.07 and using the HP-UX 11i and Oracle 9.2 version. In my perl script I have also try to use ... use lib '<perl molule path>' But this doen't works. Although I can see DBD.pm in the directory /opt/perl/lib/site_perl/5.8.0/PA-RISC1.1-thread-multi/DBI/DBD . Please advice where is the problem. Regards Deepak Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments.
