I am trying to install perl DBI-1.51 on an aix 5+ with oracle 10g client; and I
am getting the following error. Please help.
thread-multi/CORE" Perl.c/bin/sh: cc_r: not found.
make: 1254-004 The error code from the last command is 127.
/tmp/perl/DBI-1.51
# make
/usr/bin/perl "-MExtUt
- Forwarded message from Oscar Gomez <[EMAIL PROTECTED]> -
X-Pobox-Antispam: require_ptr/ returned deny: 200.13.228.34 has no PTR record,
or PTR and A records do not match
From: Oscar Gomez <[EMAIL PROTECTED]>
To: Tim Bunce <[EMAIL PROTECTED]>
Subject: dbd-oracle-1.16
Date: Wed, 19 Jul 20
- Forwarded message from Gene Zhang <[EMAIL PROTECTED]> -
Date: Wed, 19 Jul 2006 14:47:53 -0700
From: Gene Zhang <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: dbh handle in forked processes
DKIM-Signature: a=rsa-sha1; q=dns; l=618; t=1153345674; x=1154209674;
c=relaxed/simple;
Tim,
Many thanks.
Regards Paul...
-Original Message-
From: Tim Bunce [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 1:37 AM
To: Garrett, Philip (MAN-Corporate)
Cc: Paul Griffin; dbi-users@perl.org
Subject: Re: DBI->installed_drivers() usage
On Wed, Jul 19, 2006 at 09:24:53AM -
Phillip,
Many thanks.
Regards Paul...
-Original Message-
From: Garrett, Philip (MAN-Corporate) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 19, 2006 11:25 PM
To: Paul Griffin; dbi-users@perl.org
Subject: RE: DBI->installed_drivers() usage
Paul Griffin wrote:
> I'm running Win XP wit
On Wed, Jul 19, 2006 at 09:24:53AM -0400, Garrett, Philip (MAN-Corporate) wrote:
> Paul Griffin wrote:
> > I'm running Win XP with Perl 5.8.8.
> >
> > If I try and run the following code :
> >
> > use DBI;
> > my %drivers = DBI->installed_drivers();
> > foreach (keys( %drivers)) {
> > print "
Paul Griffin wrote:
> I'm running Win XP with Perl 5.8.8.
>
> If I try and run the following code :
>
> use DBI;
> my %drivers = DBI->installed_drivers();
> foreach (keys( %drivers)) {
> print "$_ uses $drivers{$_}\n";
> }
>
> Nothing is returned. Yet if I use :
>
> my @drivers = DBI->avai
"Can't load Oracle.dll" is often a symptom for a missing OCIW32.DLL.
Oracle.dll loads OCIW32.DLL at startup, if that fails, loading
Oracle.DLL fails, hence the error message.
OCIW32.DLL is provided by the Oracle client software, newer Versions of
Oracle install this DLL only(?) when you choose
First of all, appreciate your prompt
response.
Perl: 5.8.8DBI:
1.5.1DBD::Oracle: 1.17OS: Solaris 10
Oracle server: 9.2.0.5Oracle client: 9.2.0.5Oracle database charset: WE8ISO8850P1Oracle nchar charset: AL32UTF16NLS_LANG env var: AMERICAN_AMERICA.WE8ISO8850P1
While not exactly a worka