Ja, kein Problem. Der work-a-round kommt wohl vom Server, indem er versucht das AppImage zu entpacken und danach die Dateien auszuführen. Hier erstmal das log:
WARNING: [pool www] child 26673 said into stderr: "sh: pidof: command not found"
WARNING: [pool www] child 26673 said into stderr: "dlopen(): error loading libfuse.so.2"
WARNING: [pool www] child 26673 said into stderr: "AppImages require FUSE to run. "
WARNING: [pool www] child 26673 said into stderr: "You might still be able to extract the contents of this AppImage "
WARNING: [pool www] child 26673 said into stderr: "if you run it with the --appimage-extract option. "
WARNING: [pool www] child 26673 said into stderr: "See https://github.com/AppImage/AppImageKit/wiki/FUSE "
WARNING: [pool www] child 26673 said into stderr: "for more information"
WARNING: [pool www] child 26673 said into stderr: "/tmp/appimage_extracted_5e20032a50bed3640fe8e012edac0852/AppRun: line 14: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory"
WARNING: [pool www] child 26673 said into stderr: "/tmp/appimage_extracted_5e20032a50bed3640fe8e012edac0852/AppRun: line 14: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)"
WARNING: [pool www] child 26673 said into stderr: "loolwsd: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by loolwsd)"
WARNING: [pool www] child 26673 said into stderr: "loolwsd: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by loolwsd)"
WARNING: [pool www] child 26673 said into stderr: "loolwsd: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by loolwsd)"
Ich denke entweder versucht man libfuse.so.2
bereitzustellen, um das AppImage mittels FUSE auszuführen, oder man versucht die fehlenden Module in libstdc++.so.6
zu ergänzen.
Da ich leider keinen root access auf dem Server habe, um dies zu tun, entschied ich mich schließlich für ONLYOFFICE, obwohl ich sehr gern Collabora ausprobiert hätte.
Ich hoffe damit konnte ich euch weiterhelfen. Sollten weitere Fragen bestehen, versuche ich zu helfen.
Nur nebenbei: die ONLYOFFICE Installation hat problemlos funktioniert.
Einfach im apps
Ordner im Nextcloud root-Verzeichnis (eventuell dem Webroot eures Webservers)
curl -L https://github.com/nextcloud/documentserver_community/releases/latest/download/documentserver_community.tar.gz | tar -xvzf -
ausführen, um den Community Server von ONLYOFFICE zu installieren und im hauseigenen Nextcloud “AppStore” die ONLYOFFICE 6.1.0 App installieren. Den Community-Server kann man auch im “AppStore” installieren, aber das schlug bei mir fehl, deshalb die manuelle Installation.
Bei mir läuft aber bereits Nextcloud in der Version 20.0.1 und Apache als Webserver.