Open Office 2.0 startet nicht

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?
 
Kommt mir bekannt vor...

Frohe Weihnachten mrnize!

Ich habe diese Anleitung vor einiger Zeit auch gefunden und hier im Forum eine Übertragung zusammen mit meinen Erfahrungen in Deutsch gepostet. Findest Du hier:
http://www.bsdforen.de/showthread.php?t=12423

Abgesehen von Problemen mit Dateirechten fehlt Dir folgendes:
Code:
#sudo touch /etc/mnttab
Habe ich auch nur auf misc@openbsd.org gefunden. Also frage bitte nicht nach dem wieso und warum: Bei mir hat es funktioniert!

Ansonsten ist mir aufgefallen, daß OOo nur dann läuft, wenn vorher Java installiert ist.

Hoffe, ich konnte Dir ein wenig weiterhelfen.
Viel Glück!

SteWo
 
Was ich persönlich am merkwürdigsten finde ist dieses anscheinend nichtdeterministische Verhalten von OOo. Bei mir läuft 2.0.0 und 2.0.1, ohne /proc und mnttab. alle auf Java basierenden Sachen funktionieren natürlich nicht, da nur jdk1.3 unter der Linuxemulation verfügbar ist.
@mrnize poste doch mal dein pkg_info
 
Zurück
Oben