[31988] in Kerberos
Make issue on AIX 5.3
daemon@ATHENA.MIT.EDU (Frederic Leblanc)
Tue Jan 26 12:07:43 2010
Content-class: urn:content-classes:message
MIME-Version: 1.0
Date: Tue, 26 Jan 2010 01:43:09 -0500
Message-ID: <B2B31ED93AAEC947A0E33C14EBD2D08F039A58CC@QCSRV-MAIL01.nurun-qc.com>
From: "Frederic Leblanc" <frederic.leblanc@nurun.com>
To: <kerberos@mit.edu>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: kerberos-bounces@mit.edu
Hello,
I am trying to build the 1.7 distribution on a AIX 5.3 system using gcc. I run into an issue at one point while into a makefile:
gcc -L../../../lib -Wl,-blibpath:/usr/local/lib::/usr/lib:/lib -g -O2 -D_THREAD_SAFE -o client 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 gssrpc
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l gssapi_krb5
ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l krb5
ld:open(): A file or directory in the path name does not exist.
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.
Now, I can see that all libs the command lists are indeed in the lib folder... can't see why it would not see them there. Any help would be appreciated.
Regards,
Frederic Leblanc
________________________________________________
Kerberos mailing list Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos