Re: BUG #2092: No answer to bug reports 1975 and 2055 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2092: No answer to bug reports 1975 and 2055
Date
Msg-id 1950.1133638469@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2092: No answer to bug reports 1975 and 2055  ("" <dirk@pirschel.de>)
Responses Re: BUG #2092: No answer to bug reports 1975 and 2055
Re: BUG #2092: No answer to bug reports 1975 and 2055
List pgsql-bugs
Dirk Pirschel <dirk@pirschel.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #2085: pg_dump incompletely dumps ACLs
Next
From: Tom Lane
Date:
Subject: Re: BUG #2092: No answer to bug reports 1975 and 2055