Michael Fuhr <mike@fuhr.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