AW: 10g / PERL5LIB / Perl

  • From: Stefan Jahnke <Stefan.Jahnke@xxxxxx>
  • To: "'oracle-l@xxxxxxxxxxxxx'" <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 14 Apr 2004 10:11:55 +0200

Hi Larry

I just did a fresh 10g install on my windows laptop last night plus
AcitveState Perl 5.8.
I ran into the same issue, just ignored the Perl that comes with 10g,
"fixed" PERL5LIB and=20
I'm only going to use 5.8  anyway including the DBI and DBD packages =
Jared
mentioned below.
The version that comes with 10g is still 5.6. If you're using dbiproxy =
and
that kind of stuff=20
and your Perl libs are not matching, serialization causes problems. So =
it's
easier to stick to the=20
same Perl version for all things you're doing.

Stefan


-----Urspr=FCngliche Nachricht-----
Von: Jared.Still@xxxxxxxxxxx [mailto:Jared.Still@xxxxxxxxxxx]
Gesendet: Wednesday, April 14, 2004 1:38 AM
An: oracle-l@xxxxxxxxxxxxx
Betreff: Re: 10g / PERL5LIB / Perl


Larry, that won't work.
Try ftp://ftp.esoftmatic.com/outgoing/DBI

Jared





"Larry Elkins" <elkinsl@xxxxxxxxx>
Sent by: oracle-l-bounce@xxxxxxxxxxxxx
 04/13/2004 02:35 PM
 Please respond to oracle-l

=20
        To:     <oracle-l@xxxxxxxxxxxxx>
        cc:=20
        Subject:        10g / PERL5LIB / Perl


Listers,

I'm digging around trying to find this out, but I'll ask here as well.
Win2K, environment variable PERL5LIB (I've broken into separate lines =
for
readability):

H:\oracle\product\10.1.0\db_1\perl\lib\5.6.1\MSWin32-x86;
H:\oracle\product\10.1.0\db_1\perl\lib\5.6.1;
H:\oracle\product\10.1.0\db_1\perl\5.6.1\lib\MSWin32-x86;
H:\oracle\product\10.1.0\db_1\perl\site\5.6.1;
H:\oracle\product\10.1.0\db_1\perl\site\5.6.1\lib;
H:\oracle\product\10.1.0\db_1\sysman\admin\scripts

So I've installed ActivePerl 5.8.3.809 in it's own directory named
"h:\Perl". I've got problems that can be resolved by whacking the =
PERL5LIB
variable. But what do people normally do? I suppose I could install =
Perl
under any specific version of Oracle (4 of them) on my machine. Or I=20
assume
I can delete the duplicate rows above, and then modify to point to my
"h:\Perl" and "h:\Perl\lib", and leave the sysman piece in there. So =
what=20
do
you Perl folks do?

Regards,

Larry G. Elkins
The Elkins Organization Inc.
elkinsl@xxxxxxxxx
214.954.1781

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------




----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------


=20
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts:

  • » AW: 10g / PERL5LIB / Perl