CotzaDev / rutorrent_ynh

rutorrent/rtorrent for YunoHost
1 stars 5 forks source link

Install issue #3

Open M5oul opened 8 years ago

M5oul commented 8 years ago

On Jessie, install fail cause rar package doesn't exist, so svn couldn't be installed, then xmlrpc install fail:

+ sudo apt-get install -y htop automake libcppunit-dev libtool build-essential pkg-config libssl-dev libcurl4-openssl-dev libsigc++-2.0-dev libncurses5-dev screen subversion apache2-utils php5-cli php5-geoip unzip unrar rar zip ffmpeg buildtorrent mediainfo
Reading package lists...
Building dependency tree...
Reading state information...
Package rar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'rar' has no installation candidate
+ cd /tmp
+ sudo svn checkout http://svn.code.sf.net/p/xmlrpc-c/code/stable xmlrpc-c
sudo: svn: command not found
+ cd xmlrpc-c/
install: line 43: cd: xmlrpc-c/: No such file or directory
+ sudo ./configure
sudo: ./configure: command not found
+ sudo make
make: *** No targets specified and no makefile found.  Stop.
+ sudo make install
make: *** No rule to make target 'install'.  Stop.

I have access to the web interface, but it seem, rTorrent isn't working.