From owner-freebsd-stable Wed Jul 17 2:54:59 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 945B437B400 for ; Wed, 17 Jul 2002 02:54:57 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id F004443E3B for ; Wed, 17 Jul 2002 02:54:56 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 199EB534A; Wed, 17 Jul 2002 11:54:54 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Gavin Atkinson Cc: Subject: Re: Build error if crypto was not installed References: From: Dag-Erling Smorgrav Date: 17 Jul 2002 11:54:53 +0200 In-Reply-To: Message-ID: Lines: 17 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 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 Gavin Atkinson writes: > Fresh CVSUP as of 3pm yesterday GMT of stable cvs-all. System was > installed from 4.6 CD, however only the base package was installed from > the CD, no crypto. > > 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'? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message