Posts by wxyhxh
-
-
I am glad!
The more recent versions of the MOD (available in the first post) have a fix where I added a symbolic link to make binaries like these to work. The trick is making the interpreter library available by creating this symbolic linkSo bottom line is: if you install the updated MOD from first post you should be able to use the original Xware addon you had.
the original Xware addon works fine, thanks!
-
JoKeRzBoX
Ok, I will try it and report back -
Please try this modified version of the Xware addon here using LE with the MOD described on this thread and report back if the binaries run for you.
Forgot to mention: once you install the addon, you need to copy the intepreter library to /storage/ld-lin.so by running this:
haha, it works, thank you very very very much!
Code
Display MoreOC2-LE:~/xunlei # ./portal initing... try stopping xunlei service first... killall: ETMDaemon: no process killed killall: EmbedThunderManager: no process killed killall: vod_httpserver: no process killed setting xunlei runtime env... port: 9000 is usable. YOUR CONTROL PORT IS: 9000 starting xunlei service... etm path: /storage/xunlei execv: /storage/xunlei/lib/ETMDaemon. getting xunlei service info... Connecting to 127.0.0.1:9000 (127.0.0.1:9000) THE ACTIVE CODE IS: ****** go to http://yuancheng.xunlei.com, bind your device with the active code. finished.
-
Please try this modified version of the Xware addon here using LE with the MOD described on this thread and report back if the binaries run for you.
Forgot to mention: once you install the addon, you need to copy the intepreter library to /storage/ld-lin.so by running this:
ok, i will test it asap, thank you very much!
-
Can you provide a link to this addon so I can take a look at it?
yes, of course, but it is in chinese
http://luyou.xunlei.com/forum.php?mod=viewthread&tid=12545&extra=page%3D1%26filter%3Dauthor%26orderby%3Ddateline
in gernal, it is a software running on a router, NAS etc, providing remote download service. till now, there is only 32bit edition.
on rpi2, i use Xware1.0.31_armel_v5te_glibc.zip, and it works ok. -
My suspicious is that your binaries from RPi use a different interpreter library. Since ldd is not working for you (and it makes sense since it is an ldd for AARCH64 and those are ARM 32 bit binaries), try to look for a "/lib/..." in the binary file itself by running:and check what it returns. One of the libs the grep returns will be your interpreter library (usually starts with /lib/ld-linux...). Report that back here.
HI, JoKe , you are right, it seems RPi use ld-linux.so.3, does it mean this binary can not work on s905? -
Please test this version for OdroidC2 and report.Thanks, Installed fine, but xunlei xware(a 32bit app for download) still does not work, which works ok on raspberry pi 2 with libreelec 7.90.008
here are some info:CodeOC2-LE7:~ # echo $LD_LIBRARY_PATH /usr/lib:/lib:/usr/lib32:/lib32:/storage/.kodi/addons/script.module.beautifulsoup4/lib:/storage/.kodi/addons/script.module.chardet/lib:/storage/.kodi/addons/script.module.simplejson/lib:/usr/lib/pulseaudio:/usr/lib32/pulseaudio
Code
Display MoreOC2-LE7:/ # ls -lh total 17 drwxrwxr-x 2 root root 1.8K Oct 30 00:32 bin drwxr-xr-x 13 root root 3.4K Oct 21 00:52 dev drwxrwxr-x 20 1001 1001 902 Nov 1 13:06 etc drwxr-xr-x 3 root root 16.0K Jan 1 1970 flash drwxr-xr-x 5 1001 1001 1.4K Nov 1 13:06 lib drwxr-xr-x 5 root root 1.4K Nov 7 04:43 lib32 lrwxrwxrwx 1 root root 10 Oct 29 23:37 media -> /var/media dr-xr-xr-x 112 root root 0 Jan 1 1970 proc drwxr-xr-x 12 root root 320 Oct 21 00:52 run drwxrwxr-x 2 root root 957 Oct 30 00:32 sbin drwxr-xr-x 15 root root 1.0K Nov 12 11:41 storage dr-xr-xr-x 12 root root 0 Jan 1 1970 sys drwxrwxrwt 7 root root 140 Nov 12 21:14 tmp drwxrwxr-x 9 root root 136 Nov 7 04:42 usr drwxr-xr-x 11 root root 220 Nov 12 20:58 var OC2-LE7:/usr # ls -lh total 0 drwxrwxr-x 2 root root 2.5K Oct 30 00:32 bin drwxrwxr-x 12 root root 239 Oct 30 00:32 config drwxrwxr-x 23 root root 5.8K Oct 30 00:32 lib drwxr-xr-x 25 root root 7.2K Nov 7 04:43 lib32 drwxr-xr-x 2 root root 1000 Oct 30 00:32 sbin drwxrwxr-x 21 root root 363 Oct 30 00:32 share drwxrwxr-x 3 root root 46 Oct 30 00:20 www
CodeOC2-LE7:~ # cd xunlei OC2-LE7:~/xunlei # chmod 777 * -R OC2-LE7:~/xunlei # ls -lh total 4443 -rwxrwxrwx 1 root root 24.3K Nov 12 22:19 ETMDaemon -rwxrwxrwx 1 root root 4.2M Nov 12 22:19 EmbedThunderManager -rwxrwxrwx 1 root root 128.2K Nov 12 22:19 portal -rwxrwxrwx 1 root root 23.5K Nov 12 22:19 vod_httpserver OC2-LE7:~/xunlei # ./portal -sh: ./portal: not found
-
JoKeRzBoX
thank you very much, I will test it and report as soon so possible! -
Good news! Kernel for Odroid C2 has the parameters for Kernel support for 32-bit EL0.
I will create a version of my mod for odroid c2 for you to test later this weekend. It will be not previously tested since I do not have a C2 board, but it will be an update to LibreELEC- hence pretty safe for you to try.
It is wonderful! I'm sorry to take up your time, thanks again! -
No, this version will not work for you.
However, if the current kernel compiled for the C2 has the required config options for running 32-bit libraries, a custom version can be made for your case.Give me a couple of days to check on that and I'll get back to you.
Thx a lot, I am right here waiting!
-
-
It's not possible. C2 is build for aarch64 and there is no multiarch support.thx for your reply!
[hr]You have to build from source using cross compiler with docker. You can find an example here GitHub - dimitriss/libtorrent-go: SWIG Go bindings for libtorrent-rasterbar
I am not familiar with this ,can you compile one for me , thank you very much!
-
I have an Odroid C2 running the latest beta(7.90.008), and I need to run xunlei xware(a 32bit app for download), when i run "./portal" with root permission, it says "-sh: ./portal: not found", how can i do?
sorry for my poor english!