Hi ya,

I'm trying to install SSH 1.2.26 onto a Linux Slackware 3.6 machine. The configure 
works fine, but
I'm noticing warnings in the compile performed by make.

For example, the following command executed from the make file...

gcc -pipe  -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.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 cipher.o des.o match.o arcfour.o mpaux.o userfile.o 
signals.o
blowfish.o deattack.o   \
        -Lgmp-2.0.2-ssh-2 -lgmp -Lzlib-1.0.4 -lz  -lbsd -lnsl -lbsd -L/usr/local/lib

... generates the following warning:

/usr/i486-linux/bin/ld: warning: libc.so.6, needed by /lib/libnsl.so, may conflict 
with libc.so.5
sshd.o: In function `do_child':

Now, given when I try and run one of the programs, such as 'ssh-keygen' I get a 
'segmentation
fault' error, I presume that I have a library problem.

Question is, what version of libc do I need to compile ssh1.2.26 against?

Thanks

Peter.


--
peter at gradwell dot com; online @ http://www.gradwell.com/

"To look back all the time is boring. Excitement lies in tomorrow"

Reply via email to