Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 1998 18:08:37 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-current@FreeBSD.ORG, jbryant@unix.tfs.net
Subject:   Re: _inet_ntoa and _inet_addr in libc.a
Message-ID:  <199807240808.SAA17940@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>cc -pipe -I/usr/local/include  -o ssh ssh.o sshconnect.o log-client.o readconf.o hostfile.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 cipher.o des.o match.o arcfour.o mpaux.o  userfile.o signals.o blowfish.o deattack.o   -L/usr/lib -lgmp -L/usr/lib -lz -lwrap -lcrypt -L/usr/local/lib  -lutil 

Looks like ssh attempts to shoot itself in the foot using -L/usr/lib,
and succeeds because of garbage libraries in /usr/lib.

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807240808.SAA17940>