If it's not ActiveState Perl, you need to build the modules with the same C
compiler and libraries as were used to create Perl. You can find out most
of that information by running 'perl -V'.
If they didn't use MSVC, you will probably also need to use dmake in place
of nmake which is available from the CPAN/modules/by-authors/id/GSAR
directory in CPAN.
Your best bet for getting the correct information is to talk to the people
who originally built the perl you are using.
Good luck. You're going to need it. Most of the time we recommend starting
with a fresh, local build of perl, but that might mess up Interwoven.
--
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 1:27 PM
Subject: RE: Help with installing DBD::Oracle
> Ok, I followd the docs, but ran into a new problem. We are using a
product
> 'Interwoven' that installs a version of perl that I was told was using
> ActiveState Perl. After following the docs, I realized that this is not
> true. Now the question would be, how do I install the DBD::Oracle on a
> Windows 2000 system not running ActiveState Perl?