Hi,
I've come a long way since that posting but have hit a new impasse.
Here are the steps taken so far:
I downloaded IndigoPerl and am using IndigoPerl Build 626.
http://www.indigostar.com/indigoperl.htm
I downloaded a copy of nmake.exe from Microsoft
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe
I then installed Microsoft Visual C++6.0 ( I couldn't get gcc from gnu to
work)
and did the following.
At the command line I went to the directory
D:\IndigoPerl\lib\DBI-1.18
I entered the following:
D:\IndigoPerl\lib\DBI-1.18>perl makefile.pl
D:\IndigoPerl\lib\DBI-1.18>nmake
#
BTW no set of notes explains that nmake automatically takes a file by the
name makefile ;)I'm ashamed to say that predicting the result of this had me
stumped! Also until a unix guru colleague pointed out that nmake sits on top
of a C compiler as opposed to doing all the work itself (some job for such a
small file!) I was struggling with nmakes obscure error messages!
#
Then I entered
D:\IndigoPerl\lib\DBI-1.18>nmake test.
Everything seems fine from the output:
D:\IndigoPerl\lib test.pl
test.pl
DBI test application $Revision: 10.6 $
Using D:/IndigoPerl/lib/DBI-1.18/blib
Switch: DBI 1.18 by Tim Bunce, 1.18
Available Drivers: ADO, ExampleP, Multiplex, Proxy, mysql
dbi:ExampleP:: testing 5 sets of 20 connections:
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Connecting... 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Disconnecting...
Made 100 connections in 0 wallclock secs ( 0.05 usr + 0.00 sys = 0.05
CPU)
Testing handle creation speed...
5000 NullP statement handles cycled in 1.3 cpu+sys seconds (3900 per sec)
test.pl done
Now I am wondering about how to get this compiled module into site\lib i.e.
install it into the Perl library on my machine. Then I can start on the
Oracle DBI and installing it!
Any help much appreciated again.
Thanks,
Eoin
-----Original Message-----
From: Ken [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 4:08 PM
To: EOIN SHALLOO; [EMAIL PROTECTED]
Subject: Re: Installing and configuring DBI and DBD::Oracle
I am going to assume you installed the precompiled binaries from active
state.
Type in at a command prompt window:
perl -v
Look for the line that mentions which binary build it is...
Mine says: "Binary build 626 provided by ActiveState Tool Corp"
If yours says 6xx you want the following link:
http://www.activestate.com/PPMPackages/zips/6xx-builds-only/
If it says 5xx you want this:
http://www.activestate.com/PPMPackages/zips/5xx-builds-only/
Download the files and follow the instructions in the readme file.
----- Original Message -----
From: "EOIN SHALLOO" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 2:43 AM
Subject: Installing and configuring DBI and DBD::Oracle
> > Hi,
> >
> > I hope someone can help as I am new at Perl and configuring its setup.
> >
> > Setup: NT Service Pack 5
> > Oracle iAS 1.0.2.1 (with Apache Apache/1.3.12 Server)
> > Oracle 8.1.7 Release3
> > Perl 5.00503
> >
> >