Make issue on AIX 5.3
Frederic Leblanc
frederic.leblanc at nurun.com
Tue Jan 26 01:43:09 EST 2010
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
More information about the Kerberos
mailing list