--- sql/oracle/INSTALL 2002/02/08 11:14:00 1.2 +++ sql/oracle/INSTALL 2007/02/19 10:56:42 1.5 @@ -8,9 +8,11 @@ As most UNIX libraries Parser3 Oracle driver follows the "standard": cd $D/parser3project + mkdir sql + cd sql gunzip -c parser3oracle-x.x.tar.gz | tar xvf - cd parser3oracle-x.x - ./configure --prefix=/usr/local + ./configure --prefix=$HOME/parser3install --silent make @@ -30,7 +32,7 @@ NOTE: make sure that Parser3 main configuration file, - $prefix/etc/parser3.conf + $prefix/etc/auto.p has in $SQL[...] configuration section a line like this: oracle $sqldriversdir/libparser3oracle.so /u01/app/oracle/product/8.1.5/lib/libclntsh.so?ORACLE_HOME=/u01/app/oracle/product/8.1.5&ORA_NLS33=/u01/app/oracle/product/8.1.5/ocommon/nls/admin/data @@ -47,4 +49,4 @@ oracle $sqldriversdir/libparser3oracle.s Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.2 2002/02/08 11:14:00 paf Exp $ +$Id: INSTALL,v 1.5 2007/02/19 10:56:42 misha Exp $