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

Wiki instructions wrong due to upstream file type change #74

Closed ghost closed 4 years ago

ghost commented 4 years ago

The install Wiki has an error due to an upstream file type change. I have reflected the necessary change for successful progression below.

Compile xmlrpc

cd /usr/local/src

sudo curl -LOJ https://sourceforge.net/projects/xmlrpc-c/files/latest/download

sudo tar --no-same-owner -xzvf xmlrpc-c-*.tgz This needs to be changed to "sudo tar --no-same-owner -xvf xmlrpc-c-*.tgz"

sudo find . -type d -exec chmod a+rx {} \;

cd xmlrpc-c-*/

sudo ./configure

sudo make

sudo make install

xombiemp commented 4 years ago

This seems to be resolved now.