Re: BUG #2092: No answer to bug reports 1975 and 2055

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dirk Pirschel <dirk(at)pirschel(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2092: No answer to bug reports 1975 and 2055
Date: 2005-12-03 19:34:29
Message-ID: 1950.1133638469@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dirk Pirschel <dirk(at)pirschel(dot)de> writes:
>> for example, what configure arguments did you use?

> Nothing relevant.

> ./configure --prefix=$HOME/software --with-includes=/client/include --with-libs=/client/lib
> [...]
> checking whether to build with OpenSSL support... no

Well, *something* in your link is trying to pull in OpenSSL.

What exactly is in /client/lib ... could it be that there is an existing
SSL-dependent installation of libpq in there? In theory the link should
find the libpq in ../../../../src/interfaces/libpq not the one in
/client/lib, but we've seen bizarre linker search behavior before ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-12-03 20:02:43 Re: BUG #2092: No answer to bug reports 1975 and 2055
Previous Message Tom Lane 2005-12-03 19:25:54 Re: BUG #2085: pg_dump incompletely dumps ACLs