| byterock@cvs.perl.org 2005-12-01, 7:24 am |
| Author: byterock
Date: Thu Dec 1 05:15:08 2005
New Revision: 2291
Modified:
dbd-oracle/branches/pythian/README.win32
Log:
Latest changes to windows readme files
Modified: dbd-oracle/branches/pythian/README.win32
====================
====================
====================
==================
--- dbd-oracle/branches/pythian/README.win32 (original)
+++ dbd-oracle/branches/pythian/README.win32 Thu Dec 1 05:15:08 2005
@@ -5,6 +5,32 @@ If you built Perl with gcc, read README.
--- other information, some of which is out of date ---
+11/30/05 -- John Scoles
+I have confirmend that this Makefile.pl will work for both Oracle InstantClient
+10.2.0.1 & 10.1.0.4 using same process the Andy Hassall uses. Starting with a clean OD
+One needes only to get the latest version of Active Perl 5.8.7 use PPM to get DBI and then
+install Microsoft Visual C++ toolkit, Windows SDK, and the Microsoft .net
+framework 1.1. and modify the vcars32.bat in C++ as follows
+
+ 1) Add the local path to the windows platform SDK include directory to the
+ Set INCLUDE Command Line to include the needed files from the Windows SDK.
+ e.g. "C:\Program Files\Microsoft Platform SDK\Include;"
+ 2) Add the local path to the .net Vc7 lib directory to the Set LIB
+ command to include the needed library files from the .Net SKD
+ e.g. C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib;
+ 3) Add the local path to the windows platform SDK Lib directory to the Set Lib
+ command to include the needed library files from the Windows SDK
+ e.g. C:\Program Files\Microsoft Platform SDK\Lib;
+
+If one happens to have visual stuido installed you may not have to download aditional MS
+products.
+
+12/01/05 --- John Scoles
+Oracle 10XE
+No big problem here as 10XE seems to use the instantclient as well. Just ensure your
+ NLS_LANG and ORACLE_HOME are set to the same directory that 10XE uses.
+
+
10/07/05 --John Scoles
Andy Hassall <andy@andyh.co.uk> Kindly added some changes to the Makefile.PL
so it will work for the Instant Client 10g on Windows OSs. Below is how he set
|