From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org pgsql-patches(at)postgresql(dot)org |
Subject: | Re: BUG #2600: dblink compile with SSL missing libraries |
Date: | 2006-09-06 19:48:47 |
Message-ID: | 60irk0srmo.fsf@dba2.int.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers pgsql-patches |
The change Tom made to contrib/sshinfo/Makefile to support Darwin,
adding in $(LIBS), fixed my problem with that contrib module on AIX.
I still need the following, on AIX:
===================================================================
RCS file: /projects/cvsroot/pgsql/contrib/dblink/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 27 Feb 2006 12:54:38 -0000 1.11
+++ Makefile 6 Sep 2006 19:48:23 -0000
@@ -3,7 +3,7 @@
MODULE_big = dblink
PG_CPPFLAGS = -I$(libpq_srcdir)
OBJS = dblink.o
-SHLIB_LINK = $(libpq)
+SHLIB_LINK = $(libpq) $(LIBS)
DATA_built = dblink.sql
DATA = uninstall_dblink.sql
--
(reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc"))
http://linuxdatabases.info/info/nonrdbms.html
"Fashion is a form of ugliness so intolerable that we have to alter it
every six months." -- Oscar Wilde
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-09-06 20:04:58 | Re: BUG #2600: dblink compile with SSL missing libraries |
Previous Message | Tom Lane | 2006-09-06 13:31:35 | Re: BUG #1931: ILIKE and LIKE fails on Turkish locale |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-09-06 20:04:58 | Re: BUG #2600: dblink compile with SSL missing libraries |
Previous Message | Naz Gassiep | 2006-09-06 19:41:48 | Re: Timezone List |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-09-06 20:04:58 | Re: BUG #2600: dblink compile with SSL missing libraries |
Previous Message | Naz Gassiep | 2006-09-06 19:41:48 | Re: Timezone List |