RE: Help with installing DBD::Oracle
Well that is you problem. The linker was not found. You have not completely set up your env. Did you set up by hand? Or used the VCVARS.bat or something like that that is included which will set it up for you? Ilya Sterin -Original Message- From: Reuss, Bob To: '[EMAIL PROTECTED] ' Sent: 4/11/01 10:16 AM Subject: RE: Help with installing DBD::Oracle I did clean off all the directories that were created. Was there anything special I need to do to completely clean everything? The answer to the other question I do have DBI 1.13 installed. I did notice that when running the makefile, one of the messages that was popped up was: Linker: Checking if your kit is complete... Looks good Have D:\interwoven\teamsite\iw-perl\lib\MSWin32-x86\Config.pm expected D:\INTERW ~1\teamsite\iw-perl\lib\MSWin32-x86\Config.pm Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [MSWin32-x86] Config says: [MSWin32-x86] Everything else looked ok in the makefile build. Thanks, Bob Reuss > -Original Message- > From: Sterin, Ilya [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 11, 2001 10:57 AM > To: 'Reuss, Bob '; '[EMAIL PROTECTED] ' > Subject: RE: Help with installing DBD::Oracle > > Just to make sure, did you clean everything up after your previous > attemps? > Then do you already have DBI installed? > > Then run > > >perl Makefile.PL > >nmake > >nmake test > >nmake install > >nmake clean > > Ilya Sterin > > -Original Message----- > From: Reuss, Bob > To: [EMAIL PROTECTED] > Sent: 4/11/01 9:52 AM > Subject: 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) Microsoft Corp 1988-94. All rights reserved. > > link -out:blib\arch\auto\DBD\Oracle\Oracle.dll -dll -nologo > -nodefaultli > b -release -machine:x86 Oracle.obj dbdimp.obj oci7.obj oci8.obj > D:\INTERW~1 > \teamsite\iw-perl\lib\MSWin32-x86\CORE\perl.lib > D:\Oracle\Ora81\oci\LIB\MSVC\OCI > .lib -def:Oracle.def >Creating library blib\arch\auto\DBD\Oracle\Oracle.lib and object > blib\arch\au > to\DBD\Oracle\Oracle.exp > Oracle.obj : error LNK2001: unresolved external symbol _strcmp > dbdimp.obj : error LNK2001: unresolved external symbol _strcmp > Oracle.obj : error LNK2001: unresolved external symbol __fltused > dbdimp.obj : error LNK2001: unresolved external symbol __fltused > dbdimp.obj : error LNK2001: unresolved external symbol __imp__atoi > oci8.obj : error LNK2001: unresolved external symbol __imp__atoi > dbdimp.obj : error LNK2001: unresolved external symbol _memset > oci8.obj : error LNK2001: unresolved external symbol _memset > dbdimp.obj : error LNK2001: unresolved external symbol _strlen > oci8.obj : error LNK2001: unresolved external symbol _strlen > dbdimp.obj : error LNK2001: unresolved external symbol _strcpy > dbdimp.obj : error LNK2001: unresolved external symbol __imp__sprintf > oci8.obj : error LNK2001: unresolved external symbol __imp__sprintf > oci8.obj : error LNK2001: unresolved external symbol __imp__strchr > oci8.obj : error LNK2001: unresolved external symbol __imp__strncpy > LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12 > blib\arch\auto\DBD\Oracle\Oracle.dll : fatal error LNK1120: 10 > unresolved > extern > als > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code > '0x460' > Stop. > > Any help on this would be greatly appreceiated. > > Thanks, > Bob Reuss > > > -Original Message- > > From: Michael A. Chase [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, April 10, 2001 4:34 PM > > To: 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 :}) > > ** 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: Tuesday, April 10, 2001 2:21 PM > > Subject: RE: Help with installing DBD::Oracle > > > > > > > Thanks llya, Micheal, and Paul for all the help. I will get Visual > C++ > > > installed and see where it takes me. > >
RE: Help with installing DBD::Oracle
I did clean off all the directories that were created. Was there anything special I need to do to completely clean everything? The answer to the other question I do have DBI 1.13 installed. I did notice that when running the makefile, one of the messages that was popped up was: Linker: Checking if your kit is complete... Looks good Have D:\interwoven\teamsite\iw-perl\lib\MSWin32-x86\Config.pm expected D:\INTERW ~1\teamsite\iw-perl\lib\MSWin32-x86\Config.pm Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [MSWin32-x86] Config says: [MSWin32-x86] Everything else looked ok in the makefile build. Thanks, Bob Reuss > -Original Message- > From: Sterin, Ilya [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, April 11, 2001 10:57 AM > To: 'Reuss, Bob '; '[EMAIL PROTECTED] ' > Subject: RE: Help with installing DBD::Oracle > > Just to make sure, did you clean everything up after your previous > attemps? > Then do you already have DBI installed? > > Then run > > >perl Makefile.PL > >nmake > >nmake test > >nmake install > >nmake clean > > Ilya Sterin > > -Original Message- > From: Reuss, Bob > To: [EMAIL PROTECTED] > Sent: 4/11/01 9:52 AM > Subject: 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) Microsoft Corp 1988-94. All rights reserved. > > link -out:blib\arch\auto\DBD\Oracle\Oracle.dll -dll -nologo > -nodefaultli > b -release -machine:x86 Oracle.obj dbdimp.obj oci7.obj oci8.obj > D:\INTERW~1 > \teamsite\iw-perl\lib\MSWin32-x86\CORE\perl.lib > D:\Oracle\Ora81\oci\LIB\MSVC\OCI > .lib -def:Oracle.def >Creating library blib\arch\auto\DBD\Oracle\Oracle.lib and object > blib\arch\au > to\DBD\Oracle\Oracle.exp > Oracle.obj : error LNK2001: unresolved external symbol _strcmp > dbdimp.obj : error LNK2001: unresolved external symbol _strcmp > Oracle.obj : error LNK2001: unresolved external symbol __fltused > dbdimp.obj : error LNK2001: unresolved external symbol __fltused > dbdimp.obj : error LNK2001: unresolved external symbol __imp__atoi > oci8.obj : error LNK2001: unresolved external symbol __imp__atoi > dbdimp.obj : error LNK2001: unresolved external symbol _memset > oci8.obj : error LNK2001: unresolved external symbol _memset > dbdimp.obj : error LNK2001: unresolved external symbol _strlen > oci8.obj : error LNK2001: unresolved external symbol _strlen > dbdimp.obj : error LNK2001: unresolved external symbol _strcpy > dbdimp.obj : error LNK2001: unresolved external symbol __imp__sprintf > oci8.obj : error LNK2001: unresolved external symbol __imp__sprintf > oci8.obj : error LNK2001: unresolved external symbol __imp__strchr > oci8.obj : error LNK2001: unresolved external symbol __imp__strncpy > LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12 > blib\arch\auto\DBD\Oracle\Oracle.dll : fatal error LNK1120: 10 > unresolved > extern > als > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code > '0x460' > Stop. > > Any help on this would be greatly appreceiated. > > Thanks, > Bob Reuss > > > -Original Message- > > From: Michael A. Chase [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, April 10, 2001 4:34 PM > > To: 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 :}) > > ** 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: Tuesday, April 10, 2001 2:21 PM > > Subject: RE: Help with installing DBD::Oracle > > > > > > > Thanks llya, Micheal, and Paul for all the help. I will get Visual > C++ > > > installed and see where it takes me. > >
RE: Help with installing DBD::Oracle
Just to make sure, did you clean everything up after your previous attemps? Then do you already have DBI installed? Then run >perl Makefile.PL >nmake >nmake test >nmake install >nmake clean Ilya Sterin -Original Message- From: Reuss, Bob To: [EMAIL PROTECTED] Sent: 4/11/01 9:52 AM Subject: 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) Microsoft Corp 1988-94. All rights reserved. link -out:blib\arch\auto\DBD\Oracle\Oracle.dll -dll -nologo -nodefaultli b -release -machine:x86 Oracle.obj dbdimp.obj oci7.obj oci8.obj D:\INTERW~1 \teamsite\iw-perl\lib\MSWin32-x86\CORE\perl.lib D:\Oracle\Ora81\oci\LIB\MSVC\OCI .lib -def:Oracle.def Creating library blib\arch\auto\DBD\Oracle\Oracle.lib and object blib\arch\au to\DBD\Oracle\Oracle.exp Oracle.obj : error LNK2001: unresolved external symbol _strcmp dbdimp.obj : error LNK2001: unresolved external symbol _strcmp Oracle.obj : error LNK2001: unresolved external symbol __fltused dbdimp.obj : error LNK2001: unresolved external symbol __fltused dbdimp.obj : error LNK2001: unresolved external symbol __imp__atoi oci8.obj : error LNK2001: unresolved external symbol __imp__atoi dbdimp.obj : error LNK2001: unresolved external symbol _memset oci8.obj : error LNK2001: unresolved external symbol _memset dbdimp.obj : error LNK2001: unresolved external symbol _strlen oci8.obj : error LNK2001: unresolved external symbol _strlen dbdimp.obj : error LNK2001: unresolved external symbol _strcpy dbdimp.obj : error LNK2001: unresolved external symbol __imp__sprintf oci8.obj : error LNK2001: unresolved external symbol __imp__sprintf oci8.obj : error LNK2001: unresolved external symbol __imp__strchr oci8.obj : error LNK2001: unresolved external symbol __imp__strncpy LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12 blib\arch\auto\DBD\Oracle\Oracle.dll : fatal error LNK1120: 10 unresolved extern als NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x460' Stop. Any help on this would be greatly appreceiated. Thanks, Bob Reuss > -Original Message- > From: Michael A. Chase [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 4:34 PM > To: 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 :}) > ** 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: Tuesday, April 10, 2001 2:21 PM > Subject: RE: Help with installing DBD::Oracle > > > > Thanks llya, Micheal, and Paul for all the help. I will get Visual C++ > > installed and see where it takes me. >
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) Microsoft Corp 1988-94. All rights reserved. link -out:blib\arch\auto\DBD\Oracle\Oracle.dll -dll -nologo -nodefaultli b -release -machine:x86 Oracle.obj dbdimp.obj oci7.obj oci8.obj D:\INTERW~1 \teamsite\iw-perl\lib\MSWin32-x86\CORE\perl.lib D:\Oracle\Ora81\oci\LIB\MSVC\OCI .lib -def:Oracle.def Creating library blib\arch\auto\DBD\Oracle\Oracle.lib and object blib\arch\au to\DBD\Oracle\Oracle.exp Oracle.obj : error LNK2001: unresolved external symbol _strcmp dbdimp.obj : error LNK2001: unresolved external symbol _strcmp Oracle.obj : error LNK2001: unresolved external symbol __fltused dbdimp.obj : error LNK2001: unresolved external symbol __fltused dbdimp.obj : error LNK2001: unresolved external symbol __imp__atoi oci8.obj : error LNK2001: unresolved external symbol __imp__atoi dbdimp.obj : error LNK2001: unresolved external symbol _memset oci8.obj : error LNK2001: unresolved external symbol _memset dbdimp.obj : error LNK2001: unresolved external symbol _strlen oci8.obj : error LNK2001: unresolved external symbol _strlen dbdimp.obj : error LNK2001: unresolved external symbol _strcpy dbdimp.obj : error LNK2001: unresolved external symbol __imp__sprintf oci8.obj : error LNK2001: unresolved external symbol __imp__sprintf oci8.obj : error LNK2001: unresolved external symbol __imp__strchr oci8.obj : error LNK2001: unresolved external symbol __imp__strncpy LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12 blib\arch\auto\DBD\Oracle\Oracle.dll : fatal error LNK1120: 10 unresolved extern als NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x460' Stop. Any help on this would be greatly appreceiated. Thanks, Bob Reuss > -Original Message- > From: Michael A. Chase [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 4:34 PM > To: 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 :}) > ** 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: Tuesday, April 10, 2001 2:21 PM > Subject: RE: Help with installing DBD::Oracle > > > > Thanks llya, Micheal, and Paul for all the help. I will get Visual C++ > > installed and see where it takes me. >
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 :}) ** 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: Tuesday, April 10, 2001 2:21 PM Subject: RE: Help with installing DBD::Oracle > Thanks llya, Micheal, and Paul for all the help. I will get Visual C++ > installed and see where it takes me.
RE: Help with installing DBD::Oracle
Thanks llya, Micheal, and Paul for all the help. I will get Visual C++ installed and see where it takes me. Thanks again, Bob Reuss > -Original Message- > From: Sterin, Ilya [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 4:22 PM > To: Reuss, Bob; [EMAIL PROTECTED] > Subject: 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 PROTECTED] > Subject: RE: Help with installing DBD::Oracle > > > I do not have cl.exe on my machine. I have a setupcl.exe but when I run > it > to see if it will install I receive the following message. > > "application can not be run in win 32 mode" > > What does the cl.exe do? Can I get it from somewhere or install software > that will install it? > > Thanks, > 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 > > is located and add that path to you PATH. > > > > Ilya Sterin > > > > -Original Message- > > From: Reuss, Bob [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 10, 2001 4:54 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Help with installing DBD::Oracle > > > > > > Ok, I tried nMake on the makefile and received the following output. At > > the > > bottom of the output I get a fatal error. > > > > mkdir blib > > mkdir blib\lib > > mkdir blib\lib\DBD > > mkdir blib\arch > > mkdir blib\arch\auto > > mkdir blib\arch\auto\DBD > > mkdir blib\arch\auto\DBD\Oracle > > mkdir blib\lib\auto > > mkdir blib\lib\auto\DBD > > mkdir blib\lib\auto\DBD\Oracle > > mkdir blib\man1 > > mkdir blib\man3 > > cp Oraperl.pm blib\lib/Oraperl.pm > > cp Oracle.pm blib\lib\DBD\Oracle.pm > > cp oraperl.ph blib\lib/oraperl.ph > > d:\interwoven\teamsite\iw-perl\bin\perl.exe -p -e > > "s/~DRIVER~/Oracle/g" > > < > d:\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI/Driver.xst > > > > > Orac > > le.xsi > > d:\interwoven\teamsite\iw-perl\bin\perl.exe > > -Id:\INTERW~1\teamsite\iw-pe > > rl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > > D:\INTERW~1\teamsite\iw-pe > > rl\lib\ExtUtils/xsubpp -typemap > > D:\INTERW~1\teamsite\iw-perl\lib\ExtUtils\typem > > ap Oracle.xs >xstmp.c && d:\interwoven\teamsite\iw-perl\bin\perl.exe > > -Id:\INTERW > > ~1\teamsite\iw-perl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > > -MExtUtil > > s::Command -e mv xstmp.c Oracle.c > > cl.exe -c -ID:/Oracle/Ora81/oci/include > > -ID:/Oracle/Ora81/rdbms/demo > > -Id > > :\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI -Od -MD > > -DNDEBUG > > -DW > > IN32 -D_CONSOLE -DNO_STRICT -Od -MD -DNDEBUG -DVERSION=\"1.06\" > > -DXS_VERSIO > > N=\"1.06\" -ID:\INTERW~1\teamsite\iw-perl\lib\MSWin32-x86\CORE > Oracle.c > > 'cl.exe' is not recognized as an internal or external command, > > operable program or batch file. > > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code > '0x1' > > Stop. > > > > Not sure were to take it from here. Any ideas? > > > > Thanks > > Bob Reuss > > > > > > > -Original Message- > > > From: Paul A. Chernoch [SMTP:[EMAIL PROTECTED]] > > > 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. > > > > > > - 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 > > > >have downloaded the module and have extracted the files via winzip. > > Here > > > is &
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 PROTECTED] Subject: RE: Help with installing DBD::Oracle I do not have cl.exe on my machine. I have a setupcl.exe but when I run it to see if it will install I receive the following message. "application can not be run in win 32 mode" What does the cl.exe do? Can I get it from somewhere or install software that will install it? Thanks, 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 > is located and add that path to you PATH. > > Ilya Sterin > > -Original Message- > From: Reuss, Bob [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 4:54 PM > To: [EMAIL PROTECTED] > Subject: RE: Help with installing DBD::Oracle > > > Ok, I tried nMake on the makefile and received the following output. At > the > bottom of the output I get a fatal error. > > mkdir blib > mkdir blib\lib > mkdir blib\lib\DBD > mkdir blib\arch > mkdir blib\arch\auto > mkdir blib\arch\auto\DBD > mkdir blib\arch\auto\DBD\Oracle > mkdir blib\lib\auto > mkdir blib\lib\auto\DBD > mkdir blib\lib\auto\DBD\Oracle > mkdir blib\man1 > mkdir blib\man3 > cp Oraperl.pm blib\lib/Oraperl.pm > cp Oracle.pm blib\lib\DBD\Oracle.pm > cp oraperl.ph blib\lib/oraperl.ph > d:\interwoven\teamsite\iw-perl\bin\perl.exe -p -e > "s/~DRIVER~/Oracle/g" > < d:\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI/Driver.xst > > > Orac > le.xsi > d:\interwoven\teamsite\iw-perl\bin\perl.exe > -Id:\INTERW~1\teamsite\iw-pe > rl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > D:\INTERW~1\teamsite\iw-pe > rl\lib\ExtUtils/xsubpp -typemap > D:\INTERW~1\teamsite\iw-perl\lib\ExtUtils\typem > ap Oracle.xs >xstmp.c && d:\interwoven\teamsite\iw-perl\bin\perl.exe > -Id:\INTERW > ~1\teamsite\iw-perl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > -MExtUtil > s::Command -e mv xstmp.c Oracle.c > cl.exe -c -ID:/Oracle/Ora81/oci/include > -ID:/Oracle/Ora81/rdbms/demo > -Id > :\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI -Od -MD > -DNDEBUG > -DW > IN32 -D_CONSOLE -DNO_STRICT -Od -MD -DNDEBUG -DVERSION=\"1.06\" > -DXS_VERSIO > N=\"1.06\" -ID:\INTERW~1\teamsite\iw-perl\lib\MSWin32-x86\CORE Oracle.c > 'cl.exe' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' > Stop. > > Not sure were to take it from here. Any ideas? > > Thanks > Bob Reuss > > > > -Original Message- > > From: Paul A. Chernoch [SMTP:[EMAIL PROTECTED]] > > 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. > > > > - 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 > > >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? > > > > > >TIA, > > >Bob Reuss > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > > > Paul Anton Chernoch > > Zeborg, Inc. > > 500 West Cummings Park > > Woburn, MA 01801 > > > > t: 781.759.0105 > > f: 781.935.5090 > > c: 781.606.7382 > > > > http://www.zeborg.com > > This message is a personal and confidential communication. If you are > not > > the intended recipient, please do not read, copy, or use it, and do not > > disclose it to others. Please notify the sender of the delivery error by > > replying to this message, and then delete it from your system. Thank > you. > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > >
Re: Help with installing DBD::Oracle
It appears that InterWoven used some version of Microsoft Visual C++ (MSVC) to build perl.exe. In order to build DBI and DBD::Oracle, you need the same version of Microsoft Visual C++ (MSVC). If you don't install Microsoft Visual C++ (MSVC), you have neither a C compiler nor the compatible C libraries for DBI or DBD::Oracle to properly interact with perl.exe. If you do have Microsoft Visual C++ (MSVC) installed, you need to initialize you environment so nmake.exe and cmd.exe can find cl.exe and cl.exe can find the required header and library files. -- 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: Tuesday, April 10, 2001 1:54 PM Subject: RE: Help with installing DBD::Oracle > Ok, I tried nMake on the makefile and received the following output. At the > bottom of the output I get a fatal error. > > mkdir blib > mkdir blib\lib > mkdir blib\lib\DBD > mkdir blib\arch > mkdir blib\arch\auto > mkdir blib\arch\auto\DBD > mkdir blib\arch\auto\DBD\Oracle > mkdir blib\lib\auto > mkdir blib\lib\auto\DBD > mkdir blib\lib\auto\DBD\Oracle > mkdir blib\man1 > mkdir blib\man3 > cp Oraperl.pm blib\lib/Oraperl.pm > cp Oracle.pm blib\lib\DBD\Oracle.pm > cp oraperl.ph blib\lib/oraperl.ph > d:\interwoven\teamsite\iw-perl\bin\perl.exe -p -e > "s/~DRIVER~/Oracle/g" > < d:\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI/Driver.xst > > Orac > le.xsi > d:\interwoven\teamsite\iw-perl\bin\perl.exe > -Id:\INTERW~1\teamsite\iw-pe > rl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > D:\INTERW~1\teamsite\iw-pe > rl\lib\ExtUtils/xsubpp -typemap > D:\INTERW~1\teamsite\iw-perl\lib\ExtUtils\typem > ap Oracle.xs >xstmp.c && d:\interwoven\teamsite\iw-perl\bin\perl.exe > -Id:\INTERW > ~1\teamsite\iw-perl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > -MExtUtil > s::Command -e mv xstmp.c Oracle.c > cl.exe -c -ID:/Oracle/Ora81/oci/include -ID:/Oracle/Ora81/rdbms/demo > -Id > :\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI -Od -MD -DNDEBUG > -DW > IN32 -D_CONSOLE -DNO_STRICT -Od -MD -DNDEBUG -DVERSION=\"1.06\" > -DXS_VERSIO > N=\"1.06\" -ID:\INTERW~1\teamsite\iw-perl\lib\MSWin32-x86\CORE Oracle.c > 'cl.exe' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' > Stop. > > Not sure were to take it from here. Any ideas? > > > > -Original Message- > > From: Paul A. Chernoch [SMTP:[EMAIL PROTECTED]] > > 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 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 > > >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?
RE: Help with installing DBD::Oracle
I do not have cl.exe on my machine. I have a setupcl.exe but when I run it to see if it will install I receive the following message. "application can not be run in win 32 mode" What does the cl.exe do? Can I get it from somewhere or install software that will install it? Thanks, 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 > is located and add that path to you PATH. > > Ilya Sterin > > -Original Message- > From: Reuss, Bob [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 10, 2001 4:54 PM > To: [EMAIL PROTECTED] > Subject: RE: Help with installing DBD::Oracle > > > Ok, I tried nMake on the makefile and received the following output. At > the > bottom of the output I get a fatal error. > > mkdir blib > mkdir blib\lib > mkdir blib\lib\DBD > mkdir blib\arch > mkdir blib\arch\auto > mkdir blib\arch\auto\DBD > mkdir blib\arch\auto\DBD\Oracle > mkdir blib\lib\auto > mkdir blib\lib\auto\DBD > mkdir blib\lib\auto\DBD\Oracle > mkdir blib\man1 > mkdir blib\man3 > cp Oraperl.pm blib\lib/Oraperl.pm > cp Oracle.pm blib\lib\DBD\Oracle.pm > cp oraperl.ph blib\lib/oraperl.ph > d:\interwoven\teamsite\iw-perl\bin\perl.exe -p -e > "s/~DRIVER~/Oracle/g" > < d:\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI/Driver.xst > > > Orac > le.xsi > d:\interwoven\teamsite\iw-perl\bin\perl.exe > -Id:\INTERW~1\teamsite\iw-pe > rl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > D:\INTERW~1\teamsite\iw-pe > rl\lib\ExtUtils/xsubpp -typemap > D:\INTERW~1\teamsite\iw-perl\lib\ExtUtils\typem > ap Oracle.xs >xstmp.c && d:\interwoven\teamsite\iw-perl\bin\perl.exe > -Id:\INTERW > ~1\teamsite\iw-perl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib > -MExtUtil > s::Command -e mv xstmp.c Oracle.c > cl.exe -c -ID:/Oracle/Ora81/oci/include > -ID:/Oracle/Ora81/rdbms/demo > -Id > :\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI -Od -MD > -DNDEBUG > -DW > IN32 -D_CONSOLE -DNO_STRICT -Od -MD -DNDEBUG -DVERSION=\"1.06\" > -DXS_VERSIO > N=\"1.06\" -ID:\INTERW~1\teamsite\iw-perl\lib\MSWin32-x86\CORE Oracle.c > 'cl.exe' is not recognized as an internal or external command, > operable program or batch file. > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' > Stop. > > Not sure were to take it from here. Any ideas? > > Thanks > Bob Reuss > > > > -Original Message- > > From: Paul A. Chernoch [SMTP:[EMAIL PROTECTED]] > > 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. > > > > - 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 > > >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? > > > > > >TIA, > > >Bob Reuss > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > > > Paul Anton Chernoch > > Zeborg, Inc. > > 500 West Cummings Park > > Woburn, MA 01801 > > > > t: 781.759.0105 > > f: 781.935.5090 > > c: 781.606.7382 > > > > http://www.zeborg.com > > This message is a personal and confidential communication. If you are > not > > the intended recipient, please do not read, copy, or use it, and do not > > disclose it to others. Please notify the sender of the delivery error by > > replying to this message, and then delete it from your system. Thank > you. > > > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > >
RE: Help with installing DBD::Oracle
You don't have you VC environmental variables set up. See where you cl.exe is located and add that path to you PATH. Ilya Sterin -Original Message- From: Reuss, Bob [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 4:54 PM To: [EMAIL PROTECTED] Subject: RE: Help with installing DBD::Oracle Ok, I tried nMake on the makefile and received the following output. At the bottom of the output I get a fatal error. mkdir blib mkdir blib\lib mkdir blib\lib\DBD mkdir blib\arch mkdir blib\arch\auto mkdir blib\arch\auto\DBD mkdir blib\arch\auto\DBD\Oracle mkdir blib\lib\auto mkdir blib\lib\auto\DBD mkdir blib\lib\auto\DBD\Oracle mkdir blib\man1 mkdir blib\man3 cp Oraperl.pm blib\lib/Oraperl.pm cp Oracle.pm blib\lib\DBD\Oracle.pm cp oraperl.ph blib\lib/oraperl.ph d:\interwoven\teamsite\iw-perl\bin\perl.exe -p -e "s/~DRIVER~/Oracle/g" < d:\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI/Driver.xst > Orac le.xsi d:\interwoven\teamsite\iw-perl\bin\perl.exe -Id:\INTERW~1\teamsite\iw-pe rl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib D:\INTERW~1\teamsite\iw-pe rl\lib\ExtUtils/xsubpp -typemap D:\INTERW~1\teamsite\iw-perl\lib\ExtUtils\typem ap Oracle.xs >xstmp.c && d:\interwoven\teamsite\iw-perl\bin\perl.exe -Id:\INTERW ~1\teamsite\iw-perl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib -MExtUtil s::Command -e mv xstmp.c Oracle.c cl.exe -c -ID:/Oracle/Ora81/oci/include -ID:/Oracle/Ora81/rdbms/demo -Id :\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI -Od -MD -DNDEBUG -DW IN32 -D_CONSOLE -DNO_STRICT -Od -MD -DNDEBUG -DVERSION=\"1.06\" -DXS_VERSIO N=\"1.06\" -ID:\INTERW~1\teamsite\iw-perl\lib\MSWin32-x86\CORE Oracle.c 'cl.exe' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop. Not sure were to take it from here. Any ideas? Thanks Bob Reuss > -Original Message- > From: Paul A. Chernoch [SMTP:[EMAIL PROTECTED]] > 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. > > - 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 > >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? > > > >TIA, > >Bob Reuss > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > Paul Anton Chernoch > Zeborg, Inc. > 500 West Cummings Park > Woburn, MA 01801 > > t: 781.759.0105 > f: 781.935.5090 > c: 781.606.7382 > > http://www.zeborg.com > This message is a personal and confidential communication. If you are not > the intended recipient, please do not read, copy, or use it, and do not > disclose it to others. Please notify the sender of the delivery error by > replying to this message, and then delete it from your system. Thank you. > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . >
Re: Help with installing DBD::Oracle
If he has MSVC, he has nmake. If he doesn't, he also doesn't have the compiler or libraries he needs to build DBD::Oracle using nmake. -- 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: "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 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 > >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?
RE: Help with installing DBD::Oracle
Ok, I tried nMake on the makefile and received the following output. At the bottom of the output I get a fatal error. mkdir blib mkdir blib\lib mkdir blib\lib\DBD mkdir blib\arch mkdir blib\arch\auto mkdir blib\arch\auto\DBD mkdir blib\arch\auto\DBD\Oracle mkdir blib\lib\auto mkdir blib\lib\auto\DBD mkdir blib\lib\auto\DBD\Oracle mkdir blib\man1 mkdir blib\man3 cp Oraperl.pm blib\lib/Oraperl.pm cp Oracle.pm blib\lib\DBD\Oracle.pm cp oraperl.ph blib\lib/oraperl.ph d:\interwoven\teamsite\iw-perl\bin\perl.exe -p -e "s/~DRIVER~/Oracle/g" < d:\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI/Driver.xst > Orac le.xsi d:\interwoven\teamsite\iw-perl\bin\perl.exe -Id:\INTERW~1\teamsite\iw-pe rl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib D:\INTERW~1\teamsite\iw-pe rl\lib\ExtUtils/xsubpp -typemap D:\INTERW~1\teamsite\iw-perl\lib\ExtUtils\typem ap Oracle.xs >xstmp.c && d:\interwoven\teamsite\iw-perl\bin\perl.exe -Id:\INTERW ~1\teamsite\iw-perl\lib\MSWin32-x86 -Id:\INTERW~1\teamsite\iw-perl\lib -MExtUtil s::Command -e mv xstmp.c Oracle.c cl.exe -c -ID:/Oracle/Ora81/oci/include -ID:/Oracle/Ora81/rdbms/demo -Id :\interwoven\teamsite\iw-perl\site\lib/MSWin32-x86/auto/DBI -Od -MD -DNDEBUG -DW IN32 -D_CONSOLE -DNO_STRICT -Od -MD -DNDEBUG -DVERSION=\"1.06\" -DXS_VERSIO N=\"1.06\" -ID:\INTERW~1\teamsite\iw-perl\lib\MSWin32-x86\CORE Oracle.c 'cl.exe' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop. Not sure were to take it from here. Any ideas? Thanks Bob Reuss > -Original Message- > From: Paul A. Chernoch [SMTP:[EMAIL PROTECTED]] > 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. > > - 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 > >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? > > > >TIA, > >Bob Reuss > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . > > Paul Anton Chernoch > Zeborg, Inc. > 500 West Cummings Park > Woburn, MA 01801 > > t: 781.759.0105 > f: 781.935.5090 > c: 781.606.7382 > > http://www.zeborg.com > This message is a personal and confidential communication. If you are not > the intended recipient, please do not read, copy, or use it, and do not > disclose it to others. Please notify the sender of the delivery error by > replying to this message, and then delete it from your system. Thank you. > > . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . >
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 All, > >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? > >TIA, >Bob Reuss . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Paul Anton Chernoch Zeborg, Inc. 500 West Cummings Park Woburn, MA 01801 t: 781.759.0105 f: 781.935.5090 c: 781.606.7382 http://www.zeborg.com This message is a personal and confidential communication. If you are not the intended recipient, please do not read, copy, or use it, and do not disclose it to others. Please notify the sender of the delivery error by replying to this message, and then delete it from your system. Thank you. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Re: Help with installing DBD::Oracle
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?
RE: Help with installing DBD::Oracle
What distribution of Perl are you using. If it is not ActiveState, then most likely the correct way to install your module would be to use the CPAN module. You can do a perldoc on CPAN for instructions. --Curt On Mon, 9 Apr 2001, Reuss, Bob wrote: > 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? > > 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 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? > > >
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? 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 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? >
Re: Help with installing DBD::Oracle
'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?