Installation

5 views
Skip to first unread message
Message has been deleted

hhasert

unread,
Dec 14, 2008, 9:17:39 AM12/14/08
to NSLU2-rtorrent
Check the distribution you are on. There are 2 flavors of the Debian
Lenny distribution. If you start "apt-get -v" it will tell you if you
are on the 'armel' distribution :

apt-get -v

apt 0.7.19 for armel ........

The 'armel' images are appended with _armel. I will only create armel
based binaries from now on.

You need libtorrent and rtorrent (the armel files are compiled against
the distribution delivered xmlrpc files for now). The files are a tar
image from the root directory that is gzipped, so the general command
is :

cd /
gzip -cd libtorrent-0.12.4_1087_armel.tar.gz | tar xfv -
gzip -cd rtorrent-0.8.4_1087_armel.tar.gz | tar xfv -

It will overwrite the files in the appropriate directories on the
slug. You can check succesfull 'install' by checking the files in /
usr/
lib/libtorrent*, /usr/bin/rtorrent. Be aware that the unix access
rights
are correct (read and execute for group and other):

ls -l /usr/bin/rtorrent
-rwxr-xr-x 1 root root 1063725 Dec 14 12:09 /usr/bin/rtorrent

ls -l /usr/lib/libto*
lrwxrwxrwx 1 root root 20 Dec 14 12:10 /usr/lib/libtorrent.so.11 -
> libtorrent.so.11.0.4
-rwxr-xr-x 1 root root 850080 Dec 14 12:10 /usr/lib/libtorrent.so.
11.0.4

Run /sbin/ldconfig to update the library mapping. Check for success :

/sbin/ldconfig -p | grep libto

libtorrent.so.11 (libc6) => /usr/lib/libtorrent.so.11
Reply all
Reply to author
Forward
0 new messages