HOWTO: Install on RHEL6 / CentOS 6 64bit

Linux specific questions, problems.
Post Reply
snowboarder04

HOWTO: Install on RHEL6 / CentOS 6 64bit

Post 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
User avatar
Nemo
Administrator
Administrator
Posts: 1744
Joined: Sat Jul 24, 2010 6:24 pm

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

Post by Nemo »

Thanks for your input snowboarder04, and welcome :).
hack2003

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

Post by hack2003 »

ln -s /usr/lib/pkgconfig/libtorrent-rasterbar.pc /usr/lib64/pkgconfig/libtorrent-rasterbar.pc

make the whole different between not and work..
Pandapied

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

Post by Pandapied »

Has anyone succeded with this howto ?. No matter what i try i can't get the latest version installed.
ciaobaby

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

Post by ciaobaby »

Pandapied

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

Post 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 :(
Pandapied

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

Post 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 ?
Last edited by Pandapied on Mon Mar 31, 2014 7:22 am, edited 1 time in total.
Post Reply