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

From: Jim Rosenberg <jr(at)amanue(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Configure can't find com_err on OpenBSD for --with-krb5
Date: 2007-03-25 17:11:35
Message-ID: 165D64D89E0EDCB25906B9DA@pomme.amanue.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> AC_SEARCH_LIBS(com_err, [krb5 'krb5 -ldes -lasn1 -lroken' com_err],
>> [], [AC_MSG_ERROR([could not find function 'com_err' required for
>> Kerberos 5])]) AC_SEARCH_LIBS(krb5_sendauth, [krb5
>> 'krb5 -ldes -lasn1 -lroken'], [], [AC_MSG_ERROR([could not find
>> function 'krb5_sendauth' required for Kerberos 5])])
>>
>> but I'm not sure why no one else would've complained before, if that
>> were necessary...
>
> Where are we on this?

A thousand apologies, I never posted back my results. I got it to build by
hacking configure as per the attached patch. Notice I don't have "roken" --
don't know what that is. -lroken should probably be patched a second place;
I only did it on the first one and it worked.

Alas, I haven't actually had a chance to see if Kereberos authentication
works, I only know this builds.

-Thanks, Jim

Attachment Content-Type Size
configure.patch text/plain 1.4 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2007-03-25 17:20:28 Re: Matrix (linear algebra) operations and types in PG?
Previous Message Webb Sprague 2007-03-25 17:09:24 Matrix (linear algebra) operations and types in PG?