Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 1998 19:04:06 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        "Steven P. Donegan" <donegan@quick.net>, current@FreeBSD.ORG
Subject:   Re: ports - ssh
Message-ID:  <19980908190406.A27757@emsphone.com>
In-Reply-To: <Pine.BSI.3.91.980908152423.14594D-100000@oldnews.quick.net>; from "Steven P. Donegan" on Tue Sep  8 15:26:25 GMT 1998
References:  <Pine.BSI.3.91.980908152423.14594D-100000@oldnews.quick.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Sep 08), Steven P. Donegan said:
> I was trying to get the ssh port compiled today - it failed with 
> unresolved externals:
> 
> ===>  Building for ssh-1.2.26
> rm -f ssh
> cc -pipe -Lrsaref2/source -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  -lrsaref -lcrypt 
> -L/usr/local/lib  -lutil
> sshconnect.o: Undefined symbol `___inet_addr' referenced from text segment
> canohost.o: Undefined symbol `___inet_ntoa' referenced from text segment
> newchannels.o: Undefined symbol `___inet_addr' referenced from text segment
> *** Error code 1

Same thing happened to me.  Make sure there are no old aout libraries
in /usr/lib.  That's what bit me.  You might also want to make sure
both your shlibs and /usr/include match each other.

	-Dan Nelson
	dnelson@emsphone.com

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?19980908190406.A27757>