Страница 1 из 1

OnlyOffice Desktop Editors R11

Добавлено: 05 май 2019, 09:47
tlmiller76
So upgraded from a 480 to 1 TB SSD in my laptop, so reinstalled ROSA with the R11 UEFI installer. Trying to reinstall OnlyOffice desktop editors. I had it running on R10 with no issues. I know you have to use rpm w/ --nodeps due to missing font package, but that isn't actually important. When trying to launch:

Код: Выделить всё

./DesktopEditors: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Which is easy enough. Symlink /usr/lib64/libcurl-gnutls.so.4 to /usr/lib64/libcurl.so.4.5.0.

So, with that taken care of, still getting errors.

Код: Выделить всё

./DesktopEditors: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
Again, symlink to /usr/lib64/libgtk-x11-2.0.so.0

Код: Выделить всё

./DesktopEditors: error while loading shared libraries: libgdkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
Here's where I'm not sure what to do. There are no libgdk libraries installed, and none of the applications (urpmq -Y libgdk) sounds likely to have a correct library:

Код: Выделить всё

otyugh lib64 # urpmq -Y libgdk
libgdk_pixbuf-gir2.0
libgdk_pixbuf2.0-devel
libgdk_pixbuf2.0_0
libgdk_pixbuf_xlib2.0-devel
libgdk_pixbuf_xlib2.0_0

OnlyOffice Desktop Editors R11

Добавлено: 05 май 2019, 15:55
Zeffanyx
Try this:

Код: Выделить всё

sudo ln -s /usr/lib64/libcurl.so.4.5.0 /usr/lib64/libcurl-gnutls.so.4
sudo urpmi lib64gtkglext1.0_0

OnlyOffice Desktop Editors R11

Добавлено: 06 май 2019, 05:12
tlmiller76
Alright, that got it working!

Gracias!