Page 1 of 1

HOWTO: Install on RHEL6 / CentOS 6 64bit

Posted: Thu Jan 03, 2013 10:29 pm
by snowboarder04
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

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit

Posted: Fri Jan 04, 2013 6:39 pm
by Nemo
Thanks for your input snowboarder04, and welcome :).

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit

Posted: Sat Jan 05, 2013 5:56 am
by hack2003
ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc

make the whole different between not and work..

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit

Posted: Sun Mar 30, 2014 4:40 pm
by Pandapied
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

Posted: Sun Mar 30, 2014 7:20 pm
by ciaobaby

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit

Posted: Mon Mar 31, 2014 6:27 am
by Pandapied
[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 :(

Re: HOWTO: Install on RHEL6 / CentOS 6 64bit

Posted: Mon Mar 31, 2014 7:13 am
by Pandapied
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 ?