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

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: BUG #2600: dblink compile with SSL missing libraries
Date: 2006-09-08 03:44:26
Message-ID: 60d5a7qaxx.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches

tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) writes:
> Chris Browne <cbbrowne(at)acm(dot)org> writes:
>> I still need the following, on AIX:
>
>> -SHLIB_LINK = $(libpq)
>> +SHLIB_LINK = $(libpq) $(LIBS)
>
> No you don't --- see recent warthog complaint. We have to filter LIBS
> down to just the minimum.

I'm at a loss, then.

- If LIBS is being filtered to the minimum, then shouldn't it be
appropriate to add it in here?

- There isn't any variable other than LIBS that *does* get bound to
include -lssl and -lcrypto

- Do we need to add an additional LIBSSL, spattered widely through
makefiles, which sometimes gets linked in?

- Or do we need some custom DBLINKLIBS, defined in configure, that is
only used for dblink?
--
(reverse (concatenate 'string "moc.enworbbc" "@" "enworbbc"))
http://www3.sympatico.ca/cbbrowne/languages.html
QT adds to a Linux distribution a level of licencing complexity that
nullifies one of the major virtues of Linux: no licencing complexity.
-- <jedi(at)dementia(dot)mishnet>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-09-08 03:55:34 Re: BUG #2600: dblink compile with SSL missing libraries
Previous Message Chris Browne 2006-09-07 22:54:04 Re: BUG #2608: dblink compile fails on AIX 5.3

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-08 03:55:34 Re: BUG #2600: dblink compile with SSL missing libraries
Previous Message Tom Lane 2006-09-08 03:28:24 Re: Fixed length data types issue

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-09-08 03:55:34 Re: BUG #2600: dblink compile with SSL missing libraries
Previous Message Hiroshi Saito 2006-09-08 03:22:45 Re: related problem of path by msvc