From owner-freebsd-questions Tue Jun 25 13:30:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 87B7E37B400 for ; Tue, 25 Jun 2002 13:30:02 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKU4Fv056070; Tue, 25 Jun 2002 16:30:06 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Remington L." , Subject: RE: 4.9 buildworld error code 1 Date: Tue, 25 Jun 2002 16:30:02 -0400 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) In-Reply-To: <000001c21c86$52c51bc0$95038bd8@bathoryaria> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Remington L. Sent: Tuesday, June 25, 2002 4:25 PM To: freebsd-questions@FreeBSD.ORG Subject: 4.9 buildworld error code 1 I'm having a problem upgrading to 4.6 from 4.5-RELEASE-p3. I do, cd /usr/src ; make buildworld and everything runs smoothly till: mkdep -f .depend -a -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:48: ssh.h: No such file or directory Also in pam_ssh.c it says im missing: 63: openssl/dsa.h 64: openssl/evp.h 66: key.h 67: authfd.h 68: authfile.h 69: log.h Why am I missing these files? And I don't know if this helps but when I cvsup the source code im using the tag=RELENG_4_6, maybe for some reason that has something to do with it Any help is greatly asppreciated -Remington L. This same error drove me nuts. take a look at your cvsup file, instead of many src-xxx requests just put src-all You simply dont have the srces your system requires. Make sure you remove all the other src- requests, and replace with src-all, then run cvsup, let it finish and youll be all set. I wrote a tutorial on this if you want to see it its located here, http://www.unixhideout.com/login/forums/viewtopic.php?t=15&sid=29e3e88f64d55 4ad0bedba414c7e735a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message