Subject: Linux binary emulation
To: nbsd <current-users@NetBSD.org>
From: Christian Goetz <cgoetz@pandora.be>
List: current-users
Date: 01/18/2005 20:37:33
I'm trying to find the correct way to install linux software under 
binary emulation.

PATH=$PATH:/bin:/sbin
cd /usr/pkg/emul/linux
chroot /usr/pkg/emul/linux
sh
.......... and then rpm ....? (no rpm under /emul/linux/...)

This seems to me a correct way to get linux software installed under NetBSD.
I assume that the rest of packages should be fetched from slackware 
distribution.
Can anybody confirm that's the way to go ?

Thanks for any suggestion.

--cgoetz