Re: Kerberos 5 build error - Mailing list pgsql-admin

From mcelroy, tim
Subject Re: Kerberos 5 build error
Date
Msg-id 0C4841B42F87D51195BD00B0D020F5CB044B231F@morpheus.bostonstock.com
Whole thread Raw
In response to Kerberos 5 build error  ("mcelroy, tim" <tim.mcelroy@bostonstock.com>)
Responses Re: Kerberos 5 build error  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@sss.pgh.pa.us]
Sent:   Friday, January 27, 2006 2:54 PM
To:     mcelroy, tim
Cc:     'pgsql-admin@postgresql.org'
Subject:        Re: [ADMIN] Kerberos 5 build error

"mcelroy, tim" <tim.mcelroy@bostonstock.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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Kerberos 5 build error
Next
From: Tom Lane
Date:
Subject: Re: Kerberos 5 build error