Re: 8.0.0beta3: dblink can't find libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.0.0beta3: dblink can't find libpq
Date: 2004-10-10 16:16:14
Message-ID: 11011.1097424974@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> I got dblink to work by editing contrib/dblink/Makefile and changing
> this line:
> SHLIB_LINK = $(libpq)

Actually it appears the true culprit is over here:

RCS file: /cvsroot/pgsql-server/src/makefiles/pgxs.mk,v
retrieving revision 1.2
diff -c -r1.2 pgxs.mk
*** pgxs.mk 6 Oct 2004 08:50:02 -0000 1.2
--- pgxs.mk 10 Oct 2004 16:12:31 -0000
***************
*** 77,83 ****
NAME = $(MODULE_big)
SO_MAJOR_VERSION= 0
SO_MINOR_VERSION= 0
- rpath =

SHLIB_LINK += $(BE_DLLLIBS)

--- 77,82 ----

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Magnus Hagander 2004-10-10 16:30:23 Re: 8.0.0beta3 plpython link troubles
Previous Message Tom Lane 2004-10-10 16:05:38 Re: 8.0.0beta3: dblink can't find libpq