(Fwd) dbi-users@perl.org

(Fwd) dbi-users@perl.org

am 09.01.2006 21:50:35 von Tim.Bunce

----- Forwarded message from yuehua wu -----

Date: Mon, 09 Jan 2006 12:11:09 -0700
From: yuehua wu
Subject: dbi-users@perl.org
To: Tim.Bunce@pobox.com

Dear Tim Bunce,

I am writing this letter to get help from you. I install DBD::Oracle in =
Linux and my perl scripts work well in command line, but it can not work =
from browser. It says that=20

Software error:
install_driver(Oracle) failed:=20
Can't load =
'/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto /DBD/Oracle/O=
racle.so'=20
for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object =
file:=20
No such file or directory at =
/usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 3) line 3
Compilation failed in require at (eval 3) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /var/www/cgi-bin/oracle/scripts/test.pl line 6

I worked on that problem for a long time. searching internet and try =
many ways. but I can not find solutions. Could you please tell me what I =
should do?

Thank you in advance for reading this letter and consideration of my =
problem!

Have a good day!

Regards!

Carol Wu from [1]www.urbandispatch.com

References

Visible links
1. file:///tmp/

----- End forwarded message -----

Re: (Fwd) dbi-users@perl.org

am 10.01.2006 03:12:44 von mlists

> Can't load =
> '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto /DBD/Oracle/O=
> racle.so'=20
> for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object =
> file:=20
> No such file or directory

I imagine your web server does not have permissions to the directory the
"missing" .so is in or the file itself.

Re: (Fwd) dbi-users@perl.org

am 10.01.2006 13:28:01 von scoles

I would have to agree most likly cause is the required packages are either
not installed on your web server or were insatlled and you webserver does
not have permission to read them.

"Tim Bunce" wrote in message
news:20060109205034.GA6038@timac.local...
> ----- Forwarded message from yuehua wu -----
>
> Date: Mon, 09 Jan 2006 12:11:09 -0700
> From: yuehua wu
> Subject: dbi-users@perl.org
> To: Tim.Bunce@pobox.com
>
> Dear Tim Bunce,
>
> I am writing this letter to get help from you. I install DBD::Oracle in
=
> Linux and my perl scripts work well in command line, but it can not
work =
> from browser. It says that=20
>
> Software error:
> install_driver(Oracle) failed:=20
> Can't load =
>
'/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto /DBD/Oracle/O=
> racle.so'=20
> for module DBD::Oracle: libclntsh.so.10.1: cannot open shared object
=
> file:=20
> No such file or directory at =
> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
> at (eval 3) line 3
> Compilation failed in require at (eval 3) line 3.
> Perhaps a required shared library or dll isn't installed where expected
> at /var/www/cgi-bin/oracle/scripts/test.pl line 6
>
> I worked on that problem for a long time. searching internet and try =
> many ways. but I can not find solutions. Could you please tell me what
I =
> should do?
>
> Thank you in advance for reading this letter and consideration of my =
> problem!
>
> Have a good day!
>
> Regards!
>
> Carol Wu from [1]www.urbandispatch.com
>
> References
>
> Visible links
> 1. file:///tmp/
>
> ----- End forwarded message -----