Install wTorrent on Ubuntu 8.04 2

with No Comments
  1. sudo apt-get install build-essential libsigc++-2.0-dev pkg-config comerr-dev libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libssl-dev zlib1g-dev libncurses5 libncurses5-dev automake autoconf lighttpd sqlite samba subversion libtool libcurl3-dev screen
  2. Installer  XML-RPC-C fra sourgeforge.org.kjør denne:
    REPOS=http://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced
    svn checkout $REPOS xmlrpc-c
  3. Last ned seneste wtorrent – svn co svn://wtorrent-project.org/repos/trunk/wtorrent/
  4. Kompiler og installer. xmlrpc-c og libtorrent og rtorrent. Se installinstruksjoner how wtorrent-project.org. (installer rtorrent fra 8,04)
  5. Installer enkeltpakker hver for seg: først: php5-cgi | php5-xmlrpc, php5, php5-sqlite
  6. sudo ldconfig (om feilmelding ved oppstart av rtorrent)
  7. sjekk om rtorrent starter. CP .rtorrent.rc til /var/www
  8. Sett inn i /etc/rc.local:cd /usr/local/bin/
    su www-data -c “screen -A -m -d -S rtorrent ./rtorrent”
  9. Forbidden 403 feil:
    Add på lighttpd.conf:
    cgi.fix_pathinfo = 1fastcgi.server = ( “.php” => ((
    “bin-path” => “/usr/bin/php-cgi”,
    “socket” => “/tmp/php.socket”
    )))debug.log-request-handling = “enable”
  10. ……og til slutt –>”mod_fastcgi”,
  11. mkdir session og RPC2 i /var/www og chown -R www-data disse.
  12. apt-get install curl libcurl3 libcurl3-dev php5-curl
  13. /etc/init.d/lighttpd reload.
  14. Ta deg en bolle =)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.