Your Ad Here
Arcade NZBs Forums Home
Welcome to FileSharing Talk.  ( Register | Log in )
 Your Ad Here

   

Reply
 
Thread Tools
SolarisWind
  #41 Old 05-16-2008, 11:04 PM
 
SolarisWind's Avatar
Some pirate
 
Join Date: Apr 2008
Posts: 132
BT Rep: +1
canada
Re: How to install and use rTorrent properly on CentOS

What I meant was that my main pc has vista on it, and the server has CentOS 4.4.

Oh thank you thank you for the help!, the install gcc worked for me...but it's too soon to celebrate. I just got 2 other errors.

I was able to download and install these:
pkg-config
openSSL
libCurl

Ones that didn't work:
ncurses
libsigc++

I can't seem to install the other things after that. Here's a log of the errors...
This happens after I type "make" for ncurses (I chopped a lot of lines and only included the end, tell me if I should include more):
make[1]: Leaving directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/test'
cd misc && make DESTDIR="" all
make[1]: Entering directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/misc'
WHICH_XTERM=xterm-new \
ticdir=/usr/share/terminfo \
/bin/sh ./gen_edit.sh >run_tic.sed
echo '** adjusting tabset paths'
** adjusting tabset paths
sed -f run_tic.sed ../misc/terminfo.src >terminfo.tmp
make[1]: Leaving directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/misc'
cd c++ && make DESTDIR="" all
make[1]: Entering directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/c++'
cp ./etip.h.in etip.h
sh ./edit_cfg.sh ../include/ncurses_cfg.h etip.h
substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h
... CPP_HAS_PARAM_INIT 0
... CPP_HAS_STATIC_CAST 0
... ETIP_NEEDS_MATH_EXCEPTION 0
... ETIP_NEEDS_MATH_H 0
... HAVE_BUILTIN_H 0
... HAVE_GPP_BUILTIN_H 0
... HAVE_GXX_BUILTIN_H 0
... HAVE_STRSTREAM_H 0
... HAVE_TYPEINFO 0
... HAVE_VALUES_H 0
... USE_STRSTREAM_VSCAN 0
... USE_STRSTREAM_VSCAN_CAST 0
cd ../objects; -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -c ../c++/cursesf.cc
/bin/sh: -I../c++: No such file or directory
make[1]: *** [../objects/cursesf.o] Error 127
make[1]: Leaving directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/c++'
make: *** [all] Error 2
[root@xx-xxx-xxx-xxx ncurses-5.6]#

I tried continuing with "make install" but it also ends up with an error.


This is with libsigc++:
[root@xx-xxx-xxx-xxx libsigc++-2.0.17]# make
make all-recursive
make[1]: Entering directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/libsigc++-2.0.17'
Making all in sigc++
make[2]: Entering directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/libsigc++-2.0.17/sigc++'
make all-am
make[3]: Entering directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/libsigc++-2.0.17/sigc++'
source='signal.cc' object='signal.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ../depcomp \
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.. -I.. -c -o signal.lo signal.cc
libtool: ignoring unknown tag CXX
mkdir .libs
g++ -DHAVE_CONFIG_H -I.. -I.. -c signal.cc -fPIC -DPIC -o .libs/signal.o
../libtool: line 1223: g++: command not found
make[3]: *** [signal.lo] Error 1
make[3]: Leaving directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/libsigc++-2.0.17/sigc++'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/libsigc++-2.0.17/sigc++'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/pkg-config-0.22/openssl-0.9.8g/ncurses-5.6/ncurses-5.6/libsigc++-2.0.17/curl-7.16.4/libtorrent-0.11.9/ncurses-5.6/libsigc++-2.0.17'
make: *** [all] Error 2
[root@xx-xxx-xxx-xxx libsigc++-2.0.17]#



Sorry if I seem like a newbie but this is all gibberish to me.
Reply With Quote SolarisWind is offline  
Sponsored Links

Your Ad Here Your Ad Here
fsephie
  Guides and Tutorials   -   #42 Old 07-08-2008, 09:50 PM
Poster
 
Join Date: Jun 2007
Posts: 322
BT Rep: +12
Re: How to install and use rTorrent properly on CentOS

Thanks so much for the guide, but how would I go about setting up several instances of rTorrent on a single box?
__________________
Ask me about my self-esteem!
Reply With Quote fsephie is offline  
mdtczar
  Guides and Tutorials   -   #43 Old 08-13-2008, 10:52 PM
n00b
 
Join Date: Aug 2008
Posts: 5
Re: How to install and use rTorrent properly on CentOS

nice tutorial, way better organized than my lil text file everytime i set up my new seedbox
Reply With Quote mdtczar is offline  
koalaBear
  Guides and Tutorials   -   #44 Old 08-26-2008, 11:07 AM
 
koalaBear's Avatar
Poster
 
Join Date: Mar 2007
Posts: 27
BT Rep: +2
Re: How to install and use rTorrent properly on CentOS

I'm currently using uTorrent on wine, but would like to switch to rTorrent. The only thing holding me back is the lack of a labels feature, as I use 4 different trackers and would like to oversee them separately. I was thinking of just running 4 instances of rTorrent, do you think that would work?

Cheers,
koala
__________________
¡Disfrútalo!
Reply With Quote koalaBear is offline  
fstokebanget
  Guides and Tutorials   -   #45 Old 08-27-2008, 04:59 PM
 
fstokebanget's Avatar
j-e-ib
 
Join Date: Jun 2007
Location: planet torrent
Posts: 1,259
BT Rep: +60
Re: How to install and use rTorrent properly on CentOS

You could run 4 different rtorrent, just set another 3 account in your linux, then run rtorrent from each user account
But in my opinion you don't have to do that unless you have 4 diff ip addresses and you want to use them separately for each tracker
__________________
Reply With Quote fstokebanget is offline  
koalaBear
  Guides and Tutorials   -   #46 Old 08-27-2008, 06:31 PM
 
koalaBear's Avatar
Poster
 
Join Date: Mar 2007
Posts: 27
BT Rep: +2
Re: How to install and use rTorrent properly on CentOS

well I told you why i want to do it; i want to monitor the different trackers i use separately. can you filter torrents by tracker in rTorrent?

it's just when you have a few hundred torrents going, and you need to decide which ones to get rid of...

how do other people deal with this kind of problem?
__________________
¡Disfrútalo!
Reply With Quote koalaBear is offline  
sLAP
  Guides and Tutorials   -   #47 Old 09-05-2008, 04:06 PM
 
sLAP's Avatar
The Last Emperor
 
Join Date: Jan 2008
Location: Berlin
Posts: 144
BT Rep: +11
germany
Re: How to install and use rTorrent properly on CentOS

I love that review of rTorrent.Thx
__________________
Reply With Quote sLAP is offline  

Reply

Thread Tools

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 On
HTML code is Off
Forum Jump


The time now is 05:13 AM

Page Generation Time0.14sec    Query Count9 queries Talkgold - Sexy Pictures - Money E-Books - Web-Life Forum
Contact Us - FileSharing Talk - Archive - Archive2 - Disclaimer - Top

Powered by vBulletin Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
FileSharingTalk.com - All Rights Reserved