Since nobody else has replied yet, I'll take a shot - note that I haven't
used perl or Oracle or perl DBI in quite a while, and I've never worked
on an HP Cluster, but looking at your error my guess is that you either

  1. don't have DBD::Oracle installed on the failover machine, or
  2. do have DBD::Oracle installed, but haven't compiled it on the
      failover machine (note that you need at least the Oracle client
      on that machine), or
  3. DBD::Oracle is installed and compiled, but is not properly
      linked

Hopefully someone else will chime in with a more definite diagnosis.

Hope this helps.

Hardy Merrill

>>> "Rashid, Mohammad M, NTWOP" <[EMAIL PROTECTED]> 5/12/2006 3:34 PM >>>
Hi:

Any help in this matter would be greatly appreciated.

We have a HP cluster that has per, perl DBI, and oracle.

Machine A runs fine.

When we fail over to Machine B, on some applications we get the following error:
  (please see below the error; the file exists! and it is executable!)

  please help.

Thanks

-Mamun

___
Can't load 
'/opt/perl582/lib/site_perl/5.8.2/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl' for 
module DBD::Oracle: No such file or directory at /
opt/perl582/lib/5.8.2/PA-RISC2.0/DynaLoader.pm line 229.
 at /opt/netscape/apache/docs/nerdv2/nerd.pm line 13
 Compilation failed in require at /opt/netscape/apache/docs/nerdv2/nerd.pm line 
13.
 BEGIN failed--compilation aborted at /opt/netscape/apache/docs/nerdv2/nerd.pm 
line 13.
 Compilation failed in require at /opt/netscape/apache/docs/nerdv2/index.cgi 
line 13.
 BEGIN failed--compilation aborted at 
/opt/netscape/apache/docs/nerdv2/index.cgi line 13.
 [Mon Nov 21 21:05:53 2005] [error] [client 135.173.9.69] Premature end of 
script headers: index.cgi, referer: http://bgtsgvpo1.ops.worldn 
 et.att.net:8080/navigation.html
_____

bgtsgvpo1:mrashid:file 
/opt/perl582/lib/site_perl/5.8.2/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl
/opt/perl582/lib/site_perl/5.8.2/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl:  
PA-RISC2.0 shared library -not stripped
bgtsgvpo1:mrashid:ls -l 
/opt/perl582/lib/site_perl/5.8.2/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl
-r-xr-xr-x   1 root       sys        8966144 Nov 14  2003 
/opt/perl582/lib/site_perl/5.8.2/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl
bgtsgvpo1:mrashid:

Reply via email to