From owner-freebsd-stable Thu Aug 8 18:14:34 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 302F237B400 for ; Thu, 8 Aug 2002 18:14:30 -0700 (PDT) Received: from sm12.texas.rr.com (sm12.texas.rr.com [24.93.35.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0348743E3B for ; Thu, 8 Aug 2002 18:14:29 -0700 (PDT) (envelope-from skeetz@8thdeadlysim.com) Received: from qwerty1234 (cs666967-45.satx.rr.com [66.69.67.45]) by sm12.texas.rr.com (8.12.1/8.12.0.Beta16) with SMTP id g791BY04004892 for ; Thu, 8 Aug 2002 20:11:34 -0500 From: "skeetz" To: "Freebsd-Stable" Subject: RE: buildworld problem Date: Thu, 8 Aug 2002 08:14:19 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: 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 fyi I had to switch tags to RELENG_4_6_RELEASE or RELENG_4_5 to get it to work skeetz -----Original Message----- From: Andy Farkas [mailto:andyf@speednet.com.au] Sent: Thursday, August 08, 2002 8:04 PM To: freebsd-stable@FreeBSD.ORG Cc: skeetz; Ruslan Ermilov Subject: buildworld problem Something is wrong with '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.ccc -O -pipe -I/usr/ src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp cp.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) /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' ... /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' *** Error code 1 Stop in /usr/src/secure/usr.bin/scp. *** Error code 1 ... Looks like buildworld is depending on an unbuilt library?? I've seen this reported on -stable three times now... -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message