LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-14-2014, 09:14 AM   #16
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694

Quote:
Originally Posted by dariodee View Post
I really can't understand WHY most of you replying to the thread just suggesting alternative clients instead of try to supply a solution...
Because you said:

Quote:
i would like to run a minimal torrent client, something like rtorrent (a)
Which SAYS that you are looking for something LIKE rtorrent, even though you are currently trying to get rtorrent to work. People are replying and trying to give you alternatives because YOU ASKED FOR THEM.
 
Old 07-14-2014, 09:38 AM   #17
dariodee
Member
 
Registered: Jul 2009
Location: Italy
Distribution: Slackware 14.1
Posts: 35

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by szboardstretcher View Post
Because you said:



Which SAYS that you are looking for something LIKE rtorrent, even though you are currently trying to get rtorrent to work. People are replying and trying to give you alternatives because YOU ASKED FOR THEM.
you omitted (?) the second line of that post
 
Old 07-20-2014, 05:07 PM   #18
dariodee
Member
 
Registered: Jul 2009
Location: Italy
Distribution: Slackware 14.1
Posts: 35

Original Poster
Rep: Reputation: 2
i would like to run a minimal torrent client, something like rtorrent (a)
in fact, i WANT to install its GUI - ruTorrent (b)

a) libtorrent.rakshasa.no

b) code.google.com/p/rutorrent

is it possible with Slackware?
are there any guides, slackbuilds and/or threads about it?
 
Old 07-20-2014, 11:23 PM   #19
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
You pissed off everyone who spent time to give helpful hints and alternatives to your question and then when everyone stops responding you think it's alright to just copy-paste your initial post?
Wake up buddy.

Eric
 
Old 02-09-2017, 09:47 AM   #20
ag33k
Member
 
Registered: Mar 2013
Location: Portugal
Distribution: Slackware
Posts: 98

Rep: Reputation: Disabled
Quote:
Originally Posted by dariodee View Post
@TommyC7 - no luck with xmlrpc-c, can't go through rtorrent build
added these lines to the SBo, but it always fails

Code:
./rtorrent.SlackBuild: line 70: --with-xmlrpc=/usr/local/bin/xmlrpc-c-config: No such file or directory
Code:
./rtorrent.SlackBuild: line 70: --with-xmlrpc=/usr/bin/xmlrpc-c-config: No such file or directory
Code:
./rtorrent.SlackBuild: line 70: --with-xmlrpc-c=/usr/bin/xmlrpc-c-config: No such file or directory
Code:
./rtorrent.SlackBuild: line 70: --with-xmlrpc-c=/usr/local/bin/xmlrpc-c-config: No such file or directory
When you add

Code:
--with-xmlrpc=/usr/bin/xmlrpc-c-config
to rtorrent.Slackbuild did you add a \ on the line before?
 
Old 02-09-2017, 10:05 AM   #21
ag33k
Member
 
Registered: Mar 2013
Location: Portugal
Distribution: Slackware
Posts: 98

Rep: Reputation: Disabled
I have one machine with Debian that runs rtorrent + rutorrent for a long time.
But I want to put Slackware on that machine also.
I'm testing rutorrent on Slackware on two other machines. The first one was only for curiosity/learning and the other is the real test.
In the process I wrote my steps.
I don't know if this is right or if is stable. I'm testing it.

But this my small how-to

Quote:
1. XML-RPC installation

$ sbopkg -i xmlrpc-c

And

$ command -v xmlrpc-c-config

The result it will be something like

/usr/bin/xmlrpc-c-config


2. Edit rtorrent.SlackBuild

Add the previous result to the .Slackbuild file like this

...

./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--build=$ARCH-slackware-linux \
--with-xmlrpc-c=/usr/bin/xmlrpc-c-config

make

...

Run it! And install it.



3. Edit .rtorrent.rc

# To use rtorrent with some web GUI's such as rutorrent or wtorrent
#
scgi_port = 127.0.0.1:5000



4. Edit /etc/httpd/httpd.conf and add at the end

ProxyPass /RPC2 scgi://127.0.0.1:5000

And make a few changes to support php and vhosts.


5. Edit /etc/httpd/extra/httpd-vhosts.conf

# main server
<VirtualHost *:80>
ServerName server
DocumentRoot /srv/httpd/htdocs
</VirtualHost>

<VirtualHost *:80>
#ServerName www.example.com
ServerAdmin webmaster@localhost
DocumentRoot "/var/www/htdocs/rutorrent"
<Directory "/var/www/htdocs/rutorrent">
AllowOverride AuthConfig
Require all granted
</Directory>
</VirtualHost>



6. Install rutorrent

Unzip zip file to /var/www/htdocs/rutorrent/

Create /var/www/htdocs/rutorrent/.htaccess

AuthType Basic
AuthGroupFile /dev/null
AuthName "Restricted Access"
AuthUserFile /home/user/html/rutorrent/.htpasswd
Require user your_user


Run htpasswd -c /home/user/html/rutorrent/.htpasswd your_user


chown -R apache:apache /var/www/htdocs/rutorrent/

This is a try and error method.
And I'm testing it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing from torrent and other torrent question tbrownarcher Linux Mint 2 06-28-2013 05:31 PM
LXer: Torrent Search - Torrent searching application for the Gnome desktop environment LXer Syndicated Linux News 0 08-18-2010 08:20 AM
problem in installing bit torrent lemon09 Linux - Software 8 03-12-2010 05:54 AM
installing bit torrent pepsi Linux - Software 6 06-15-2004 07:18 PM
Installing bit torrent client. Budious Linux - Newbie 9 12-31-2003 02:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration