Fw: DBD::Oracle

This is a multi-part message in MIME format.

--===============1662783707==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_004B_01C81E0B.1C268860"

This is a multi-part message in MIME format.

------=_NextPart_000_004B_01C81E0B.1C268860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am in trouble to install DBD::Oracle.
The installation aborts when encounters that sqlplus cannot be accessed =
properly.

>From the command line this is the error:
#sqlplus
#sqlplus: error while loading shared libraries: libsqlplus.so: cannot =
open shared object file: No such file or directory

It was of great help the page: =
http://www.nerdgirl.dk/linux/fc4/oracle_instant_client.php to set the =
environment variables
And after that, when trying to install DBD::Oracle it says that the =
problem might be the bad setting of the variable:

LD_LIBRARY_PATH

which I settled as follows:

LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib
export LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib


And I cannot see why this is an error. In fact I saw the libsqlplus.so =
at the /usr/lib/oracle/11.1.0.1/lib directory.

Any idea about what's going on?
Thank you

Alejandro


------=_NextPart_000_004B_01C81E0B.1C268860
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.6000.16546" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I am in trouble to install
DBD::Oracle.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>The installation aborts when encounters =
that
sqlplus cannot be accessed properly.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>From the command line this is the
error:</FONT></DIV>
<DIV>
<DIV><FONT face=3DArial size=3D2>#sqlplus<BR>#sqlplus: error while =
loading shared
libraries: libsqlplus.so: cannot open shared object file: No such file =
or
directory<BR></FONT></DIV></DIV>
<DIV><FONT face=3DArial size=3D2>It was of great help the =
page: </FONT><FONT
face=3DArial size=3D2> <A
href=3D"http://www.nerdgirl.dk/linux/fc4/oracle_instant_clie nt.php">http:=
//www.nerdgirl.dk/linux/fc4/oracle_instant_client.php</A> to
set the environment variables</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>And after that, when trying to install =
DBD::Oracle
it says that the problem might be the bad setting of the
variable:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>LD_LIBRARY_PATH</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>which I settled as =
follows:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial
size=3D2>LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib</FONT><BR><FONT =
face=3DArial
size=3D2>export =
LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>And I cannot see why this is an error. =
In fact I
saw the libsqlplus.so at the /usr/lib/oracle/11.1.0.1/lib
directory.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Any idea about what's going =
on?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Alejandro</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>

------=_NextPart_000_004B_01C81E0B.1C268860--



--===============1662783707==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1662783707==--
Alejandro Santillan [ Sa, 03 November 2007 15:17 ] [ ID #1861783 ]

Re: DBD::Oracle

This is a multi-part message in MIME format.

--===============1423059220==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0046_01C81E41.F50BD500"

This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C81E41.F50BD500
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Use:

ppm s DBD-Oracle
ppm i 1

It will install it fine.

Octavian

----- Original Message -----
From: Alejandro Santillan Iturres
To: activeperl [at] listserv.ActiveState.com
Sent: Saturday, November 03, 2007 4:17 PM
Subject: Fw: DBD::Oracle


I am in trouble to install DBD::Oracle.
The installation aborts when encounters that sqlplus cannot be =
accessed properly.

From the command line this is the error:
#sqlplus
#sqlplus: error while loading shared libraries: libsqlplus.so: cannot =
open shared object file: No such file or directory

It was of great help the page: =
http://www.nerdgirl.dk/linux/fc4/oracle_instant_client.php to set the =
environment variables
And after that, when trying to install DBD::Oracle it says that the =
problem might be the bad setting of the variable:

LD_LIBRARY_PATH

which I settled as follows:

LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib
export LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib


And I cannot see why this is an error. In fact I saw the libsqlplus.so =
at the /usr/lib/oracle/11.1.0.1/lib directory.

Any idea about what's going on?
Thank you

Alejandro




------------------------------------------------------------ -------------=
-----


_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
------=_NextPart_000_0046_01C81E41.F50BD500
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.3199" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Use:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>ppm s DBD-Oracle</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>ppm i 1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>It will install it fine.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV>Octavian<BR></DIV>
<BLOCKQUOTE
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>
<A title=3Dactivestate2 [at] alela.com =
href=3D"mailto:activestate2 [at] alela.com">Alejandro
Santillan Iturres</A> </DIV>
<DIV style=3D"FONT: 10pt arial"><B>To:</B> <A
title=3Dactiveperl [at] listserv.ActiveState.com
=
href=3D"mailto:activeperl [at] listserv.ActiveState.com">activepe rl [at] listserv.A=
ctiveState.com</A>
</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, November 03, =
2007 4:17
PM</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Fw: DBD::Oracle</DIV>
<DIV><BR></DIV>
<DIV><FONT face=3DArial size=3D2>I am in trouble to install
DBD::Oracle.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>The installation aborts when =
encounters that
sqlplus cannot be accessed properly.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>From the command line this is the
error:</FONT></DIV>
<DIV>
<DIV><FONT face=3DArial size=3D2>#sqlplus<BR>#sqlplus: error while =
loading shared
libraries: libsqlplus.so: cannot open shared object file: No such file =
or
directory<BR></FONT></DIV></DIV>
<DIV><FONT face=3DArial size=3D2>It was of great help the =
page: </FONT><FONT
face=3DArial size=3D2> <A
=
href=3D"http://www.nerdgirl.dk/linux/fc4/oracle_instant_clie nt.php">http:=
//www.nerdgirl.dk/linux/fc4/oracle_instant_client.php</A> to
set the environment variables</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>And after that, when trying to =
install
DBD::Oracle it says that the problem might be the bad setting of =
the
variable:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>LD_LIBRARY_PATH</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>which I settled as =
follows:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial
=
size=3D2>LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib</FONT><BR><FONT =
face=3DArial
size=3D2>export =
LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>And I cannot see why this is an =
error. In fact I
saw the libsqlplus.so at the /usr/lib/oracle/11.1.0.1/lib
directory.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Any idea about what's going =
on?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Thank you</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Alejandro</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<P>
<HR>

<P></P>_______________________________________________<BR>ActivePerl =
mailing
list<BR>ActivePerl [at] listserv.ActiveState.com<BR>To unsubscribe:
=
http://listserv.ActiveState.com/mailman/mysubs</BLOCKQUOTE></BODY></HTML>=


------=_NextPart_000_0046_01C81E41.F50BD500--


--===============1423059220==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1423059220==--
Octavian Rasnita [ Sa, 03 November 2007 16:50 ] [ ID #1861784 ]

RE: DBD::Oracle

From: activeperl-bounces [at] listserv.ActiveState.com
[mailto:activeperl-bounces [at] listserv.ActiveState.com] On Behalf Of
Alejandro Santillan Iturres
Sent: 03 November 2007 14:17
To: activeperl [at] listserv.ActiveState.com
Subject: Fw: DBD::Oracle

> I am in trouble to install DBD::Oracle.
> The installation aborts when encounters that sqlplus cannot be
accessed properly.
> =

> From the command line this is the error:
> #sqlplus
> #sqlplus: error while loading shared libraries: libsqlplus.so: cannot
open shared object file: No such file or > directory
> =

> It was of great help the page:
http://www.nerdgirl.dk/linux/fc4/oracle_instant_client.php to set the =

> environment variables
> And after that, when trying to install DBD::Oracle it says that the
problem might be the bad setting of the =

> variable:
> =

> LD_LIBRARY_PATH
> =

> which I settled as follows:
> =

> LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib
> export LD_LIBRARY_PATH=3D/usr/lib/oracle/11.1.0.1/lib
> =

> =

> And I cannot see why this is an error. In fact I saw the libsqlplus.so
at the /usr/lib/oracle/11.1.0.1/lib =

> directory.
> =

> Any idea about what's going on?

You are supposed to test that your Oracle client is installed properly
before trying to install DBD::Oracle by, among other things, running
sqlplus from the command line. The obvious guess is that you havn't set
up the environment quite correctly, or the Oracle client isn't where you
think it is. Try running 'ldd sqlplus'.

As an aside, the Linux Oracle client that I am using comes with Perl
with DBI and DBD::Oracle already installed. Is this not the case with
the instant Oracle client?

HTH

-- =

Brian Raven =


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Atos Euronext Market Solutions Disclaimer
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

The information contained in this e-mail is confidential and solely for the=
intended addressee(s). Unauthorised reproduction, disclosure, modification=
, and/or distribution of this email may be unlawful.
If you have received this email in error, please notify the sender immediat=
ely and delete it from your system. The views expressed in this message do =
not necessarily reflect those of Atos Euronext Market Solutions.

Atos Euronext Market Solutions Limited - Registered in England & Wales with=
registration no. 3962327. Registered office address at 25 Bank Street Lon=
don E14 5NQ United Kingdom. =

Atos Euronext Market Solutions SAS - Registered in France with registration=
no. 425 100 294. Registered office address at 6/8 Boulevard Haussmann 750=
09 Paris France.

L'information contenue dans cet e-mail est confidentielle et uniquement des=
tinee a la (aux) personnes a laquelle (auxquelle(s)) elle est adressee. Tou=
te copie, publication ou diffusion de cet email est interdite. Si cet e-mai=
l vous parvient par erreur, nous vous prions de bien vouloir prevenir l'exp=
editeur immediatement et d'effacer le e-mail et annexes jointes de votre sy=
steme. Le contenu de ce message electronique ne represente pas necessaireme=
nt la position ou le point de vue d'Atos Euronext Market Solutions.
Atos Euronext Market Solutions Limited Soci=E9t=E9 de droit anglais, enregi=
str=E9e au Royaume Uni sous le num=E9ro 3962327, dont le si=E8ge social se =
situe 25 Bank Street E14 5NQ Londres Royaume Uni.

Atos Euronext Market Solutions SAS, soci=E9t=E9 par actions simplifi=E9e, e=
nregistr=E9 au registre dui commerce et des soci=E9t=E9s sous le num=E9ro 4=
25 100 294 RCS Paris et dont le si=E8ge social se situe 6/8 Boulevard Hauss=
mann 75009 Paris France.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

_______________________________________________
ActivePerl mailing list
ActivePerl [at] listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Brian Raven [ Mo, 05 November 2007 11:37 ] [ ID #1863097 ]
Perl » gmane.comp.lang.perl.active-perl » Fw: DBD::Oracle

Vorheriges Thema: LWP + extract gif files from web pages
Nächstes Thema: Log4perl in CGI scipts