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 04:24:12
Message-ID: 7477.1172982252@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:
> I am trying to build PostgreSQL 8.2.3 on OpenBSD 4.0. When I give the
> command

> ./configure -v --with-openssl --with-krb5
> --with-includes=/usr/include/kerberosV

> I get:

> checking for library containing com_err... no
> configure: error: could not find function 'com_err' required for Kerberos 5

Perhaps you need a --with-libs switch too? Usually, if the package
didn't put its include files right in /usr/include, it likely didn't
put the libraries right in /usr/lib either.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Rosenberg 2007-03-04 05:23:01 Re: Configure can't find com_err on OpenBSD for --with-krb5
Previous Message Jim Rosenberg 2007-03-04 02:20:44 Configure can't find com_err on OpenBSD for --with-krb5