Re: Configure can't find com_err on OpenBSD for --with-krb5 - Mailing list pgsql-general

From Jim Rosenberg
Subject Re: Configure can't find com_err on OpenBSD for --with-krb5
Date
Msg-id 165D64D89E0EDCB25906B9DA@pomme.amanue.com
Whole thread Raw
In response to Re: Configure can't find com_err on OpenBSD for --with-krb5  (Bruce Momjian <bruce@momjian.us>)
List 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

pgsql-general by date:

Previous
From: "Webb Sprague"
Date:
Subject: Matrix (linear algebra) operations and types in PG?
Next
From: Andreas Kretschmer
Date:
Subject: Re: Matrix (linear algebra) operations and types in PG?