Thread

Index > Scribe > i.Scribe Linux: Error while loading shared libraries
Author/Date i.Scribe Linux: Error while loading shared libraries
RoDen
08/06/2020 6:53am
test@KUbuntu:~$ /home/test/Downloads/scribe-linux-v2.3.16/scribe
/home/test/Downloads/scribe-linux-v2.3.16/scribe: error while loading shared libraries:
liblgi.so: cannot open shared object file: No such file or directory


test@KUbuntu:~$ /home/test/Downloads/scribe-linux-v2.4.13/scribe
/home/test/Downloads/scribe-linux-v2.4.13/scribe: error while loading shared libraries:
liblgi-gtk3.so: cannot open shared object file: No such file or directory


I've fixed it by creating symbolic links for the respective libraries in the home directory, but maybe there's a better solution.

Also, there are the following warnings/errors while starting the corresponding versions of the application:

i.Scribe v2.3 (Build16, Linux v5.4.0, Release, en)
Selecting portable mode based on options file path.
Code/ScribeApp.cpp:8591 - No option 'Folder-9'
Code/ScribeApp.cpp:8614 - Default folder 'Spam' doesn't exist.
src/linux/Lgi/GWindow.cpp:147 - SetIcon failed to find 'About64px.png'


i.Scribe v2.4.13 (Linux v5.4.0, Release, en)
Selecting portable mode based on options file path.

(scribe:2519): Gtk-CRITICAL **: 23:47:14.760: gtk_window_resize: assertion 'width > 0' failed
Loadfolders = 1,18 ms
Code/ScribeApp.cpp:8664 - No option 'Folder-9'
Code/ScribeApp.cpp:8687 - Default folder 'Spam' doesn't exist.
src/linux/Lgi/GWindow.cpp:179 - SetIcon failed to find 'About64px.png'

Reply