----- Original Message -----
From: "Harry Burgin" <[EMAIL PROTECTED]>
Subject: DBD-Pg-0.98 install problem
I have DBI installed but can't get DBD-Pg to install without error.
1. perl Makefile.PL is ok - runs without error.
2. make then returns the following error:
In file included from Pg.xs:13
Pg.h:17: libpq-fe.h: no such file or directory
Is this a problem with DBD or is my perl or PostgreSQL installation broken?
-------------------------------
It's a PostgreSQL problem. Either you didn't install the postgres-devel
rpm, or you don't have shared libraries set up correctly on your system.
-Mike