Re: [SQL] perl dbd

2001-03-09 Thread Johan Van den Brande
Hi, probably some environment variables are not set... these are used by the DBD::Pg install to determine include and lib directories: POSTGRES_INCLUDE POSTGRES_LIB if you installed postgres into /opt/postgres do export POSTGRES_INCLUDE=/opt/postgres/include export POSTGRES_LIB=/opt/postgres/lib

[SQL] perl dbd

2001-03-08 Thread Ken Kline
my apologies if this is not the coreect list but I cannot seem to install the package DBD-Pg-0.73-1.i386.rpm it complains that it needs libpq.so.1 i have the following installed from a source package rebuild: postgresql-7.0.3-2 ..server ..devel ..perl ..tk ..odbc ..tcl thanks as always Ken