Originally posted by: SystemAdmin
Hi All
I´m trying to install Kerberos 5 on AIX 6.1 without much success. The configure command appears to work without any problems but when I run make I get the following errors:
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.
collect2: ld returned 255 exit status
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Looking at various sources on the internet I´ve seen the gcc compiler sometimes has problems reading .so files. So I am suspecting that this is the problem and not the linker as the error implies because of course the linker can not read files that do not exist and I think the files in the error are probably created with the configure command.
Would I need to install the AIX compiler for the installation to work or would I need to install a newer version of gcc? I have gcc version 4.2.0 for AIX 6.1 installed.