<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Installing libTorrent and rTorrent on Linux Centos</title> <atom:link href="http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/feed/" rel="self" type="application/rss+xml" /><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/</link> <description>What&#039;s going on Internet?</description> <lastBuildDate>Mon, 06 Feb 2012 19:41:35 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Markus</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-2767</link> <dc:creator>Markus</dc:creator> <pubDate>Mon, 06 Feb 2012 19:41:35 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-2767</guid> <description>you can use FileZilla and use SFTP protocol to connect to your VPS and download files just like using FTP. SFTP means SSH File Transfer Protocol, you don&#039;t need to setup FTP server for this as the SSH server (which already installed and running) will serve SFTP. you&#039;ll use your SSH login to connect to your VPS using SFTP.</description> <content:encoded><![CDATA[<p>you can use FileZilla and use SFTP protocol to connect to your VPS and download files just like using FTP. SFTP means SSH File Transfer Protocol, you don&#8217;t need to setup FTP server for this as the SSH server (which already installed and running) will serve SFTP. you&#8217;ll use your SSH login to connect to your VPS using SFTP.</p> ]]></content:encoded> </item> <item><title>By: W.</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-2746</link> <dc:creator>W.</dc:creator> <pubDate>Mon, 23 Jan 2012 09:21:16 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-2746</guid> <description>Hey,I got it working, thank your for that ^^ But i&#039;m all new to this. How can I download my downloaded torrents? For example, I downloaded 1GB of wallpapers and it&#039;s 100% downloaded on my VPS, the name of the file is PHOTO123.rar . How do I download this file to my desktop?Many thanks!</description> <content:encoded><![CDATA[<p>Hey,</p><p>I got it working, thank your for that ^^<br /> But i&#8217;m all new to this. How can I download my downloaded torrents?<br /> For example, I downloaded 1GB of wallpapers and it&#8217;s 100% downloaded on my VPS, the name of the file is PHOTO123.rar . How do I download this file to my desktop?</p><p>Many thanks!</p> ]]></content:encoded> </item> <item><title>By: adam7979</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-2187</link> <dc:creator>adam7979</dc:creator> <pubDate>Thu, 08 Sep 2011 01:45:02 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-2187</guid> <description>on a freshly installed CentOS 6, this is what i do to get libtorrent and rtorrent compiled:# yum install gcc vsftpd pkgconfig openssl-devel libsigc++20-devel make gcc-c++ ncurses-devel libcurl-devel libtool xmlrpc-c-devel cppunit-devel pcre-devel bzip2-devel httpd-devel php-devel php-pdo# export PKG_CONFIG_PATH=/usr/local/lib/pkgconfigthen in libtorrent directory, ./autogen.sh, ./configure, make, make install in rtorrent directory, ./autogen.sh, ./configure --with-xmlrpc-c, make, make installxmlrpc because i&#039;m using rutorrent.hope this helps the others.</description> <content:encoded><![CDATA[<p>on a freshly installed CentOS 6, this is what i do to get libtorrent and rtorrent compiled:</p><p># yum install gcc vsftpd pkgconfig openssl-devel libsigc++20-devel make gcc-c++ ncurses-devel libcurl-devel libtool xmlrpc-c-devel cppunit-devel pcre-devel bzip2-devel httpd-devel php-devel php-pdo</p><p># export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</p><p>then in libtorrent directory, ./autogen.sh, ./configure, make, make install<br /> in rtorrent directory, ./autogen.sh, ./configure &#8211;with-xmlrpc-c, make, make install</p><p>xmlrpc because i&#8217;m using rutorrent.</p><p>hope this helps the others.</p> ]]></content:encoded> </item> <item><title>By: Markus</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-1813</link> <dc:creator>Markus</dc:creator> <pubDate>Tue, 10 May 2011 05:38:04 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-1813</guid> <description>it seems that the ./configure is failed. a search on google said that is something to do with libtool, so try install or update libtool on your server.</description> <content:encoded><![CDATA[<p>it seems that the ./configure is failed. a search on google said that is something to do with libtool, so try install or update libtool on your server.</p> ]]></content:encoded> </item> <item><title>By: Swizzlestix</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-1739</link> <dc:creator>Swizzlestix</dc:creator> <pubDate>Sat, 12 Mar 2011 11:51:48 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-1739</guid> <description>Hey, I&#039;m having a little trouble getting this to work. Maybe I&#039;m doing something wrong in the configuration, but here&#039;s what I get WHEN:a) I use the command ./configure in the dir libtorrent-0.12.5 after using ./autogen.sh and receiving no errors:./configure: line 2027: syntax error near unexpected token `build_old_libs,&#039; ./configure: line 2027: `      _LT_DECL(build_old_libs, enable_static, 0,&#039;(From here I tried out &#039;make&#039;)make: *** No targets specified and no makefile found.  Stop.(I found Makefile.am and Makefile.in inside the directory, so I&#039;m not sure why the command isn&#039;t finding it.)b) I used the command ./configure in the dir rtorrent-0.8.5 after using ./autogen.sh without recieving any errors. The following is the last two lines of what looks like healthy results../configure: line 18658: syntax error near unexpected token `TORRENT_ENABLE_DEBUG&#039; ./configure: line 18658 `TORRENT_ENABLE_DEBUG()&#039;(I also get the same &#039;makefile not found&#039; error as with libtorrent even though the Makefiles are there. What am I doing wrong, and what can I do to fix this problem?)</description> <content:encoded><![CDATA[<p>Hey, I&#8217;m having a little trouble getting this to work. Maybe I&#8217;m doing something wrong in the configuration, but here&#8217;s what I get WHEN:</p><p>a) I use the command ./configure in the dir libtorrent-0.12.5 after using ./autogen.sh and receiving no errors:</p><p>./configure: line 2027: syntax error near unexpected token `build_old_libs,&#8217;<br /> ./configure: line 2027: `      _LT_DECL(build_old_libs, enable_static, 0,&#8217;</p><p>(From here I tried out &#8216;make&#8217;)</p><p>make: *** No targets specified and no makefile found.  Stop.</p><p>(I found Makefile.am and Makefile.in inside the directory, so I&#8217;m not sure why the command isn&#8217;t finding it.)</p><p>b) I used the command ./configure in the dir rtorrent-0.8.5 after using ./autogen.sh without recieving any errors. The following is the last two lines of what looks like healthy results.</p><p>./configure: line 18658: syntax error near unexpected token `TORRENT_ENABLE_DEBUG&#8217;<br /> ./configure: line 18658 `TORRENT_ENABLE_DEBUG()&#8217;</p><p>(I also get the same &#8216;makefile not found&#8217; error as with libtorrent even though the Makefiles are there. What am I doing wrong, and what can I do to fix this problem?)</p> ]]></content:encoded> </item> <item><title>By: Markus</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-1618</link> <dc:creator>Markus</dc:creator> <pubDate>Tue, 21 Dec 2010 08:17:12 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-1618</guid> <description>I&#039;ll look into it and try to install</description> <content:encoded><![CDATA[<p>I&#8217;ll look into it and try to install</p> ]]></content:encoded> </item> <item><title>By: Alexander</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-1617</link> <dc:creator>Alexander</dc:creator> <pubDate>Tue, 21 Dec 2010 04:14:05 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-1617</guid> <description>Hello, can i ask help how to install webUI too for rTorrent client. The installation setting to connection with rTorrent syntax command. Thanks in advance.</description> <content:encoded><![CDATA[<p>Hello, can i ask help how to install webUI too for rTorrent client. The installation setting to connection with rTorrent syntax command. Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: Vannia Rajan</title><link>http://markus.revti.com/2009/11/installing-libtorrent-and-rtorrent-on-linux-centos/comment-page-1/#comment-1561</link> <dc:creator>Vannia Rajan</dc:creator> <pubDate>Sat, 27 Nov 2010 14:51:47 +0000</pubDate> <guid isPermaLink="false">http://markus.revti.com/?p=449#comment-1561</guid> <description>Thanks.. I got stuck up on the PKG_CONFIG_PATH step.. Got away with that with the help of your post &#058;&#041;</description> <content:encoded><![CDATA[<p>Thanks.. I got stuck up on the PKG_CONFIG_PATH step.. Got away with that with the help of your post &#058;&#041;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 5/20 queries in 0.030 seconds using disk: basic
Object Caching 524/531 objects using disk: basic

Served from: markus.revti.com @ 2012-02-12 05:37:01 -->
