Changes between Initial Version and Version 1 of archive/libtorrent.rakshasa.no/Install


Ignore:
Timestamp:
08/08/15 16:24:28 (9 years ago)
Author:
Gabor Hudiczius
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/libtorrent.rakshasa.no/Install

    v1 v1  
     1[[libtorrentMirror]]
     2
     3= Installing =
     4
     5== Building ==
     6
     7./configure; make; make install
     8
     9
     10== libtorrent.so.5: cannot open shared object file: No such file or directory ==
     11
     12Make sure you have ''$prefix/lib in either your /etc/ld.so.conf or LD_LIBRARY_PATH, where ''$prefix'' is where you installed libtorrent. To update the ld cache, run "ldconfig".
     13
     14
     15== Non-blocking hostname lookup in curl ==
     16
     17RTorrent will block on hostname lookup during tracker requests and http downloads. You can avoid this by compiling libcurl with 'cares' support, though this will be fixed later by using seperate threads within rTorrent.