Thread: Does anyone have a compiled dblink_tds for Redhat EL 4.x?

Does anyone have a compiled dblink_tds for Redhat EL 4.x?

From
Tony Caduto
Date:
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@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

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration


Re: Does anyone have a compiled dblink_tds for Redhat EL 4.x?

From
"Albe Laurenz"
Date:
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@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