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 20:22:20
Message-ID: 0C4841B42F87D51195BD00B0D020F5CB044B231F@morpheus.bostonstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

The libcrypto.so and libk5crypto.so files are in:

/usr/kerberos/lib and /usr/kerberos/lib64 I added them into the config
script with the '-with-libs......'

no luck.

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, January 27, 2006 2:54 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:
>> 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

Responses

Browse pgsql-admin by date

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