--- sql/oracle/INSTALL 2002/10/07 10:51:02 1.3 +++ sql/oracle/INSTALL 2007/02/19 10:56:42 1.5 @@ -12,7 +12,7 @@ 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 @@ -32,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 @@ -49,4 +49,4 @@ oracle $sqldriversdir/libparser3oracle.s Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.3 2002/10/07 10:51:02 paf Exp $ +$Id: INSTALL,v 1.5 2007/02/19 10:56:42 misha Exp $