Hi,
I had problem to load newer built-in CODE Server with Nextcloud. Last version that worked was 24.4.502 from July 2024. Today, I finally found solution and I want to share it, because somebody might have the same problem.
CODE Server is Collabora Online server, in this case built-in to nextcloud. It works as sort of appimage, that is extracted to /tmp. There is a log /tmp/coolwsd.*/coolwsd.log.
In my case, in the log were lines like:
Code: Select all
[ coolforkit-ns ] FTL Failed to load /tmp/appimage_extracted_bla123/opt/collaboraoffice/program/libmergedlo.so:
[ coolforkit-ns ] FTL Failed to preinit lokit.| kit/ForKit.cpp:789
[ coolforkit-ns ] FTL Forced Exit with code: 70| common/Util.cpp:822
Here is how to find what is missing:
run
Code: Select all
ldd /tmp/appimage*/opt/collaboraoffice/program/libmergedlo.so
Code: Select all
...
libgssapi_krb5.so.2 => not found
...
Problem solved. Good luck.
