[27274] in Kerberos
Re: KRB5 1.5 or 1.6 compiled on AIX 5.2/5.3
daemon@ATHENA.MIT.EDU (Russ Allbery)
Fri Jan 26 14:37:10 2007
From: Russ Allbery <rra@stanford.edu>
To: <Lamar.Saxon@americredit.com>
In-Reply-To: <AEB8680BAC85B845AC8B5E2556F84E037AECCE@srvexcharl02.acf.americredit.com>
(Lamar Saxon's message of "Fri, 26 Jan 2007 13:25:12 -0600")
Date: Fri, 26 Jan 2007 11:36:53 -0800
Message-ID: <87odoloa0a.fsf@windlord.stanford.edu>
MIME-Version: 1.0
Cc: kerberos@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Lamar.Saxon@americredit.com writes:
> Exact same errors specifying --without-tcl. I removed the config.cache,
> config.log, and etc the reran configure. From my configure line -
> ./configure --prefix=/usr/local/kerberos --enable-dns-for-realm
> --without-tcl --with-vague-errors
> Then after make...
> making all in lib/rpc/unit-test...
> Target "all" is up to date.
> cc -I../../../include -I./../../../include -I.
> -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O
> _THREAD_SAFE -c client.c
> cc -I../../../include -I./../../../include -I.
> -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O
> _THREAD_SAFE -c rpc_test_clnt.c
> cc -L../../../lib
> -blibpath:/usr/local/kerberos/lib::/usr/lib:/lib -g -qhalt=e -O
> -D_THREAD_SAFE -o c
> nt client.o rpc_test_clnt.o -lgssrpc -lgssapi_krb5 -lkrb5 -lk5crypto
> -lcom_err -lkrb5support -lpthreads
> ld: 0706-006 Cannot find or open library file: -l k5crypto
> ld:open(): A file or directory in the path name does not exist.
> ld: 0706-006 Cannot find or open library file: -l com_err
> ld:open(): A file or directory in the path name does not exist.
> ld: 0706-006 Cannot find or open library file: -l krb5support
> ld:open(): A file or directory in the path name does not exist.
Hm, looks like I'm wrong and that directory is built as part of a normal
build for me. I didn't remember that happening, but it must just be that
the checks don't run except with make check.
I think there's something wrong with the linker flags that are being
passed in to cc for AIX that, due to AIX's bizarre linking, mean that it's
unable to find the libraries in the regular source tree.
I have no idea how to fix that, though. AIX is very strange.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos