Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Can't load Oracle.dll - HELP!!!

by tachyon (Chancellor)
on Nov 26, 2004 at 06:40 UTC ( [id://410517]=note: print w/replies, xml ) Need Help??


in reply to Can't load Oracle.dll - HELP!!!

As ysth says your install of DBD::Oracle is probably broken. If you RTFS of Dynaloader you will see:

# Many dynamic extension loading problems will appear to come from # this section of code: XYZ failed at line 123 of DynaLoader.pm. # Often these errors are actually occurring in the initialisation # C code of the extension XS file. Perl reports the error as being # in this perl code simply because this was the last perl code # it executed. my $libref = dl_load_file($file, $module->dl_load_flags) or croak("Can't load '$file' for module $module: ".dl_error());

As you claim to be able to run it off the command line the other possibilities include permissions or perhaps more than one version of Perl on the box. If you are positive it works off the command line then Permissions would be top of the list.

cheers

tachyon

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://410517]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-03-28 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found