From owner-freebsd-questions Mon Aug 5 15:21:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83BC537B400 for ; Mon, 5 Aug 2002 15:21:10 -0700 (PDT) Received: from hugo.futurequest.net (hugo.futurequest.net [63.144.255.2]) by mx1.FreeBSD.org (Postfix) with SMTP id A9AC143E5E for ; Mon, 5 Aug 2002 15:21:09 -0700 (PDT) (envelope-from robert@kedoin.com) Received: (qmail 28866 invoked from network); 5 Aug 2002 22:17:34 -0000 Received: from kedoin.com (63.144.255.191) by hugo.futurequest.net (63.144.255.2 ); 05 Aug 2002 22:17:34 -0000 Received: from unknown (68.38.135.14) by kedoin.com (63.144.255.191) with ESMTP; 05 Aug 2002 22:17:34 -0000 Date: Mon, 5 Aug 2002 18:21:11 -0400 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Help needed to build RELENG_4_6 From: Robert Kedoin To: freebsd-questions@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello: I am trying to upgrade my 4.2 release system that I had installed from CD-ROM to the new 4.6 release. Unfortunately, my buildworld fails with: ===> 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) /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit\' ...many more undefined references before it dies... Since this is my first time upgrading using the source, I don't know if I've botched something along the way. Here's supfile I used to get the latest source and I ran this twice as you can see. # CVSup file creating from: # http://www.polstra.com/projects/freeware/CVSup/faq.html#adopt *default host=cvsup2.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs *default delete use-rel-suffix # For the first update - just to create the CVSup information #src-all tag=RELENG_4_2_0_RELEASE list=cvs:RELENG_4_6 # For the real update src-all tag=RELENG_4_6 After some searching, I found this thread: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&safe=off&threadm=ah3hv6%24cm4%241%40FreeBSD. csie.NCTU.edu.tw&rnum=8&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DISO-8859-1%26safe%3Doff%26q%3Dfreebsd%2B4. 6%2Blibcrypto%2Bbuildworld Where someone had the exact same problem with building from a 4.6 CD back in July. In that discussion thread, Ruslan Ermilov mentioned that it fixed the problem on 7/17/2002. I have been trying to find out what that exact change was that would fix the problem, without success. Any help getting 4.6 compiled would be appreciated! Robert Kedoin robert@kedoin.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message