I'm trying to make ssh-1.2.14 with dugsong's afs-kerberos patch (11, if it
matters) on and rs_aix32 system with AFS 3.4a libraries. I'm using AFS
Kerberos...
The final link for sshd doesn't happen:
gcc -pipe -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o
auth-rh-rsa.o auth-afs.o pty.o log-server.o login.o hostfile.o canohost.o
servconf.o tildexpand.o serverloop.o idea.o rsa.o randoms.o md5.o
buffer.o emulate.o packet.o compress.o xmalloc.o ttymodes.o newchannels.o
bufaux.o authfd.o authfile.o crc32.o rsaglue.o tss.o cipher.o des.o
match.o arcfour.o mpaux.o minfd.o userfile.o signals.o radix.o \
-L/usr/afsws/lib -L/usr/afsws/lib/afs -lkauth
-lprot -lubik -lauth -lrxkad -lsys -ldes -lrx -llwp -lcmd -lcom_err
/usr/afsws/lib/afs/util.a -laudit /usr/afsws/lib/afs/libsys.a
-Lgmp-1.3.2 -lgmp -Lzlib095 -lz -ls -L/usr/local/lib
collect2: ld returned 1 exit status
/usr/afsws/lib/afs/libsys.a(rmtsysc.o)(.pr+0x3dc):rmtsysc.c: undefined
reference to `lsetpag'
/usr/afsws/lib/afs/libsys.a(rmtsysc.o)(.pr+0x5dc):rmtsysc.c: undefined
reference to `lpioctl'
rmtsysc.o: loader reloc in read-only section .text
/usr/local/bin/ld: final link failed: Invalid operation
The error code from the last failed command is 1.
Where am I supposed to be getting lsetpag and lpioctl from?
Thanks.
Pat Wilson
[EMAIL PROTECTED]