Re: Problem installing DBD::Oracle

2008-05-29 Thread John Scoles
I would go and get a copy of the instant client and compile DBD.Oracle against that. It will still connect to any Oracle DB down to 8  and maybe even 7.  I will pull your hair out trying to find little bits and pieces of a 9 client. Cheers John Scoles Himanshu Kumar wrote:

Re: Problem installing DBD::Oracle

2008-05-29 Thread Mike Nhan
Hi, When you did the oracle 9i installation, which installation did you choose? I believe the 9i client installation for windows had multiple installation option. I believe the developer option or the administrotor option will install the header files you need and the enduser one will not.

RE: Problem Installing DBD Oracle

2004-05-19 Thread Jeff Urlwin
> > > Hi there, > > I got a problem installing DBD-Oracle-1.15. > > I try to include all Information as described in README: > > 1) > nmake realclean > > 2) > perl Makefile.PL -v (see attached log.perl.Makefile.PL) > > 3) > nmake (see attached nmake.log) > > > Well, and there I ge

RE: Problem installing DBD-Oracle-1.12 under cygwin on Windows 2000

2002-04-11 Thread Stuart Cocks
DBD-Oracle-1.12 under cygwin on Windows 2000 From: "Stuart Cocks" <[EMAIL PROTECTED]> To: "'Michael A Chase'" <[EMAIL PROTECTED]>; "Stuart Cocks" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 03:35 Subject

Re: Problem installing DBD-Oracle-1.12 under cygwin on Windows 2000

2002-04-10 Thread Michael A Chase
From: "Stuart Cocks" <[EMAIL PROTECTED]> To: "'Michael A Chase'" <[EMAIL PROTECTED]>; "Stuart Cocks" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 03:35 Subject: RE: Problem installing DBD-Oracle-1.12 u

RE: Problem installing DBD-Oracle-1.12 under cygwin on Windows 2000

2002-04-10 Thread Stuart Cocks
installing DBD-Oracle-1.12 under cygwin on Windows 2000 From: "Stuart Cocks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 08:41 Subject: Problem installing DBD-Oracle-1.12 under cygwin on Windows 2000 > > I am having problems installing DBD-Oracle

Re: Problem installing DBD-Oracle-1.12 under cygwin on Windows 2000

2002-04-08 Thread Michael A Chase
From: "Stuart Cocks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 08:41 Subject: Problem installing DBD-Oracle-1.12 under cygwin on Windows 2000 > > I am having problems installing DBD-Oracle-1.12 in cygwin on a Windows > 2000 Server machine. > . . . > Configuring

Re: Problem installing DBD-Oracle

2001-05-11 Thread Julio Santiago
You need to have BDI installed before installing DBD. if you are using ActivePerl the take advantage of the PPM. Open a MSDOS window at command prompt type >ppm install nameofthemodule Cheers Julio Santiago >From: VIDYASAGAR R NALLU <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Proble

Re: Problem installing DBD-Oracle

2001-05-10 Thread Stephen Clouse
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, May 10, 2001 at 11:27:21PM -0500, VIDYASAGAR R NALLU wrote: > I have problem installing DBD-Oracle. Basically i downloaded the > DBD-Oracle-1.0.6.tar.gz and uncompressed into a temporary folder. When > i'm trying to use the command "perl Makef