Installing rtorrent on my ubuntu server

Posted by Shishant on Server Fault See other posts from Server Fault or by Shishant
Published on 2009-12-26T15:16:35Z Indexed on 2011/01/17 15:55 UTC
Read the original article Hit count: 288

Filed under:

Hello,

I am try to install rtorrent on my ubuntu server.

I ran these commands and they worked fine.

./autogen.sh
./configure --with-xmlrpc-c 
make

and then when i tried to use make install i guess it didnt get install because no .rtorrent.rc' was created in home directory and running rtorrent returned this error rtorrent: error while loading shared libraries: libtorrent.so.11: cannot open shared object file: No such file or directory below is the log of my make install.

root@ubuntu:~/rtorrent-0.8.6# make install
Making install in doc
make[1]: Entering directory `/root/rtorrent-0.8.6/doc'
make[2]: Entering directory `/root/rtorrent-0.8.6/doc'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/man/man1" || /bin/mkdir -p "/usr/local/share/man/man1"
 /usr/bin/install -c -m 644 './rtorrent.1' '/usr/local/share/man/man1/rtorrent.1                                            '
make[2]: Leaving directory `/root/rtorrent-0.8.6/doc'
make[1]: Leaving directory `/root/rtorrent-0.8.6/doc'
Making install in src
make[1]: Entering directory `/root/rtorrent-0.8.6/src'
Making install in core
make[2]: Entering directory `/root/rtorrent-0.8.6/src/core'
make[3]: Entering directory `/root/rtorrent-0.8.6/src/core'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src/core'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src/core'
Making install in display
make[2]: Entering directory `/root/rtorrent-0.8.6/src/display'
make[3]: Entering directory `/root/rtorrent-0.8.6/src/display'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src/display'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src/display'
Making install in input
make[2]: Entering directory `/root/rtorrent-0.8.6/src/input'
make[3]: Entering directory `/root/rtorrent-0.8.6/src/input'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src/input'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src/input'
Making install in rpc
make[2]: Entering directory `/root/rtorrent-0.8.6/src/rpc'
make[3]: Entering directory `/root/rtorrent-0.8.6/src/rpc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src/rpc'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src/rpc'
Making install in ui
make[2]: Entering directory `/root/rtorrent-0.8.6/src/ui'
make[3]: Entering directory `/root/rtorrent-0.8.6/src/ui'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src/ui'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src/ui'
Making install in utils
make[2]: Entering directory `/root/rtorrent-0.8.6/src/utils'
make[3]: Entering directory `/root/rtorrent-0.8.6/src/utils'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src/utils'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src/utils'
make[2]: Entering directory `/root/rtorrent-0.8.6/src'
make[3]: Entering directory `/root/rtorrent-0.8.6/src'
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/bash ../libtool   --mode=install /usr/bin/install -c 'rtorrent' '/usr/loc                                            al/bin/rtorrent'
libtool: install: /usr/bin/install -c rtorrent /usr/local/bin/rtorrent
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/rtorrent-0.8.6/src'
make[2]: Leaving directory `/root/rtorrent-0.8.6/src'
make[1]: Leaving directory `/root/rtorrent-0.8.6/src'
make[1]: Entering directory `/root/rtorrent-0.8.6'
make[2]: Entering directory `/root/rtorrent-0.8.6'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/root/rtorrent-0.8.6'
make[1]: Leaving directory `/root/rtorrent-0.8.6'

Thank You.

© Server Fault or respective owner

Related posts about ubuntu