1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Trying to make Knime work on Box 64: Error: PltResolver in /lib/x86_64-linux-gnu/libstdc++.so.6 and /org.eclipse.osgi/276/0/.cp/libswt-pi3-gtk-4964r8.so
Hello,
I've been trying to make Knime app (amd64) (https://www.knime.com/downloads) work on arm64 with box64 but I'm getting the following errors when executing the app:
(KNIME:78954): Gdk-CRITICAL **: 09:37:57.198: gdk_monitor_get_scale_factor: assertion 'GDK_IS_MONITOR (monitor)' failed
Error: PltResolver: Symbol g_closure_ref(ver 1: g_closure_ref) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff1c26d930 (0x7fff1c03c916) in /home/opc/App/knime/configuration/org.eclipse.osgi/276/0/.cp/libswt-pi3-gtk-4964r8.so (local_maplib=0xffffa434eb80, global maplib=0x5fcf1fd0, deepbind=0)
Error: PltResolver: Symbol _ZNSt14error_categoryD2Ev(optver 17: _ZNSt14error_categoryD2Ev@GLIBCXX_3.4.15) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff1924ff80 (0x7fff1909df36) in /lib/x86_64-linux-gnu/libstdc++.so.6 (local_maplib=0xffff183577b0, global maplib=0x5fcf1fd0, deepbind=0)
Error: PltResolver: Symbol _ZNSt14error_categoryD2Ev(optver 17: _ZNSt14error_categoryD2Ev@GLIBCXX_3.4.15) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff1924ff80 (0x7fff1909df36) in /lib/x86_64-linux-gnu/libstdc++.so.6 (local_maplib=0xffff183577b0, global maplib=0x5fcf1fd0, deepbind=0)
Error: PltResolver: Symbol Weak _ZNSo5flushEv(optver 2: _ZNSo5flushEv@GLIBCXX_3.4) not found, cannot apply R_X86_64_JUMP_SLOT 0x7fff19250238 (0x7fff1909e4a6) in /lib/x86_64-linux-gnu/libstdc++.so.6 (local_maplib=0xffff183577b0, global maplib=0x5fcf1fd0, deepbind=0)
Details about my system:
Hardware: VM on Oracle Cloud 4 OCPU, 24GB Ram
Operating System: Oracle Linux 8
Desktop: Gnome with VNC
Related Software: Box64 (Box86 is not installed)
Attached is the completed log for the terminal:
[Linux Knime box64.txt](https://github.com/user-attachments/files/16836085/Linux.Knime.box64.txt)
I'm not very knowledgeable about linux , if I forgot to inlcude any details or I'm posting on the wrong forum please let me know.
|