Closed Evoley closed 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
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.
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