CollaboraOnline / richdocumentscode

Built-in CODE Server app
https://apps.nextcloud.com/apps/richdocumentscode
Apache License 2.0
111 stars 26 forks source link

richdocuments built-in CODE not compatible with CentOS7 #246

Open bigio opened 8 months ago

bigio commented 8 months ago

Follwow-up from https://github.com/nextcloud/richdocuments/issues/2667#issue-1481245587.

On CentOS 7.9 richdocuments built-in CODE doesn't start and an error related to curl is displayed.
Error is:

cURL error 28: Operation timed out after 45000 milliseconds with -1 out of 0 bytes received (see http://curl.haxx.se/libcurl/c/libcurl-errors.html

The issue is that Collabora_Online.AppImage is linked with libstdc++ that contains GLIBCXX_3.4.20 symbol but CentOS 7 only has GLIBCXX_3.4.19 symbols.
If richdocumentscode is not going to be compatible with CentOS 7 and/or other operating systems, a warning should be printed.