From owner-freebsd-questions Sun Jul 2 18:27:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gonzo.speakeasy.net (gonzo.speakeasy.net [216.254.0.5]) by hub.freebsd.org (Postfix) with SMTP id 14F8737BEDD for ; Sun, 2 Jul 2000 18:27:38 -0700 (PDT) (envelope-from dayne.miller@myrio.com) Received: (qmail 32416 invoked from network); 3 Jul 2000 01:27:37 -0000 Received: from unknown (HELO grace.speakeasy.org) (216.254.0.2) by gonzo.speakeasy.net with SMTP; 3 Jul 2000 01:27:37 -0000 Received: (qmail 8329 invoked from network); 3 Jul 2000 01:27:37 -0000 Received: from unknown (HELO myrio.com) ([216.254.51.174]) (envelope-sender ) by grace.speakeasy.org (qmail-ldap-1.03) with SMTP for ; 3 Jul 2000 01:27:37 -0000 Message-ID: <395FEC08.DAD4EA5C@myrio.com> Date: Sun, 02 Jul 2000 18:27:36 -0700 From: Dayne Miller X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: jail (error during config) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to follow the instructions in jail(8) for "Setting up a Jail Directory Tree" My intention is to have several jail environments on the same machine. The primary IP address (private range) is 10.192.0.100, with .101-.103 added as valid aliases on the same physical interface. Each jail environment will be contained in a directory with a name corresponding to the IP address it'll use [this is per jail(8) suggestions, of course] I've gotten as far as: mkdir /usr/data/jail/10.192.0.101 D=/usr/data/jail/10.192.0.101 cd /usr/src make hierarchy DESTDIR=$D make obj make depend make all ...and the 'make all' dies after about 10 minutes, complaining: building shared library pam_ssh.so /usr/libexec/elf/ld: cannot open -lssh: No such file or directory *** Error code 1 Stop in /usr/src/lib/libpam/modules/pam_ssh. *** Error code 1 Stop in /usr/src/lib/libpam/modules. *** Error code 1 Stop in /usr/src/lib/libpam. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. So I'm not sure what to do at this point. Obviously some files and/or directories are missing from the source tree, but I installed all source from the CD-ROM (and have since gone back into /stand/sysinstall and re-installed the entire source just in case I missed something the first time). How do I get past this point? Thanks in advance- -Dayne Miller dayne.miller@myrio.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message