Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 2002 16:30:02 -0400
From:      "ro0t" <root@unixhideout.com>
To:        "Remington L." <madriax@garlic.com>, <freebsd-questions@freebsd.org>
Subject:   RE: 4.9 buildworld error code 1
Message-ID:  <CFEBLHJHLOMLJJPJBALJGECGCAAA.root@unixhideout.com>
In-Reply-To: <000001c21c86$52c51bc0$95038bd8@bathoryaria>

next in thread | previous in thread | raw e-mail | index | archive | help


-----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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CFEBLHJHLOMLJJPJBALJGECGCAAA.root>