qbittorrent-3.2.0 in Ubuntu 11.10
Posted: Wed May 27, 2015 12:32 am
Hi,
Great software and since I research in many computers ... this one is a challenge.
I have this computer with 11.10 ... because if I upgrade Ubuntu ... no video.
And with qbitt. <= 3.1.2 all versions compile ok and work great!!!!!!
The O.S.
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
The software:
qbittorrent-3.2.0.tar.xz
libtorrent-rasterbar-1.0.4.tar.gz
Boost 1.46.1
Qt is
qmake -v
QMake version 2.01a
Using Qt version 4.7.4 in /usr/lib/x86_64-linux-gnu
So I installed in a dir.
bin/qmake -v
QMake version 2.01a
Using Qt version 4.8.6 in /qtttttttttttttt/lib
/qtttttttttttttt/bin/qtdemo work all the demos.
In qbittorrent-3.2.0
./configure
...........
checking whether to enable the WebUI... yes
checking whether Qt5 should be enabled... no
checking for /qmake... no
checking for /qmake-qt4... no
checking for Qt4 qmake >= 4.8.0... not found
configure: error: Could not find qmake
I changed
./configure QT_QMAKE=/qtttttttttttttt/bin
.........
checking whether Qt5 should be enabled... no
checking for /qtttttttttttttt/bin/qmake... yes
checking for Qt4 qmake >= 4.8.0... /qtttttttttttttt/bin/qmake
checking whether QtDBus should be enabled... yes
checking for QtDBus >= 4.8.0... not found
configure: error: Could not find QtDBus
Why?
./configure QT_QMAKE=/qtttttttttttttt/bin --disable-qt-dbus
...
checking whether Qt5 should be enabled... no
checking for /qtttttttttttttt/bin/qmake... yes
checking for Qt4 qmake >= 4.8.0... /qtttttttttttttt/bin/qmake
checking whether QtDBus should be enabled... no
checking for boostlib >= 1.35... yes
...
And "make" work ...
But when
src/qbittorrent -v
src/qbittorrent: error while loading shared libraries: libtorrent-rasterbar.so.8: cannot open shared object file: No such file or directory
Please your comments.
Thanks in advance,
Neuron
Great software and since I research in many computers ... this one is a challenge.
I have this computer with 11.10 ... because if I upgrade Ubuntu ... no video.
And with qbitt. <= 3.1.2 all versions compile ok and work great!!!!!!
The O.S.
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 11.10
Release: 11.10
Codename: oneiric
The software:
qbittorrent-3.2.0.tar.xz
libtorrent-rasterbar-1.0.4.tar.gz
Boost 1.46.1
Qt is
qmake -v
QMake version 2.01a
Using Qt version 4.7.4 in /usr/lib/x86_64-linux-gnu
So I installed in a dir.
bin/qmake -v
QMake version 2.01a
Using Qt version 4.8.6 in /qtttttttttttttt/lib
/qtttttttttttttt/bin/qtdemo work all the demos.
In qbittorrent-3.2.0
./configure
...........
checking whether to enable the WebUI... yes
checking whether Qt5 should be enabled... no
checking for /qmake... no
checking for /qmake-qt4... no
checking for Qt4 qmake >= 4.8.0... not found
configure: error: Could not find qmake
I changed
./configure QT_QMAKE=/qtttttttttttttt/bin
.........
checking whether Qt5 should be enabled... no
checking for /qtttttttttttttt/bin/qmake... yes
checking for Qt4 qmake >= 4.8.0... /qtttttttttttttt/bin/qmake
checking whether QtDBus should be enabled... yes
checking for QtDBus >= 4.8.0... not found
configure: error: Could not find QtDBus
Why?
./configure QT_QMAKE=/qtttttttttttttt/bin --disable-qt-dbus
...
checking whether Qt5 should be enabled... no
checking for /qtttttttttttttt/bin/qmake... yes
checking for Qt4 qmake >= 4.8.0... /qtttttttttttttt/bin/qmake
checking whether QtDBus should be enabled... no
checking for boostlib >= 1.35... yes
...
And "make" work ...
But when
src/qbittorrent -v
src/qbittorrent: error while loading shared libraries: libtorrent-rasterbar.so.8: cannot open shared object file: No such file or directory
Please your comments.
Thanks in advance,
Neuron