Nope... Didn't work...

I am currently having this problem on both AIX 3.2.5 and on Linux.

SSH isn't going to be of much use to me unless it will build on all the
platforms we support... that means it has to build on AIX (linux is
optional, but would be better if it did.)

On linux, I get undefined reference to ktc_ListTokens, and ktc_GetToken.

Something is really weird, cause I use the GetToken call in something else
I build on Linux, as well as AIX. (though I don't know If I have
successfully built it with native cc on AIX.)

-- Nathan

At 5:05 PM 7/16/96, Norman L Field wrote:
>Nathan,
>
>I've run into this problem on Solaris machines in the link
>stage of sshd.  It seems that some system calls in the code
>are not POSIX compliant.  Solaris and HP-UX provide libraries
>for backward compatibility,  which eliminate these errors when
>linked in.  I added -L/usr/ucblib -lucb to the Makefile on the
>sshd line and it linked fine.  I'm not sure what this would be
>on AIX, but you might try looking for libucb.a or libBSD.a
>or something of the sort on your filesystem.
>
>Norman Field
>[EMAIL PROTECTED]
>
>
>>
>> Building SSH with AFS patches. Running into problems. If I build with AFS
>> 3.4a libs I get the following error:
>>
>> -----------------
>> elan(66)>gmake
>> rm -f ssh
>> gcc -pipe -Lrsaref2/source  -o ssh ssh.o sshconnect.o log-client.o
>>readconf.o ho
>> stfile.o readpass.o tildexpand.o clientloop.o canohost.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 arc
>> four.o mpaux.o minfd.o userfile.o signals.o \
>>          -L/afs/umr.edu/rs_aix32.34a/usr/afsws/lib
>>-L/afs/umr.edu/rs_aix32.34a/u
>> sr/afsws/lib/afs        -lkauth -lprot -lubik   -lauth -lrxkad -lsys
>>-ldes -l
>> rx -llwp -lcmd -lcom_err
>>/afs/umr.edu/rs_aix32.34a/usr/afsws/lib/afs/util
>> .a      /afs/umr.edu/rs_aix32.34a/usr/afsws/lib/afs/libsys.a -Lgmp-1.3.2
>>-lgmp -
>> Lzlib095 -lz -lrsaref
>>/afs/umr.edu/software/tcpwrp72/rs6000/lib/libwrap.a -ls -L
>> /usr/local/lib
>>
>>/afs/umr.edu/rs_aix32.34a/usr/afsws/lib/afs/libsys.a(rmtsysc.o)(.pr+0x3dc)
>>:rmtsy
>> sc.c: undefined reference to `lsetpag'
>>
>>/afs/umr.edu/rs_aix32.34a/usr/afsws/lib/afs/libsys.a(rmtsysc.o)(.pr+0x5dc)
>>:rmtsy
>> sc.c: undefined reference to `lpioctl'
>> rmtsysc.o: loader reloc in read-only section .text
>> ld: final link failed: Invalid operation
>> gmake: *** [ssh] Error 1
>> elan(67)>

------------------------------------------------------------
Nathan Neulinger                  Univ. of Missouri - Rolla
EMail: [EMAIL PROTECTED]                  Computing Services
WWW: http://www.umr.edu/~nneul      SysAdmin: rollanet.org


Reply via email to