File: README.pg

package info (click to toggle)
libtext-querysql-perl 0.07-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 192 kB
  • ctags: 78
  • sloc: perl: 810; makefile: 39
file content (9 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Short example for installing DBD-Pg-0.93 (assuming your installed
postgres under /usr/local/pgsql).

export POSTGRES_INCLUDE=/usr/local/pgsql/include
export POSTGRES_LIB=/usr/local/pgsql/lib
export DBI_DB=Pg DBI_DSN=dbi:Og:dbname=test DBI_USER=test DBI_PASS=toto55
perl Makefile.PL
make all
make install