NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
super_poussin
Sep 03, 2010Virtuoso
utorrent for X86 2.2.01
Tested on Ultra and Pro :P Utorrent for x86 2.2.01 Utorrent for x86 2.0.00 Utorrent for x86 1.8.0 Super-Poussin changes: Now you can access logs in /c/addons-config/utorrent/ :) Now...
dsm1212
Dec 22, 2011Apprentice
Note: this will only work for units with 64 bit intel processors
I did manage to get utorrent 3.0 running on 4.2.19. There is a 64 bit version of utorrent 3.0 for linux posted here: http://forum.utorrent.com/viewtopic.php?id=102110. This was linked against an earlier version of glibc, but it needs some 64 bit libs which are were not on my NAS by default. Here are the steps:
# get the 64 bit gcc libs installed
apt-get install libc6-dev-amd64
apt-get install lib64gcc1
# Build 64 bit ssl shared libs
Download the big netgear GPL source archive for 4.2.19 and extract the openssl directory.
cd to the openssl directory
chmod +x util/*.sh
./config shared
make
make test
make install
This will put the ssl package into /usr/local/ssl so you need to create standard links so they can be found/used.
ln -s /usr/local/ssl/lib/libssl.so.0.9.8 /lib64/libssl.so.0.9.8
ln -s /usr/local/ssl/lib/libcrypto.so.0.9.8 /lib64/libcrypto.so.0.9.8
#finally replace the utorrent binary and ui with the new ones
#install the latest addon in this forum if you haven't already.
cd /usr/local/utorrent
mv utserver utserver.addon
mv webui.zip webui.zip.addon
cd <your untarred 64 bit utorrent directory>
cp utserver /usr/local/utorrent
cp webui.zip /usr/local/utorrent
Edit: The webui.zip from https://forum.utorrent.com/viewtopic.php?id=58156 works much better on linux.
Then go to the addon list and start utorrent. The launch button should bring up the UI.
Good luck.
steve
I did manage to get utorrent 3.0 running on 4.2.19. There is a 64 bit version of utorrent 3.0 for linux posted here: http://forum.utorrent.com/viewtopic.php?id=102110. This was linked against an earlier version of glibc, but it needs some 64 bit libs which are were not on my NAS by default. Here are the steps:
# get the 64 bit gcc libs installed
apt-get install libc6-dev-amd64
apt-get install lib64gcc1
# Build 64 bit ssl shared libs
Download the big netgear GPL source archive for 4.2.19 and extract the openssl directory.
cd to the openssl directory
chmod +x util/*.sh
./config shared
make
make test
make install
This will put the ssl package into /usr/local/ssl so you need to create standard links so they can be found/used.
ln -s /usr/local/ssl/lib/libssl.so.0.9.8 /lib64/libssl.so.0.9.8
ln -s /usr/local/ssl/lib/libcrypto.so.0.9.8 /lib64/libcrypto.so.0.9.8
#finally replace the utorrent binary and ui with the new ones
#install the latest addon in this forum if you haven't already.
cd /usr/local/utorrent
mv utserver utserver.addon
mv webui.zip webui.zip.addon
cd <your untarred 64 bit utorrent directory>
cp utserver /usr/local/utorrent
cp webui.zip /usr/local/utorrent
Edit: The webui.zip from https://forum.utorrent.com/viewtopic.php?id=58156 works much better on linux.
Then go to the addon list and start utorrent. The launch button should bring up the UI.
Good luck.
steve
Related Content
- Mar 10, 2018Retired_Member
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!