libtorrentとDelugeのライブラリについて混乱している


0

だから私は自分が管理しているリモートのDebian 7サーバーを持っていて、私はまだDebianとLinux全般について多くを学んでいます。

具体的には、私は次の質問があります。

1)Delugeに使用されているライブラリはどのように判断しますか? libtorrent-rasterbar-0.15.10と同様に、ソースからDeluge 1.3.6をインストールしました。 deluge -vコマンドを実行すると、次のようになります。
$ deluge -v
大洪水:1.3.6
libtorrent:0.15.10.0

私に示されているように、どのライブラリがLinuxの中で別の方法で使われているかを決定する方法はありますか?

2)dpkg -S libtorrentを実行すると、以下のようになります。

$ dpkg -S libtorrent
libtorrent-rasterbar6:/usr/lib/libtorrent-rasterbar.so.6
libtorrent-rasterbar6:/ usr / share / doc / libtorrent-rasterbar6 / copyright
libtorrent-rasterbar6:/usr/lib/libtorrent-rasterbar.so.6.0.0
python-libtorrent:/usr/share/pyshared/python_libtorrent-0.15.10.egg-info
python-libtorrent:/usr/share/doc/python-libtorrent/changelog.Debian.gz
libtorrent-rasterbar6:/ usr / share / doc / libtorrent-rasterbar6
python-libtorrent:/usr/lib/python2.7/dist-packages/libtorrent.so
python-libtorrent:/usr/lib/python2.6/dist-packages/libtorrent.so
python-libtorrent:/ usr / share / doc / python-libtorrent / copyright
libtorrent-rasterbar6:/usr/share/doc/libtorrent-rasterbar6/README.Debian
python-libtorrent:/usr/share/doc/python-libtorrent/changelog.gz
python-libtorrent:/usr/lib/python2.6/dist- packages / python_libtorrent-0.15.10.egg-info
libtorrent-rasterbar6:/usr/share/doc/libtorrent-rasterbar6/changelog.Debian.gz
python-libtorrent:/usr/lib/pyshared/python2.6/libtorrent.so
libtorrent-rasterbar6:/ usr / share / doc / libtorrent-rasterbar6 /作者
libtorrent-rasterbar6:/usr/share/doc/libtorrent-rasterbar6/changelog.gz
python-libtorrent:/ usr / share / doc / python-libtorrent
python-libtorrent:/usr/lib/pyshared/python2.7/libtorrent.so
python-libtorrent:/usr/lib/python2.7/dist- packages / python_libtorrent-0.15.10.egg-info

私はインストールされてラスターバーを束縛されてラスターバーがラスターバー0.15.10ではなくlibtorrent-rasterbar6として表示されるのであれば、これらの違いを知りたい/理解したいです。

私は一般的に少し混乱している人がここにいくつかの入力をいただければ幸いです:)

回答:


0

バイナリファイルにldd、lddを使用すると、そのファイルのライブラリ要件が表示されます。 例えば、これは私の箱のエコーのライブラリ要件です。

#ldd /bin/echo
linux-vdso.so.1 (0x00007fff441fe000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4a5a715000)
/lib64/ld-linux-x86-64.so.2 (0x00007f4a5aae8000)
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.