![]() |
|
|
Thread Tools |
|
#41
|
|
|
Join Date: Apr 2008
Posts: 132
BT Rep: +1
|
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. |
|
|
|
Guides and Tutorials
-
#42
|
|
|
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! |
|
|
|
Guides and Tutorials
-
#43
|
|
|
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
|
|
|
|
Guides and Tutorials
-
#44
|
|
|
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! |
|
|
|
Guides and Tutorials
-
#45
|
|
|
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
__________________
|
|
|
|
Guides and Tutorials
-
#46
|
|
|
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! |
|
|
|
Guides and Tutorials
-
#47
|
|
|
Join Date: Jan 2008
Location: Berlin
Posts: 144
BT Rep: +11
![]() ![]() |
Re: How to install and use rTorrent properly on CentOS
I love that review of rTorrent.Thx
__________________
|
|
|
![]() |
| Thread Tools | |
|
|