From owner-freebsd-stable Thu Jul 18 2:25:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5028E37B400; Thu, 18 Jul 2002 02:25:22 -0700 (PDT) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3425843E65; Thu, 18 Jul 2002 02:25:21 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g6I9PHa04904; Thu, 18 Jul 2002 10:25:17 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.3/8.12.3) with ESMTP id g6I9PHv6020528; Thu, 18 Jul 2002 10:25:17 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.3/8.12.3/Submit) with ESMTP id g6I9PHAH020525; Thu, 18 Jul 2002 10:25:17 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Thu, 18 Jul 2002 10:25:17 +0100 (BST) From: Gavin Atkinson To: Ruslan Ermilov Cc: Dag-Erling Smorgrav , Subject: Re: Build error if crypto was not installed In-Reply-To: <20020717104802.GC18389@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 17 Jul 2002, Ruslan Ermilov wrote: > On Wed, Jul 17, 2002 at 11:54:53AM +0200, Dag-Erling Smorgrav wrote: > > Gavin Atkinson writes: > > > Make buildworld: > > > ===> secure/usr.bin/scp > > > cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c > > > cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp scp.o -lssh > > > /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) > > > > It looks like the build is not setting LD_LIBRARY_PATH correctly. Can > > you show me the output of 'find /usr/obj -name libcrypto.so.2'? > > > I've just committed the relevant fixes to gnu/usr.bin/binutils/ld. This fixed the problem, thanks Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message