Re: BUG #2600: dblink compile with SSL missing libraries

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Chris Browne <cbbrowne(at)acm(dot)org>
Subject: Re: BUG #2600: dblink compile with SSL missing libraries
Date: 2006-08-31 09:00:10
Message-ID: 200608311100.11348.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches

Am Mittwoch, 30. August 2006 22:57 schrieb Chris Browne:
> I also seem to recall, in past discussions about "library matters,"
> that AIX is more sticky about requiring that libraries be named
> expressly.

ecpglib has

SHLIB_LINK = -L../pgtypeslib -lpgtypes $(libpq) \
$(filter -lintl -lssl -lcrypto -lkrb5 -lcrypt -lm, $(LIBS))
$(PTHREAD_LIBS)

ifeq ($(PORTNAME), win32)
# Link to shfolder.dll instead of shell32.dll
SHLIB_LINK += -lshfolder
endif

Presumably the same would be necessary everywhere else libpq is used.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Reginaldo Martins 2006-08-31 10:33:38 BUG #2603: SQLDescribeCol return values
Previous Message Peter Jones 2006-08-31 05:34:14 BUG #2602: nnnone

Browse pgsql-hackers by date

  From Date Subject
Next Message Bernd Helmle 2006-08-31 09:02:14 Re: Updatable views
Previous Message Peter Eisentraut 2006-08-31 08:34:02 Re: [PATCHES] Backend SSL configuration enhancement

Browse pgsql-patches by date

  From Date Subject
Next Message Bernd Helmle 2006-08-31 09:02:14 Re: Updatable views
Previous Message Peter Eisentraut 2006-08-31 08:34:02 Re: [PATCHES] Backend SSL configuration enhancement