OO.o on OpenBSD

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
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:

  1. Install Linux emulation: cd /usr/ports/emulators/redhat && make && make install
  2. Enable Linux emulation: sudo sysctl -w kern.emul.linux=1 You can edit /etc/sysctl.conf to keep this through reboots.
  3. 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.
  4. Proceed with the OOo install.

One of these days I'll install it again. Maybe when I have an internet connection. :|
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
chris@obsd:/tmp/OOo_1.1.1_LinuxIntell_install% sudo ./install
Installation starting, please be patient ...
glibc veresion: 2.3.2

Initializing installation program...................
Memory fault (core dumped)

Installation Completed
It doesn't actually install... it quits after the crash.