Date: Sun, 02 Jul 2000 18:27:36 -0700 From: Dayne Miller <dayne.miller@myrio.com> To: freebsd-questions@freebsd.org Subject: jail (error during config) Message-ID: <395FEC08.DAD4EA5C@myrio.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?395FEC08.DAD4EA5C>