全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别
查看: 977|回复: 0

最近开的10o,安装libtorrent库后查询不到

[复制链接]
发表于 2017-8-22 10:09:39 | 显示全部楼层 |阅读模式
同样的安装命令安装过很多次了,这次不知道怎么回事就是查询不到,导致需要的qb版本安装不了
安装正常的机器是这样的:
$ pkg-config --list-all | grep libtorrent
libtorrent-rasterbar libtorrent-rasterbar - Bittorrent library.
Ubuntu 16.04 LTS

安装代码和返回结果:
   29  git clone https://github.com/arvidn/libtorrent.git
   30  cd libtorrent/
   31  git checkout RC_1_0;
   32  ./autotool.sh;
   33  ./configure --disable-debug --enable-encryption --prefix=/usr/libtorrent --with-
libgeoip=system
The result ends with
Type 'make' to compile libtorrent-rasterbar 1.0.11
or type 'make V=1' for verbose compiling
and then 'make install' to install it into /usr

  34  make clean && make -j4
The result ends with
make[1]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/src'
Making all in examples
make[1]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/examples'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/examples'
Making all in test
make[1]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/test'
Making all in bindings
make[1]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/bindings'
Making all in python
make[2]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/bindings/python'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/bindings/python'
make[2]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/bindings'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/bindings'
make[1]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/bindings'
Making all in tools
make[1]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/tools'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent/tools'
make[1]: Entering directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/yellow/ipv6-dhclient-script/tmp/libtorrent'

   35  make install
The result ends with:
Libraries have been installed in:
/usr/libtorrent/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:

add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
use the '-Wl,-rpath -Wl,LIBDIR' linker flag
have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/yellow/tmp/libtorrent/src'
make[1]: Leaving directory '/home/yellow/tmp/libtorrent/src'
Making install in examples
make[1]: Entering directory '/home/yellow/tmp/libtorrent/examples'
make[2]: Entering directory '/home/yellow/tmp/libtorrent/examples'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/yellow/tmp/libtorrent/examples'
make[1]: Leaving directory '/home/yellow/tmp/libtorrent/examples'
Making install in test
make[1]: Entering directory '/home/yellow/tmp/libtorrent/test'
make[2]: Entering directory '/home/yellow/tmp/libtorrent/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/yellow/tmp/libtorrent/test'
make[1]: Leaving directory '/home/yellow/tmp/libtorrent/test'
Making install in bindings
make[1]: Entering directory '/home/yellow/tmp/libtorrent/bindings'
Making install in python
make[2]: Entering directory '/home/yellow/tmp/libtorrent/bindings/python'
make[3]: Entering directory '/home/yellow/tmp/libtorrent/bindings/python'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/yellow/tmp/libtorrent/bindings/python'
make[2]: Leaving directory '/home/yellow/tmp/libtorrent/bindings/python'
make[2]: Entering directory '/home/yellow/tmp/libtorrent/bindings'
make[3]: Entering directory '/home/yellow/tmp/libtorrent/bindings'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/yellow/tmp/libtorrent/bindings'
make[2]: Leaving directory '/home/yellow/tmp/libtorrent/bindings'
make[1]: Leaving directory '/home/yellow/tmp/libtorrent/bindings'
Making install in tools
make[1]: Entering directory '/home/yellow/tmp/libtorrent/tools'
make[2]: Entering directory '/home/yellow/tmp/libtorrent/tools'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/yellow/tmp/libtorrent/tools'
make[1]: Leaving directory '/home/yellow/tmp/libtorrent/tools'
make[1]: Entering directory '/home/yellow/tmp/libtorrent'
make[2]: Entering directory '/home/yellow/tmp/libtorrent'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/libtorrent/lib/pkgconfig'
/usr/bin/install -c -m 644 libtorrent-rasterbar.pc '/usr/libtorrent/lib/pkgconfig'
make[2]: Leaving directory '/home/yellow/tmp/libtorrent'
make[1]: Leaving directory '/home/yellow/tmp/libtorrent'

   36  pkg-config --list-all | grep libtorrent
查无结果
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-10-7 05:31 , Processed in 0.053746 second(s), 6 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表