[EMAIL PROTECTED] writes: > Has any been able to successfully compile KRB5 v1.5.1, v1.5.2, or v1.6 > on AIX 5.2 or 5.3 ? If so, can you send me you configs ? I have posted > this message before, but no one seems to be able to help. I have > successfully compiled KRB5 1.4.4 on AIX 4.3 / 5.2 / 5.3; but since the > release of 1.5.1 and beyond, I am cannot get it to work. All of the > versions seem to error out here:
> making all in lib/rpc/unit-test... > Target "all" is up to date. > cc -L../../../lib > -blibpath:/usr/local/kerberos/lib::/usr/lib:/lib -D_LARGE_FILES -DLANL > -DL > ANL_ICN -qhalt=e -O -D_THREAD_SAFE -o client client.o rpc_test_clnt.o > -lgssrpc -lgssapi_krb5 -lkr > b5 -lk5crypto -lcom_err -lkrb5support -lpthreads > ld: 0706-006 Cannot find or open library file: -l k5crypto You can't build the test suite until you install Kerberos. If you don't already have Kerberos installed, don't build the test suite (which I think may be implicit in whether Tcl exists). > My configuration is simply: > ./configure --prefix=/usr/local/kerberos --enable-dns-for-realm > --with-tcl=/usr/local --with-vague-errors --without-tcl will probably fix this problem at least. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
