Forget the PM, it's a little bit wrong.
Basically you have to use a pre-compiled snapshot or whatever. I think I got it to work with 1.1rcsomething. Basic setup:
- Install Linux emulation: cd /usr/ports/emulators/redhat && make && make install
- Enable Linux emulation: sudo sysctl -w kern.emul.linux=1 You can edit /etc/sysctl.conf to keep this through reboots.
- Mount Linux procfs: mount_procfs -o linux /proc /emul/linux/proc You can add the correct entries to /etc/fstab to keep it set through reboots.
- Proceed with the OOo install.
One of these days I'll install it again. Maybe when I have an internet connection. :|