For those trying to install on RHEL 6 / CentOS 6 (with the latest version at the time of writing):
cd /usr/src
wget http://libtorrent.googlecode.com/files/ ... 6.4.tar.gz
tar xf libtorrent-rasterbar-0.16.4.tar.gz
cd /usr/src/libtorrent-rasterbar-0.16.4
./configure --disable-debug --prefix=/usr
make clean && make
make install
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
cd /usr/src/
wget http://downloads.sourceforge.net/qbitto ... irror=osdn
tar xf qbittorrent-3.0.6.tar.gz
cd qbittorrent-3.0.6
./configure
/usr/bin/gmake
make install
HOWTO: Install on RHEL6 / CentOS 6 64bit
Re: HOWTO: Install on RHEL6 / CentOS 6 64bit
Thanks for your input snowboarder04, and welcome
.

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc
make the whole different between not and work..
make the whole different between not and work..
Re: HOWTO: Install on RHEL6 / CentOS 6 64bit
Has anyone succeded with this howto ?. No matter what i try i can't get the latest version installed.
Re: HOWTO: Install on RHEL6 / CentOS 6 64bit
Try one of the RPMs listed at http://rpm.pbone.net/index.php3?stat=3& ... &srodzaj=3
Re: HOWTO: Install on RHEL6 / CentOS 6 64bit
[quote="ciaobaby"]
Try one of the RPMs listed at http://rpm.pbone.net/index.php3?stat=3& ... &srodzaj=3
[/quote]
That didn't work the dependencies required can't be meet on centos 6.5
Try one of the RPMs listed at http://rpm.pbone.net/index.php3?stat=3& ... &srodzaj=3
[/quote]
That didn't work the dependencies required can't be meet on centos 6.5

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit
When using libtorrent-rasterbar-0.16.12 and qbittorrent-3.1.9 i get this error when running qbittorrent-nox: qbittorrent-nox: error while loading shared libraries: libtorrent-rasterbar.so.7: cannot open shared object file: No such file or directory
And i have made a symlink as posted in this howto, but no succes.
[pandapied@Pandapied ~]$ which qbittorrent-nox
/usr/local/bin/qbittorrent-nox
When using any version of libtorrent-rasterbar above 0.16.12, it can't detect my boost install !.
Any ideas ?
And i have made a symlink as posted in this howto, but no succes.
[pandapied@Pandapied ~]$ which qbittorrent-nox
/usr/local/bin/qbittorrent-nox
When using any version of libtorrent-rasterbar above 0.16.12, it can't detect my boost install !.
Any ideas ?
Last edited by Pandapied on Mon Mar 31, 2014 7:22 am, edited 1 time in total.