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.