Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 1998 09:53:21 +1000 (EST)
From:      John Birrell  <jb@cimlogic.com.au>
To:        brian@smarter.than.nu (Brian W. Buchanan)
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   Re: Problem building ssh
Message-ID:  <199809082353.JAA05863@cimlogic.com.au>
In-Reply-To: <Pine.BSF.4.02A.9809081346170.270-100000@smarter.than.nu> from "Brian W. Buchanan" at "Sep 8, 98 04:06:56 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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



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