'Just move the modules' is not the instruction for installing modules in
ActiveState Perl. Look up PPM in the fine Online Documentation that came
with ActiveState Perl and follow the instructions.
The usual 'perl Makefile.pl ...' process doesn't normally work with
ActiveState Perl, but ActiveState has a large library of pre-built modules
ready for you to use.
Don't forget to install DBI before DBD::Oracle or DBD::Oracle8 (depending on
the version of Oracle client software you have in your system).
--
Mac :})
** I normally forward private database questions to the DBI mail lists. **
Give a hobbit a fish and he'll eat fish for a day.
Give a hobbit a ring and he'll eat fish for an age.
----- Original Message -----
From: "Reuss, Bob" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 12:12 PM
Subject: Help with installing DBD::Oracle
> I am trying to install the DBD::Oracle module on my Windows 2000 system.
I
> have downloaded the module and have extracted the files via winzip. Here
is
> where I run into problems. If I follow the installation instructions for
> active state and just move the modules, it doesn't work. If I run the
> makefile.pl file, I get multiple library errors, but, it finds all the
> oracle paths correctly, and the DBI paths, etc... The problem then is I
> need to run make on the makefile. I do not have a make utility installed
on
> the windows 2000 server. I tried to install a few I found on the web but
> they did not work. Can anyone help me with solutions on how to install
the
> module?