Tony Caduto wrote:
> I am having trouble getting dblink_tds compiled on my system.
>
> i downloaded the source and followed the directions but keep getting
> this error:
>
> [root(at)mi-mke-pg01 dblink_tds]# make
> /postgresql-8.1.4/src/Makefile.global.in:309:
> /postgresql-8.1.4/src/Makefile.port: No such file or directory
I would suspect that your PostgreSQL is not configured.
You must run
./configure [<options>]
in /postgresql-8.1.4
before you attempt to build dblink.
Yours,
Laurenz Albe