Nilay Puri wrote:

> I am trying to connect to ORACLE thru perl
> I have included use DBI.
> 
> On running script I get this error .....
> 
> install_driver(Oracle) failed: Can't load
> 
'/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBD/Oracle/Oracle.so
> ' for module DBD::Oracle: ld.so.1
> : /usr/local/bin/perl: fatal: libclntsh.so.1.0: open failed:
> No such file or directory at
> /usr/local/lib/perl5/5.00503/sun4-solaris/DynaLoader.pm line 169.
> 
> So, i guess libclntsh.so.1.0 is not present in the UNXI box.
> 
> When i searched for it, i was not able to find it.
> 

Perl is saying it can't find Oracle.so. did you install the Oracle client 
libraries? if you haven't,  you need to. you have a very old Perl, you 
should consider upgrading that as well.

david
-- 
s$s*$+/<tgmecJ"ntgR"tgjvqpC"vuwL$;$;=qq$
\x24\x5f\x3d\x72\x65\x76\x65\x72\x73\x65
\x24\x5f\x3b\x73\x2f\x2e\x2f\x63\x68\x72
\x28\x6f\x72\x64\x28\x24\x26\x29\x2d\x32
\x29\x2f\x67\x65\x3b\x70\x72\x69\x6e\x74
\x22\x24\x5f\x5c\x6e\x22\x3b\x3b$;eval$;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to