|
|
| version 1.2, 2002/02/08 11:14:06 | version 1.5, 2007/02/19 10:56:53 |
|---|---|
| Line 8 | Line 8 |
| As most UNIX libraries Parser3 PgSQL driver follows the "standard": | As most UNIX libraries Parser3 PgSQL driver follows the "standard": |
| cd $D/parser3project | cd $D/parser3project |
| mkdir sql | |
| cd sql | |
| gunzip -c parser3pgsql-x.x.tar.gz | tar xvf - | gunzip -c parser3pgsql-x.x.tar.gz | tar xvf - |
| cd parser3pgsql-x.x | cd parser3pgsql-x.x |
| ./configure --prefix=/usr/local | ./configure --prefix=$HOME/parser3install --silent |
| make | make |
| Line 29 | Line 31 |
| NOTE: | NOTE: |
| make sure that Parser3 main configuration file, | make sure that Parser3 main configuration file, |
| $prefix/etc/parser3.conf | $prefix/etc/auto.p |
| has in $SQL[...] configuration section a line like this: | has in $SQL[...] configuration section a line like this: |
| pgsql $sqldriversdir/libparser3pgsql.so /usr/local/pgsql/lib/libpq.so | pgsql $sqldriversdir/libparser3pgsql.so /usr/local/pgsql/lib/libpq.so |