Caio Abreu Ferreira escreveu:
Lista
Estou tentando instalar o software rtorrent via código fonte no
gnu/linux debian stable. Para isso fiz o seguinte:
01 - su
02 - cd /tmp
03 - wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.6.tar.gz
04 - wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.6.tar.gz
05 - cd /usr/local/src
06 - tar xzvf /tmp/libtorrent-0.12.6.tar.gz
07 - tar xzvf /tmp/rtorrent-0.8.6.tar.gz
08 - cd /usr/local/src/libtorrent
09 - ./configure --prefix=/usr/local/libtorrent
10 - make
11 - make install
12 - vi /etc/ld.so.conf
13 - acrecentar a linha "/usr/local/libtorrent/lib"
14 - ldconfig
Até aqui nenhum problema.
15 - cd /usr/local/src/rtorrent-0.8.6
a versão 0.7.9-2.2 não serve?
ela está no stable
16 - ./autogen.sh
17 - ./configure --prefix=/usr/local/rtorrent
A partir deste ponto já ocorreu problema.
checking for libtorrent... configure: error: Package requirements (libtorrent
= 0.12.6) were not met:
No package 'libtorrent' found
libtorrent10 é uma das libs relacionadas a libtorrent que está nos
repositórios do stable
e sua versão é 0.11.9-1.1
tem que ser está versão que você está tentando?
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libtorrent_CFLAGS
and libtorrent_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Executei o comando "configure" com os seguinte parâmetros:
18 - ./configure --prefix=/usr/local/rtorrent
libtorrent_LIBS=/usr/local/libtorrent/lib/
libtorrent_CFLAGS=/usr/local/libtorrent/lib/
Aparentemente deu certo, pois apareceu a seguinte mensagem:
checking for libtorrent... yes
Mas quando executo o comand "make" aparecem várias mensagens de erro.
Alguém por acaso instalou o rtorrent via código fonte?
Obrigado
--
##############################################
# Ricardo Esdra #
# #
# linux user n° 446011 #
##############################################
--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4bce49a5.6000...@gmail.com