Re: Kerberos 5 build error

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

"mcelroy, tim" <tim(dot)mcelroy(at)bostonstock(dot)com> writes:
>> 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.

The .h file is not relevant to this problem, it's the .so file that is
the problem. Where did you put libcrypto.so or libk5crypto.so? Also,
if you put the includes in /usr/include/heimdal, it's highly unlikely
that --with-includes=/usr/kerberos/include is going to help when you
do get to that part of configure ...

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message mcelroy, tim 2006-01-27 20:22:20 Re: Kerberos 5 build error
Previous Message mcelroy, tim 2006-01-27 19:31:06 Re: Kerberos 5 build error