Re: Configure can't find com_err on OpenBSD for --with-krb5

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jim Rosenberg <jr(at)amanue(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Configure can't find com_err on OpenBSD for --with-krb5
Date: 2007-03-04 05:40:39
Message-ID: 10643.1172986839@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jim Rosenberg <jr(at)amanue(dot)com> writes:
> --On Saturday, March 3, 2007 11:24 PM -0500 Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> wrote:
>> Perhaps you need a --with-libs switch too?

> Hmm. libkrb5 is in /usr/lib -- with all the rest of the libs -- not
> somewhere special.

OK, then the next likely answer is that there's something odd about the
library dependencies for libkrb5. You need to look at the config.log
output to see exactly what configure tried to do and what error it got.
The "can't find" message really means that it couldn't link a program
that tries to call com_err, and there are any number of possible reasons
for that.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mikko Partio 2007-03-04 06:39:20 Re: PG Dump 8.2
Previous Message Jim Rosenberg 2007-03-04 05:23:01 Re: Configure can't find com_err on OpenBSD for --with-krb5