Displaying 1 result from an estimated 1 matches for "lkrb4".
Did you mean:
lkrb5
2005 Feb 01
1
gcc, libkrb4 problem
...bug (version
1.11.2-unix "cvs watch on" doesn't work).
The initial configure is failing with this obscure error:
configure:2257: checking for C compiler default output file name
configure:2260: gcc -I/usr/kerberos/include/kerberosIV
-I/usr/kerberos/include/kerberosIV conftest.c -lkrb4 -ldes425
-lk5crypto >&5
/usr/bin/ld: cannot find -lkrb4
collect2: ld returned 1 exit status
The file(s) do indeed exist in /usr/kerberos/lib, and that path is in my
/etc/ld.so.conf (re-ran /sbin/ldconfig just in case). The strange thing
here is that it also fails on RHES3 with the same e...