On Tuesday 30 September 2008 20:44:02 Olivier Smedts wrote:

> So far I've got a working FreeBSD (kernel+world) in a 512MB image I can
> dump on a CompactFlash card :
> # cd /usr/src
> # make buildworld TARGET=i386
> # make buildkernel TARGET=i386
> # mount /dev/md0a /mnt
> (md0 is a 512MB file backed image I bsdlabel'd and newfs'd before)
> # make installworld TARGET=i386 DESTDIR=/mnt
> # make distribution TARGET=i386 DESTDIR=/mnt
> # make installkernel TARGET=i386 DESTDIR=/mnt
>
> The problem is that I can't chroot in this 32-bit world.
> Say I want to install the sysutils/screen port in /mnt :
>
> # mkdir /mnt/usr/ports
> # mount -t nullfs /usr/ports /mnt/usr/ports
> # mount -t devfs devfs /mnt/dev

It's a guess, but at this point:
chroot /mnt /etc/rc.d/ldconfig start

If that don't work:
/sbin/ldconfig -32 -s -f /mnt/var/run/ld-elf.so.hints /mnt/lib \
        /mnt/usr/lib

Does that work / change the error or no change at all?
-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to