Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2007 14:15:07 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Michael Reifenberger <mike@Reifenberger.com>
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: i386-RELENG_6 jail under amd64-current?
Message-ID:  <20070729181507.GA85534@rot26.obsecurity.org>
In-Reply-To: <20070625191118.U24808@fw.reifenberger.com>
References:  <20070625191118.U24808@fw.reifenberger.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 25, 2007 at 07:24:50PM +0200, Michael Reifenberger wrote:
> Hi,
> has anybody managed to set up an jail under amd64-current (64bit)
> which runs i386-RELENG_6 (32bit) binaries.
> 
> My intention would be to compile 32bit ports on the bigger 64bit box too.
> 
> When trying I get messages about missing shared libs...

Either just symlink lib32 where the linker is looking for them, or set
the LD_32_LIBRARY_PATH or similar.  It would be nice if the rtld
recognized it was living in an i386 world automatically.

Kris



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