Hi,
I just rooted my LGC9 and installed Kodi webos version.
Your repo installs (what I think is the right version but not sure of) the lib
uname -a
Linux LGC9 4.4.84-169.gld4tv.4 #1 SMP PREEMPT Wed May 3 12:52:00 KST 2023 aarch64 GNU/Linux
but it's linked to /lib/ld-linux-armhf.so.3 .
root@LGC9:/tmp/usb/sda/sda1/.kodi/userdata/addon_data/plugin.video.torrest/bin# file torrest
torrest: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 4.19.0, with debug_info, not stripped
Unfortunately on webos /lib is ro so I cant create a ln and it only contains these:
ls -la /lib/
total 27841
drwxr-xr-x 1 root root 46 May 3 2023 .
drwxr-xr-x 1 root root 109 May 3 2023 ..
-rwxr-xr-x 1 root root 1163412 May 3 2023 ld-2.24.so
lrwxrwxrwx 1 root root 10 May 3 2023 ld-linux.so.3 -> ld-2.24.so
when I try to manually execute torrest bin I receive this
root@LGC9:/tmp/usb/sda/sda1/.kodi/userdata/addon_data/plugin.video.torrest/bin# ./torrest
-sh: ./torrest: not found
Hi, I just rooted my LGC9 and installed Kodi webos version.
Your repo installs (what I think is the right version but not sure of) the lib uname -a Linux LGC9 4.4.84-169.gld4tv.4 #1 SMP PREEMPT Wed May 3 12:52:00 KST 2023 aarch64 GNU/Linux
but it's linked to /lib/ld-linux-armhf.so.3 . root@LGC9:/tmp/usb/sda/sda1/.kodi/userdata/addon_data/plugin.video.torrest/bin# file torrest torrest: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 4.19.0, with debug_info, not stripped
Unfortunately on webos /lib is ro so I cant create a ln and it only contains these: ls -la /lib/ total 27841 drwxr-xr-x 1 root root 46 May 3 2023 . drwxr-xr-x 1 root root 109 May 3 2023 .. -rwxr-xr-x 1 root root 1163412 May 3 2023 ld-2.24.so lrwxrwxrwx 1 root root 10 May 3 2023 ld-linux.so.3 -> ld-2.24.so
when I try to manually execute torrest bin I receive this
root@LGC9:/tmp/usb/sda/sda1/.kodi/userdata/addon_data/plugin.video.torrest/bin# ./torrest -sh: ./torrest: not found
Can this be fixed?
Thanks.