The good grammar and lack of crap in your other posts vouches for you. :)
Printable View
That was very helpful..Thanks!
I get this error when I try to make the libtorrent package:
any idea where i'm going wrong? all of the previous steps worked correctly.Quote:
puppets:/home/cosm/libtorrent-0.12.6# make
make all-recursive
make[1]: Entering directory `/home/cosm/libtorrent-0.12.6'
Making all in src
make[2]: Entering directory `/home/cosm/libtorrent-0.12.6/src'
Making all in torrent
make[3]: Entering directory `/home/cosm/libtorrent-0.12.6/src/torrent'
Making all in data
make[4]: Entering directory `/home/cosm/libtorrent-0.12.6/src/torrent/data'
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../.. -I. -I./.. -I./../.. -I../../.. -g -O2 -g -DDEBUG -fvisibility=hidden -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.cc
../../../libtool: line 841: X--tag=CXX: command not found
../../../libtool: line 874: libtool: ignoring unknown tag : command not found
../../../libtool: line 841: X--mode=compile: command not found
../../../libtool: line 1008: *** Warning: inferring the mode of operation is deprecated.: command not found
../../../libtool: line 1009: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
../../../libtool: line 1152: Xg++: command not found
../../../libtool: line 1152: X-DHAVE_CONFIG_H: command not found
../../../libtool: line 1152: X-I.: command not found
../../../libtool: line 1152: X-I../../..: No such file or directory
../../../libtool: line 1152: X-I.: command not found
../../../libtool: line 1152: X-I./..: No such file or directory
../../../libtool: line 1152: X-I./../..: No such file or directory
../../../libtool: line 1152: X-I../../..: No such file or directory
../../../libtool: line 1152: X-g: command not found
../../../libtool: line 1152: X-O2: command not found
../../../libtool: line 1152: X-g: command not found
../../../libtool: line 1152: X-DDEBUG: command not found
../../../libtool: line 1152: X-fvisibility=hidden: command not found
../../../libtool: line 1152: X-I/usr/include/sigc++-2.0: No such file or directory
../../../libtool: line 1152: X-I/usr/lib/sigc++-2.0/include: No such file or directory
../../../libtool: line 1152: X-MT: command not found
../../../libtool: line 1152: Xblock.lo: command not found
../../../libtool: line 1152: X-MD: command not found
../../../libtool: line 1152: X-MP: command not found
../../../libtool: line 1152: X-MF: command not found
../../../libtool: line 1152: X.deps/block.Tpo: No such file or directory
../../../libtool: line 1152: X-c: command not found
../../../libtool: line 1205: Xblock.lo: command not found
../../../libtool: line 1210: libtool: compile: cannot determine name of library object from `': command not found
make[4]: *** [block.lo] Error 1
make[4]: Leaving directory `/home/cosm/libtorrent-0.12.6/src/torrent/data'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/cosm/libtorrent-0.12.6/src/torrent'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cosm/libtorrent-0.12.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cosm/libtorrent-0.12.6'
make: *** [all] Error 2
Follow the section about the libtool errors. For your convenience I'll repaste it here:
cd ../libtorrent-0.12.6
rm -f scripts/{libtool,lt*}.m4
./autogen.sh
./configure
make
make install
cd ../rtorrent-0.8.6
rm -f scripts/{libtool,lt*}.m4
./autogen.sh
./configure --with-xmlrpc-c
make
make install
ldconfig
Plan to buy a dedi server. Many thanks for your post. Studying...
so how did it go.
I have rtorrent 7.9 installed on my server running CentOS and would like to update to the newer rtorrent (8.9). As it stands right now, I did not compile it with xmlrpc so I cannot run rutorrent. Can someone please guide me on how to update the rtorrent and get rutorrent running on it as well?
I followed this guide to the T, so rtorrent is working just great but I would really like to have rutorrent running on it as well.
Hi,
I'm new at this things but a bit know concole.
I'm fail at here:
I get:Quote:
Now do the following:
apache2ctl configtest
/etc/init.d/apache2 force-reload
/etc/init.d/apache2 restart
Can U please tell what I miss or do wrong? :unsure:Quote:
root@theftl:/var/www/rutorrent# apache2ctl configtest
Syntax error on line 58 of /etc/apache2/sites-enabled/000-default:
SSLCertificateFile: file '/etc/apache2/apache.pem' does not exist or is empty
Action 'configtest' failed.
The Apache error log may have more information.
root@theftl:/var/www/rutorrent#
root@theftl:/var/www/rutorrent# /etc/init.d/apache2 force-reload
Syntax error on line 58 of /etc/apache2/sites-enabled/000-default:
SSLCertificateFile: file '/etc/apache2/apache.pem' does not exist or is empty
Action 'configtest' failed.
The Apache error log may have more information.
failed!
My rtorrent say: Bad link to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.
Sincerely: WUKONS
You didn't do the SSL certificate creation step, or at least you didn't follow all of the steps of that part. It's not finding the /etc/apache2/apache.pem file, which is necessary for SSL.
Do this as root:
apt-get install libapache2-mod-scgi
And try again. I can't really help you if you decided to skip steps arbitrarily.
You must be missing a standard repository for whatever version of Debian you're running, I just double checked the apt-cache list and that package is still alive and well.
Can you post the contents of the file /etc/apt/sources.list ?
Runnin this crappy thing at Debian 5.0.
Content of sources.list:
Thanks.Quote:
#
# deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15]/ squeeze contrib main
deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15]/ squeeze contrib main
deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main contrib
# Line commented out by installer because it failed to verify:
#deb ://volatile.debian.org squeeze-updates main contrib
# Line commented out by installer because it failed to verify:
#deb-src ://volatile.debian.org squeeze-updates main contrib
deb http://www.debian-multimedia.org/ sid main non-free
deb-src http://www.debian-multimedia.org/ sid main non-free
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb http://http.us.debian.org/debian/ squeeze main contrib non-free
deb-src http://http.us.debian.org/debian/ squeeze main contrib non-free
OK, I added these lines and reboot server, but still it's messing with me:
:huh:Quote:
root@theftl:~# a2enmod scgi
ERROR: Module scgi does not exist!
You still need to add that package. In fact, you should probably add the entire list again since you may be missing other packages from the first list.
apt-get update
apt-get upgrade
apt-get install build-essential autoconf apache2 automake libtool libncurses5-dev libncursesw5-dev libcurl4-openssl-dev screen ntp ntpdate openssl php5 php5-cli php5-geoip php5-cgi gawk libapache2-mod-php5 libapache2-mod-scgi curl libcppunit-dev libsigc++-2.0-dev subversion nano unrar-free unzip
a2enmod ssl
a2enmod auth_digest
a2enmod scgi
reboot
Ohhhhh, I'm rly now thinking to blow that box up.
At get update i got:
Quote:
Get:14 http://http.us.debian.org squeeze/contrib amd64 Packages [53.0 kB]
Get:15 http://http.us.debian.org squeeze/non-free amd64 Packages [102 kB]
Media change: please insert the disc labeled
'Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15'
in the drive '/media/cdrom/' and press enter
Just add this line again to your sources.list file, somewhere at the bottom.
deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official amd64 DVD Binary-1 20110205-18:15]/ squeeze contrib main
Then repeat the process in my last post.
Your box is terribly set up if it's relying on a DVD physically in the drive :lol:
OMG!
Mother Of God! You did it! :) :) :)
Thanks alot alot man, I'm not gay but I love U!
Totally will add this Topic to favorites at all social accounts.
Thumbs up!
btw. Box at dotblock[dot]com
Edit: I can't find Rep button.
I don't want or need rep.
You've got a really odd box setup there :P
Yea, I said them, they close my support ticket and no answer. :lol:
Now just need to install Memcached, Sphinx, Ocelot and all for me should work.
One thing: This features always pissing me off and alot other users, not only me. :D
Sorry for offtopic. :whistling
thanks for the well writen guide.
but I have a problem:
when I'm execute ./configure --with-xmlrpc-c, I get this error:
checking for libtorrent... no
configure: error: Package requirements (libtorrent >= 0.12.6) were not met:
No package 'libtorrent' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libtorrent_CFLAGS
and libtorrent_LIBS to avoid the need to call pkg-config.
I was looking for a guide to install rutorrent. Thank you very much ca_aok because you have kidnapped of your time to create this!