RE: Oracle::OCI under windows 2000
[email protected] Wed, 5 Feb 2003 14:46:45 -0000
| Newsgroups | perl.dbi.oracle-oci |
|---|---|
| Message-ID | <E3C7E733CD181541B6148E27833135A922DFC5@i2km09-ukbr.domain1.systemhost.net> |
-----Original Message----- From: Tim Bunce [mailto:[email protected]] Sent: 05 February 2003 13:48 To: Williams,GS,Gavin,YEL34 R Cc: [email protected] Subject: Re: Oracle::OCI under windows 2000 On Wed, Feb 05, 2003 at 11:09:43AM -0000, [email protected] wrote: > Dear All > > I have downloaded Oracle-OCI-0.06 from cpan > > and have unzipped it into a temp directory. > > I am trying to run the boot file > > under DOS > > perl boot > > and this results in > > DBD::Oracle version 1.1 required - this is only version 1.0.6 at > boot line 15 > > MY problem with this message is that I have DBD-Oracle 1.12 > installed. can any one help? Seems like you don't have DBD-Oracle 1.12 installed, or you do but also have 1.0.6 installed and that's what the "use DBD::Oracle 1.10;" line in boot is picking up. Tim. Thanks for replying. ppm does not let me install different versions of a module also it is ppm that tells me that I only have DBD-Oracle 1.12 when i run 'query' so how else can I find out what is installed? any help much appreciated Gavin