Mark wrote:
> I'm new to PostgreSQL. Just installed the latest version, 8.3.7, on my
> FreeBSD system (client + server). All went well...
>
> Until I tried to install DBD-Pg-2.13.1 (for Perl) thereafter. And I'm
> getting the weirdest errors that just won't go away (see below). Does
> anyone know what the cause might be? Or better still, how to fix it? :)
What is "cc" in this context?
cc -v
> cc -c -I/usr/local/PostgreSQL/include -I/usr/local/include
Is it possible that you have old or conflicting PostgreSQL headers in
/usr/local/include ? Or even in /usr/include ?
--
Craig Ringer