M
mrnize
Guest
Hi,
bin gerade dabei Open Office 2.0 unter OpenBsd 3.8 zum Laufen zu bringen.
Mit der Installation hat eigentlich alles prima geklappt. Hab mich an die Anweisungen von diesem Artikel gehalten:
First, edit /etc/fstab and add:
/proc /proc procfs rw,linux 0 0
Then create /proc and mount it:
mkdir /proc
mount /proc
Next, edit /etc/sysctl.conf and check that linux compatibility is enabled:
kern.emul.linux=1
If it wasn't the case, enable it for the current running system:
/sbin/sysctl -w kern.emul.linux=1
If you haven't installed this package, you also need to install the userland Linux emulation layer:
cd /usr/ports/emulators/redhat/base
make install clean distclean
Next, go to the OpenOffice.org web site and download OpenOffice for Linux and untar it. You will get a bunch of RPM files.
Install them with:
mkdir /opt
/emul/linux/bin/rpm --nodeps --ignoreos --ignorearch -ivh *.rpm
That's all folks. Programs are installed in /opt/openoffice.org2.0/program/s*. For instance the text editor is /opt/openoffice.org2.0/programs/swriter and the main app is /opt/openoffice.org2.0/programs/soffice.
If programs don't start and if you have a Java virtual machine, temporarely disable it (chmod 0 /usr/local/jdk*), then start OpenOffice. You can then re-enable Java (chmod 755 /usr/local/jdk*) and keep it that way.
Lief problemlos wie schon gesagt.
Jetzt versuche ich mit /opt/openoffice.org.2.0/programs/soffice das Ganze zu starten und erhalte die Meldung: /opt/openoffice.org2.0/program/javaldx: Operation not permitted.
Weiss jemand Rat?
bin gerade dabei Open Office 2.0 unter OpenBsd 3.8 zum Laufen zu bringen.
Mit der Installation hat eigentlich alles prima geklappt. Hab mich an die Anweisungen von diesem Artikel gehalten:
First, edit /etc/fstab and add:
/proc /proc procfs rw,linux 0 0
Then create /proc and mount it:
mkdir /proc
mount /proc
Next, edit /etc/sysctl.conf and check that linux compatibility is enabled:
kern.emul.linux=1
If it wasn't the case, enable it for the current running system:
/sbin/sysctl -w kern.emul.linux=1
If you haven't installed this package, you also need to install the userland Linux emulation layer:
cd /usr/ports/emulators/redhat/base
make install clean distclean
Next, go to the OpenOffice.org web site and download OpenOffice for Linux and untar it. You will get a bunch of RPM files.
Install them with:
mkdir /opt
/emul/linux/bin/rpm --nodeps --ignoreos --ignorearch -ivh *.rpm
That's all folks. Programs are installed in /opt/openoffice.org2.0/program/s*. For instance the text editor is /opt/openoffice.org2.0/programs/swriter and the main app is /opt/openoffice.org2.0/programs/soffice.
If programs don't start and if you have a Java virtual machine, temporarely disable it (chmod 0 /usr/local/jdk*), then start OpenOffice. You can then re-enable Java (chmod 755 /usr/local/jdk*) and keep it that way.
Lief problemlos wie schon gesagt.
Jetzt versuche ich mit /opt/openoffice.org.2.0/programs/soffice das Ganze zu starten und erhalte die Meldung: /opt/openoffice.org2.0/program/javaldx: Operation not permitted.
Weiss jemand Rat?