From owner-freebsd-ports Tue Sep 8 16:51:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10994 for freebsd-ports-outgoing; Tue, 8 Sep 1998 16:51:19 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10975 for ; Tue, 8 Sep 1998 16:51:15 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id JAA05863; Wed, 9 Sep 1998 09:53:21 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199809082353.JAA05863@cimlogic.com.au> Subject: Re: Problem building ssh In-Reply-To: from "Brian W. Buchanan" at "Sep 8, 98 04:06:56 pm" To: brian@smarter.than.nu (Brian W. Buchanan) Date: Wed, 9 Sep 1998 09:53:21 +1000 (EST) Cc: freebsd-ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brian W. Buchanan wrote: > Attempting to build ssh under -CURRENT (a.out, headers and libs CVSup'd > and built today) yields: > > cc -pipe -L/usr/local/lib -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 \ ^ | Old libraries -----------------+ The new aout libraries are in /usr/lib/aout. The port should not be trying to set a library path (twice!) which is supposed to be the default. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message