| byterock@cvs.perl.org 2006-01-20, 7:24 am |
| Author: byterock
Date: Thu Jan 19 08:57:55 2006
New Revision: 2434
Modified:
dbd-oracle/trunk/README.linux.txt
dbd-oracle/trunk/README.win32.txt
Log:
1)Added a few lines to README.linux.txt on the need for "lib" in the LD_LIBRARY_PATH when compiling for 10Xe.
2)Fixed a minor typo in README.win32.txt
Modified: dbd-oracle/trunk/README.linux.txt
====================
====================
====================
==================
--- dbd-oracle/trunk/README.linux.txt (original)
+++ dbd-oracle/trunk/README.linux.txt Thu Jan 19 08:57:55 2006
@@ -60,6 +60,12 @@ the test.pl to work you must first have
The present version of the make creates a link on your "instantclient" directory as follows
"ln -s libclntsh.so.10.1 libclntsh.so". It is needed for both the makefile creation and the compile
but is not need for the test.pl. It should be removed after the compile.
-If the Makefile.PL or make fails try creating this link directly in the ""instantclient" directory.
+If the Makefile.PL or make fails try creating this link directly in your "instantclient" directory.
-"instantclient" as follows
+From: John Scoles <scoles@pythian.com>
+Date: Thurs, 19 Jan 2006 11:48:47 -0700 (EST)
+Subject: RE: Oracle Database 10g Express Edition 10.2
+
+To get 10Xe to compile correctly I had to add $ORACLE_HOME/lib to the LD_LIBRARY_PATH
+
+e.g. LD_LIBRARY_PATH=$ORA
CLE_HOME:$ORACLE_HOM
E/sdk/ include:$ORACLE_HOME
/lib
Modified: dbd-oracle/trunk/README.win32.txt
====================
====================
====================
==================
--- dbd-oracle/trunk/README.win32.txt (original)
+++ dbd-oracle/trunk/README.win32.txt Thu Jan 19 08:57:55 2006
@@ -75,7 +75,8 @@ Windows 2000 professional platform havin
15) Using the "Set" command add "ORACLE_USERID=test/test@test" substituting test with the username/password@database
you wish to run the make test files against.
- Note: it is not necessary to do this step for the compile and install to work. However, the self-test programs included with Oracle-DBD will not run correctly is this varaible is not set.
+ Note: it is not necessary to do this step for the compile and install to work.
+ However, the self-test programs included with Oracle-DBD will not run correctly is this varaible is not set.
16) Move to the DBD-Oracle directory in the Visual C++ window DOS prompt and enter the following.
|