Jim Rosenberg <jr@amanue.com> writes:
> --On Saturday, March 3, 2007 11:24 PM -0500 Tom Lane <tgl@sss.pgh.pa.us>
> wrote:
>> Perhaps you need a --with-libs switch too?
> Hmm. libkrb5 is in /usr/lib -- with all the rest of the libs -- not
> somewhere special.
OK, then the next likely answer is that there's something odd about the
library dependencies for libkrb5. You need to look at the config.log
output to see exactly what configure tried to do and what error it got.
The "can't find" message really means that it couldn't link a program
that tries to call com_err, and there are any number of possible reasons
for that.
regards, tom lane