RE: Help with installing DBD::Oracle

2001-04-11 Thread Reuss, Bob
; [EMAIL PROTECTED] Subject: Re: Help with installing DBD::Oracle If you can, install it in the same location as InterWoven used. See the libpth in 'perl -V' output to tell you where. If you can't, perhaps you can edit Config.pm to reflect the correct paths to the MSVC components. -- Mac

RE: Help with installing DBD::Oracle

2001-04-11 Thread Sterin, Ilya
: RE: Help with installing DBD::Oracle Ok, I was able to install Visual studio and set up my path to the cl.exe file. I ran the makefile again and it began compiling but I ended up with another fatal error. Below is the error. Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c

Re: Help with installing DBD::Oracle

2001-04-10 Thread Paul A. Chernoch
Try using nmake, which you can get free from Microsoft.com. It took me a number of searches before I found it and I can't remember which one worked. - Paul At 02:12 PM 4/9/2001 -0500, Reuss, Bob wrote: Hello All, I am trying to install the DBD::Oracle module on my Windows 2000 system. I

RE: Help with installing DBD::Oracle

2001-04-10 Thread Reuss, Bob
ob; [EMAIL PROTECTED] Subject: Re: Help with installing DBD::Oracle Try using nmake, which you can get free from Microsoft.com. It took me a number of searches before I found it and I can't remember which one worked. - Paul At 02:12 PM 4/9/2001 -0500, Reuss, Bob wrote: Hello

Re: Help with installing DBD::Oracle

2001-04-10 Thread Michael A. Chase
and he'll eat fish for an age. - Original Message - From: "Paul A. Chernoch" [EMAIL PROTECTED] To: "Reuss, Bob" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 12:36 PM Subject: Re: Help with installing DBD::Oracle Try using nmake, which you can get fre

RE: Help with installing DBD::Oracle

2001-04-10 Thread Sterin, Ilya
Reuss, Bob; [EMAIL PROTECTED] Subject: Re: Help with installing DBD::Oracle Try using nmake, which you can get free from Microsoft.com. It took me a number of searches before I found it and I can't remember which one worked. - Paul At 02:12 PM 4/9/2001 -0500, Reuss, Bob wro

Re: Help with installing DBD::Oracle

2001-04-10 Thread Michael A. Chase
D]] Sent: Tuesday, April 10, 2001 2:36 PM To: Reuss, Bob; [EMAIL PROTECTED] Subject: Re: Help with installing DBD::Oracle Try using nmake, which you can get free from Microsoft.com. It took me a number of searches before I found it and I can't remember which one worked. At 0

RE: Help with installing DBD::Oracle

2001-04-10 Thread Sterin, Ilya
Bob Reuss -Original Message- From: Sterin, Ilya [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 4:04 PM To: Reuss, Bob; [EMAIL PROTECTED] Subject: RE: Help with installing DBD::Oracle You don't have you VC environmental variables set up. See where you cl.exe

RE: Help with installing DBD::Oracle

2001-04-10 Thread Reuss, Bob
: RE: Help with installing DBD::Oracle You must have VC++ installed to have it. It's the Visual C++ compiler. You must have it in order to compile DBD::Oracle. -Original Message- From: Reuss, Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 5:12 PM To: [EMAIL

Re: Help with installing DBD::Oracle

2001-04-10 Thread Michael A. Chase
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: Tuesday, April 10, 2001 2:21 PM Subject: RE: Help with installing DBD::Oracle T

Re: Help with installing DBD::Oracle

2001-04-09 Thread Michael A. Chase
'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

RE: Help with installing DBD::Oracle

2001-04-09 Thread Curt Russell Crandall
Perl? Thanks, Bob Reuss -Original Message- From: Michael A. Chase [SMTP:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 2:47 PM To: Reuss, Bob; [EMAIL PROTECTED] Subject:Re: Help with installing DBD::Oracle 'Just move the modules' is not the instruction

Re: Help with installing DBD::Oracle

2001-04-09 Thread Michael A. Chase
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,