Date: Fri, 30 May 2008 12:43:31 +0100 From: Vince Hoffman <jhary@unsane.co.uk> To: Freebsd Questions <freebsd-questions@freebsd.org> Subject: Re: i386 jail on amd64 7-stable Message-ID: <483FE863.4070007@unsane.co.uk> In-Reply-To: <483FDA77.7090202@unsane.co.uk> References: <483FDA77.7090202@unsane.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Vince Hoffman wrote: > Hi all, > I've managed to get the i386 jail to start by nullfs mounts of /libexec > and /usr/lib32 as per the instructions here > [http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2008-03/msg02216.html] > (It wouldnt start before, complaining about missing libs even though I > had done a full make world/installworld/distribution into the jaildir.) > > However this means that I'm now missing libkrb5.so.9 and possibly others > which means I cant use the base sshd (and probably more.) > Is there something basic I have missed or is this not expected to work? > Sorry to reply to myself but... I was being a muppet. rather than the nullfs mounts, I just needed to cd $jaildir/libexec ln -s ld-elf.so.1 ld-elf32.so.1 and now it works :) teach me to rely on random mailing list posts and not just thinking it though. ;) Vince > > Thanks, > Vince > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?483FE863.4070007>