Re: Kerberos 5 build error

From: "mcelroy, tim" <tim(dot)mcelroy(at)bostonstock(dot)com>
To: 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "'pgsql-admin(at)postgresql(dot)org'" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Kerberos 5 build error
Date: 2006-01-27 19:31:06
Message-ID: 0C4841B42F87D51195BD00B0D020F5CB044B231E@morpheus.bostonstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thank you for the prompt reply.

>>>> What platform is this, and where does it actually keep its Kerberos
>>>> libraries? It sounds like you are missing libcrypto or libk5crypto ...

This is a Linux platform, I downloaded Kerberos into /usr/include/heimdal
and do find the krb5_encrypt function within krb5-protos.h in that
directory. I have added it to my configure script but still get the same
error. I am just trying to add in the admin module to pgAdmin3 and need the
configure to finish properly so I can get the $libdir path set correctly.

Tim

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, January 27, 2006 2:17 PM
To: mcelroy, tim
Cc: 'pgsql-admin(at)postgresql(dot)org'
Subject: Re: [ADMIN] Kerberos 5 build error

"mcelroy, tim" <tim(dot)mcelroy(at)bostonstock(dot)com> writes:
> Has anyone run into this issue? I'm trying to configure PostgreSQL 8.01 in
> order to retrofit the pgAdmin3 admin module. In my configure script I use
> --with-krb5 and have also added the following upon reading other
> suggestions: --with-libs=/usr/kerberos/lib
> -with-includes=/usr/kerberos/include
> But I still get the following error:

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

What platform is this, and where does it actually keep its Kerberos
libraries? It sounds like you are missing libcrypto or libk5crypto ...

regards, tom lane

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-01-27 19:53:36 Re: Kerberos 5 build error
Previous Message Tom Lane 2006-01-27 19:17:25 Re: Kerberos 5 build error