xombiemp / ultimate-torrent-setup

All the files needed for the Ultimate Torrent Setup, featuring Ubuntu, rtorrent, ruTorrent, Sonarr, Radarr.
232 stars 44 forks source link

rtorrent.service: Failed at step EXEC spawning /usr/bin/rtorrent #44

Closed Evoley closed 7 years ago

Evoley commented 7 years ago

For some reason the commands below aren't copying or at the very least installing rtorrent. There's no folder or anything in /usr/bin/.

cd /usr/local/src

sudo git clone https://github.com/rakshasa/rtorrent.git

cd rtorrent

sudo ./autogen.sh

sudo ./configure --with-xmlrpc-c=/usr/local/src/xmlrpc-c/xmlrpc-c-config

sudo make

sudo make install

sudo ln -s /usr/local/bin/rtorrent /usr/bin/

sudo ldconfig

sudo adduser --system --home=/var/lib/rtorrent --group rtorrent

sudo adduser rtorrent media

lailoken503 commented 7 years ago

Isn't there a ./configure option to define installation path? Using your example, sudo ./configure --prefix=/usr/bin --with-xmlrpc-c=/usr/local/src/xmlrpc-c/xmlrpc-c-config

xombiemp commented 7 years ago

I've updated to guide to revert rtorrent to a know working commit until the Master branch starts working again. Try compiling rtorrent using the guide again.