[27402] in Kerberos
Re: KRB5 1.5 or 1.6 compiled on AIX 5.2/5.3
daemon@ATHENA.MIT.EDU (Phil Pishioneri)
Wed Feb 7 19:35:34 2007
Message-ID: <45CA7036.7030109@psu.edu>
Date: Wed, 07 Feb 2007 19:35:02 -0500
From: Phil Pishioneri <pgp@psu.edu>
MIME-Version: 1.0
To: Lamar.Saxon@americredit.com
In-Reply-To: <AEB8680BAC85B845AC8B5E2556F84E03FC2270@srvexcharl02.acf.americredit.com>
Cc: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
I've gotten 1.5.x and 1.6 to build and run on AIX 5.2 (domain referral
in 1.6 works nicely). So far I have only tested the client commands:
klist, kvno, kinit, kdestroy. No 3rd party software tested yet, either.
This was done with the IBM VisualAge C++ Professional / C for AIX
Compiler, Version 6.
The one major change: add LDFLAGS="-brtl" to configure. My configure
line was (prefix edited):
./configure --without-krb4 --prefix=... CC=cc LDFLAGS=-brtl
There was one problem during the 1.{5,6} builds (1.5 has a bug that's
been documented already), it failed in
making all in plugins/kdb/db2/libdb2/test...
with
ld: 0706-006 Cannot find or open library file: -l db
ld:open(): A file or directory in the path name does not exist.
my quick&dirty fix for that was (starting in .../krb5-1.6/src/):
cd lib
ln -s ../plugins/kdb/db2/libdb2/libdb.so.1.1 libdb.so.1.1
ln -s libdb.so.1.1 libdb.so
-Phil
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos