Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
check /var/log/apache2/error.log
Original comment by chris2...@gmail.com
on 4 Apr 2010 at 2:08
have you tried using the stable release of rtorrent?
I would highly recommend this. It has much less problems.
Original comment by Wonslung@gmail.com
on 4 Apr 2010 at 2:40
I have not, would I need to uninstall the svn versions of libtorrent/rtorrent to
switch to stable?
error.log:
[Sun Apr 04 08:02:36 2010] [notice] Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu3
with
Suhosin-Patch mod_scgi/1.13 configured -- resuming normal operations
[Sun Apr 04 17:50:42 2010] [error] [client 10.0.0.1] PHP Notice: Undefined
variable:
mtime in /var/www/rutorrent/php/getsettings.php on line 11, referer:
http://zbox/rutorrent/
Original comment by David....@gmail.com
on 4 Apr 2010 at 10:52
yes, you'd want to do that.
thought you might be able to just install overtop of it, but i would only do
this if
you don't know how to uninstall it
another option, if you wish to TEST, install the stable version to opt like
this:
when you go to configure libtorrent,
./configure --prefix=/opt/rtorrent
make
make install
then when you go to install rtorrent:
export PKG_CONFIG_PATH=/opt/rtorrent:$PKG_CONFIG_PATH
./configure --prefix=/opt/rtorrent --with-xmlrpc-c=/path/to/xmlrpc-c
make
make install
also, it's a good idea to use svn version of xmlrpc-c
Original comment by Wonslung@gmail.com
on 5 Apr 2010 at 3:07
ruTorrent can't working correctly with svn version of rtorrent. BTW, this
marked on
start page of this project.
Original comment by novik65
on 5 Apr 2010 at 9:40
Original issue reported on code.google.com by
David....@gmail.com
on 3 Apr 2010 at 6:15