Estoy intentando instalar Twister (microblogging p2p basado en Bitcoin y Bittorrent) y para ello tengo que instalar libtorrent. Me he desacargado los archivos desde http://twister.net.co/?page_id=23 y al intentar instalar libtorrent con "bootstrap.sh" me sale este error:
"Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
configure: error: Boost.System library not found. Try using --with-boost-system=lib"
Tengo instalados los paquetes libboost-system, libboost-filesystem, libboost-all-dev, etc. También he probado con otras versiones que hay en los repositorios (1.53 y 1.49 creo) y me pasa exactamente lo mismo. Lo he intentado poniendo --with-boost-system con "lib", "lib64", "/usr/lib", "/usr/lib64", "/usr/lib/x86_64-linux-gnu", etc. y me sale este error:
"Checking for boost libraries:
checking for boostlib >= 1.36... yes
checking whether the Boost::System library is available... yes
checking for exit in -l/usr/lib... no
checking for exit in -lboost_system-/usr/lib... no
configure: error: Could not link against boost_system-/usr/lib !"
En un foro decían que lo mejor para satisfacer dependencias era hacer "sudo apt-get build-dep python-libtorrent" pero me sale este error:
"Escogiendo «libtorrent-rasterbar» como paquete fuente en lugar de «python-libtorrent»
E: No se pudo encontrar un paquete de fuentes para libtorrent-rasterbar"
Si intento "sudo apt-get install build-dep libtorrent14" me sale:
"Escogiendo «libtorrent» como paquete fuente en lugar de «libtorrent14»
E: No se pudo encontrar un paquete de fuentes para libtorrent"
A ver si me podéis ayudar porque ya no sé qué más hacer.