IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Linux Discussion :

[Centos 6] Problème installation rTorrent


Sujet :

Linux

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    23
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 23
    Points : 10
    Points
    10
    Par défaut [Centos 6] Problème installation rTorrent
    Bonjour à tous,

    Je suis novice dans l'univers UNIX ...
    Afin de partager mes photos de vacances avec mon entourage, je souhaite installer un client torrent sur mon serveur =)

    Pour ce faire, j'ai suivi le tuto suivant : http://www.filesharingguides.com/tor...redhat-centos/

    Je suis jusqu'à maintenant parvenu à compiler et installer libTorrent.
    Mais il me manque la compil et l'install de rTorrent ...

    Après avoir tappé cette commande :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    [root@ksxxxxxxx rtorrent-0.9.2]# ./configure --with-xmlrpc-c
    J'obtiens cela :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    checking for libcurl... yes
    checking for libtorrent... yes
    checking for XMLRPC-C... failed
    configure: error: Could not compile XMLRPC-C test.
    J'ai réussi à régler pas mal de problème en amont (absence de paquets notamment), mais là, je sèche.

    Précision, je suis sous Centos 6.

    Un grand merci pour votre aide

  2. #2
    Expert confirmé Avatar de fregolo52
    Homme Profil pro
    Développeur C
    Inscrit en
    Août 2004
    Messages
    2 364
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Développeur C

    Informations forums :
    Inscription : Août 2004
    Messages : 2 364
    Points : 5 378
    Points
    5 378
    Par défaut
    Salut,

    je vais peut-être dire un truc stupide : as-tu XMLRPC-C sur ta machine ?
    Ex :
    yum list installed xmlrpc*
    Dans le tuto, je trouve bizarre qu'il installe des 2 versions d'xmlrpc-c (32 et 64bit)

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    23
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 23
    Points : 10
    Points
    10
    Par défaut
    Salut,

    Merci pour ton aide =)

    Voilà ce que me retourne ta commande :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    [root@xxxxxxxx ~]# sudo yum list installed xmlrpc*
    Loaded plugins: fastestmirror, priorities
    Loading mirror speeds from cached hostfile
     * base: mirror.bbln.org
     * epel: mirrors.coreix.net
     * extras: mirror.bbln.org
     * rpmforge: www.mirrorservice.org
     * updates: mirror.bbln.org
    8394 packages excluded due to repository priority protections
    Error: No matching Packages to list
    Je suppose que ça signifie que XMLRPC-C n'est pas installé ?

  4. #4
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    23
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 23
    Points : 10
    Points
    10
    Par défaut
    J'obtiens cette liste en recherchant l'appli en question :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    xmlrpc-c.i686 : A lightweight RPC library based on XML and HTTP
    xmlrpc-c-c++.i686 : C++ libraries for xmlrpc-c
    xmlrpc-c-c++.x86_64 : C++ libraries for xmlrpc-c
    xmlrpc-c-client.i686 : C client libraries for xmlrpc-c
    xmlrpc-c-client.x86_64 : C client libraries for xmlrpc-c
    xmlrpc-c-client++.i686 : C++ client libraries for xmlrpc-c
    xmlrpc-c-client++.x86_64 : C++ client libraries for xmlrpc-c
    xmlrpc-c-devel.i686 : Development files for xmlrpc-c based programs
    xmlrpc-c-devel.x86_64 : Development files for xmlrpc-c based programs
    xmlrpc3-javadoc.noarch : Javadoc for xmlrpc3
    erlang-xmlrpc.x86_64 : HTTP 1.1 compliant XML-RPC library for Erlang
    freeswitch-xmlint-xmlrpc.x86_64 : XML-RPC support for FreeSWITCH open source
                                    : telephony platform
    koji-hub.noarch : Koji XMLRPC interface
    lua-xmlrpc.noarch : Lua package to access and provide XML-RPC services
    php-ZendFramework2-XmlRpc.noarch : Zend Framework 2: XML-RPC Component
    php-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
    php54-php-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC
                            : protocol
    python-offtrac.noarch : Trac xmlrpc library
    python-wordpress-xmlrpc.noarch : WordPress XML-RPC API Integration Library
    trac-xmlrpc-plugin.noarch : Allows Trac plugins to export their interface via
                              : XML-RPC
    xmlrpc-c.x86_64 : A lightweight RPC library based on XML and HTTP
    xmlrpc-c-apps.x86_64 : Sample XML-RPC applications
    xmlrpc3-client.noarch : XML-RPC client implementation
    xmlrpc3-client-devel.noarch : Source for XML-RPC client implementation
    xmlrpc3-common.noarch : Common classes for XML-RPC client and server
                          : implementations
    xmlrpc3-common-devel.noarch : Source for common classes of XML-RPC
    xmlrpc3-server.noarch : XML-RPC server implementation
    xmlrpc3-server-devel.noarch : Source for XML-RPC server implementation
    Je pars dans la supposition que l'appli n'est pas installée sur ma machine.

    Je vais donc installer successivement les deux applis en gras, avec un test intermédiaire de compilation, parce que je n'ai aucune idée de laquelle choisir pour compiler ..

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    23
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 23
    Points : 10
    Points
    10
    Par défaut
    Ca aurait été trop simple si ça avait fonctionné =)

    J'ai un message sur la console qui me dit que la machine ne trouve pas libtorrent.

    Je retente donc de l'installer, et j'obtiens cela après le "make" :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    [root@******** libtorrent-0.13.2]# sudo make
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /root/install/libtorrent-0.13.2/missing --run aclocal-1.11 -I scripts
     cd . && /bin/sh /root/install/libtorrent-0.13.2/missing --run automake-1.11 --gnu
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /root/install/libtorrent-0.13.2/missing --run autoconf
    /bin/sh ./config.status --recheck
    running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for cppunit-config... /usr/bin/cppunit-config
    checking for Cppunit - version >= 1.9.6... 1.12.1
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for style of include used by make... GNU
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for a sed that does not truncate output... /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for ar... ar
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... no
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking whether we are using the GNU C++ compiler... (cached) yes
    checking whether g++ accepts -g... (cached) yes
    checking dependency style of g++... (cached) gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /usr/bin/ld -m elf_x86_64
    checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC -DPIC
    checking if g++ PIC flag -fPIC -DPIC works... yes
    checking if g++ static flag -static works... no
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether byte ordering is bigendian... no
    checking the byte alignment... required
    checking for user-defined CXXFLAGS... user-defined "-g -O2"
    checking for TR1 support... yes
    checking for C++11 support... no
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... no
    checking for kqueue support... no
    checking whether kqueue supports pipes and ptys... no
    checking for epoll support... yes
    checking for fallocate... yes
    checking size of long... 8
    checking sys/vfs.h usability... yes
    checking sys/vfs.h presence... yes
    checking for sys/vfs.h... yes
    checking sys/statvfs.h usability... yes
    checking sys/statvfs.h presence... yes
    checking for sys/statvfs.h... yes
    checking sys/statfs.h usability... yes
    checking sys/statfs.h presence... yes
    checking for sys/statfs.h... yes
    checking for statvfs... ok
    checking if compiler supports __attribute__((visibility("default")))... yes
    checking for the pthreads library -lpthreads... no
    checking whether pthreads work without any flags... no
    checking whether pthreads work with -Kthread... no
    checking whether pthreads work with -kthread... no
    checking for the pthreads library -llthread... no
    checking whether pthreads work with -pthread... yes
    checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
    checking if more special flags are required for pthreads... no
    checking for PTHREAD_PRIO_INHERIT... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for OPENSSL... yes
    checking for STUFF... yes
    checking for posix_memalign... yes
    checking for madvise... no
    checking for cacheline... using default 128 bytes
    checking for __builtin_popcount... yes
    checking signedness of mincore parameter... unsigned
    checking for proper overloaded template function disambiguation... yes
    checking if compiler supports __attribute__((unused))... yes
    configure: creating ./config.status
     /bin/sh ./config.status
    config.status: creating libtorrent.pc
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating src/torrent/Makefile
    config.status: creating src/torrent/peer/Makefile
    config.status: creating src/torrent/data/Makefile
    config.status: creating src/torrent/download/Makefile
    config.status: creating src/torrent/utils/Makefile
    config.status: creating src/data/Makefile
    config.status: creating src/dht/Makefile
    config.status: creating src/download/Makefile
    config.status: creating src/net/Makefile
    config.status: creating src/protocol/Makefile
    config.status: creating src/tracker/Makefile
    config.status: creating src/utils/Makefile
    config.status: creating test/Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing libtool commands
    (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /root/install/libtorrent-0.13.2/missing --run autoheader)
    rm -f stamp-h1
    touch config.h.in
    cd . && /bin/sh ./config.status config.h
    config.status: creating config.h
    config.status: config.h is unchanged
    make  all-recursive
    make[1]: entrant dans le répertoire « /root/install/libtorrent-0.13.2 »
    Making all in src
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src »
    Making all in torrent
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    Making all in data
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/data »
    make[4]: Rien à faire pour « all ».
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/data »
    Making all in download
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/download »
    make[4]: Rien à faire pour « all ».
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/download »
    Making all in peer
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/peer »
    make[4]: Rien à faire pour « all ».
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/peer »
    Making all in utils
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/utils »
    make[4]: Rien à faire pour « all ».
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/utils »
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    make[4]: Rien à faire pour « all-am ».
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    Making all in data
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/data »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/data »
    Making all in dht
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/dht »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/dht »
    Making all in download
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/download »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/download »
    Making all in net
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/net »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/net »
    Making all in protocol
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/protocol »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/protocol »
    Making all in tracker
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/tracker »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/tracker »
    Making all in utils
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/utils »
    make[3]: Rien à faire pour « all ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/utils »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src »
    make[3]: Rien à faire pour « all-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src »
    Making all in test
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/test »
    make[2]: Rien à faire pour « all ».
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/test »
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2 »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2 »
    make[1]: quittant le répertoire « /root/install/libtorrent-0.13.2 »
    Les dernières lignes me semblent étranges (make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/test »
    make[2]: Rien à faire pour « all ».).


    Je tente quand même un make install, et j'obtiens ça :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    [root@******* libtorrent-0.13.2]# sudo make install
    Making install in src
    make[1]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src »
    Making install in torrent
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    Making install in data
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/data »
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/data »
    make[4]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/include/torrent/data" || /bin/mkdir -p "/usr/local/include/torrent/data"
     /usr/bin/install -c -m 644 block.h block_list.h block_transfer.h chunk_utils.h download_data.h file.h file_list.h file_list_iterator.h file_manager.h file_utils.h piece.h transfer_list.h '/usr/local/include/torrent/data'
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/data »
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/data »
    Making install in download
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/download »
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/download »
    make[4]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/include/torrent/download" || /bin/mkdir -p "/usr/local/include/torrent/download"
     /usr/bin/install -c -m 644 choke_group.h choke_queue.h download_manager.h group_entry.h resource_manager.h '/usr/local/include/torrent/download'
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/download »
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/download »
    Making install in peer
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/peer »
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/peer »
    make[4]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/include/torrent/peer" || /bin/mkdir -p "/usr/local/include/torrent/peer"
     /usr/bin/install -c -m 644 choke_status.h client_info.h client_list.h connection_list.h peer.h peer_info.h peer_list.h '/usr/local/include/torrent/peer'
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/peer »
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/peer »
    Making install in utils
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/utils »
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent/utils »
    make[4]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/include/torrent/utils" || /bin/mkdir -p "/usr/local/include/torrent/utils"
     /usr/bin/install -c -m 644 extents.h log.h log_buffer.h log_files.h option_strings.h ranges.h resume.h signal_bitfield.h thread_base.h '/usr/local/include/torrent/utils'
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/utils »
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent/utils »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    make[4]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    make[4]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/include/torrent" || /bin/mkdir -p "/usr/local/include/torrent"
     /usr/bin/install -c -m 644 bitfield.h chunk_manager.h common.h connection_manager.h dht_manager.h download.h download_info.h error.h exceptions.h event.h hash_string.h http.h object.h object_raw_bencode.h object_static_map.h object_stream.h path.h poll.h poll_epoll.h poll_kqueue.h poll_select.h rate.h throttle.h torrent.h tracker.h tracker_controller.h tracker_list.h '/usr/local/include/torrent'
    make[4]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/torrent »
    Making install in data
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/data »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/data »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/data »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/data »
    Making install in dht
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/dht »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/dht »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/dht »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/dht »
    Making install in download
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/download »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/download »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/download »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/download »
    Making install in net
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/net »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/net »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/net »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/net »
    Making install in protocol
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/protocol »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/protocol »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/protocol »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/protocol »
    Making install in tracker
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/tracker »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/tracker »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/tracker »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/tracker »
    Making install in utils
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/utils »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src/utils »
    make[3]: Rien à faire pour « install-exec-am ».
    make[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/utils »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src/utils »
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src »
    make[3]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/src »
    test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
     /bin/sh ../libtool   --mode=install /usr/bin/install -c   libtorrent.la '/usr/local/lib'
    libtool: install: /usr/bin/install -c .libs/libtorrent.so.14.0.4 /usr/local/lib/libtorrent.so.14.0.4
    libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent.so.14.0.4 libtorrent.so.14 || { rm -f libtorrent.so.14 && ln -s libtorrent.so.14.0.4 libtorrent.so.14; }; })
    libtool: install: (cd /usr/local/lib && { ln -s -f libtorrent.so.14.0.4 libtorrent.so || { rm -f libtorrent.so && ln -s libtorrent.so.14.0.4 libtorrent.so; }; })
    libtool: install: /usr/bin/install -c .libs/libtorrent.lai /usr/local/lib/libtorrent.la
    libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n /usr/local/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/local/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[3]: Rien à faire pour « install-data-am ».
    make[3]: quittant le répertoire « /root/install/libtorrent-0.13.2/src »
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/src »
    make[1]: quittant le répertoire « /root/install/libtorrent-0.13.2/src »
    Making install in test
    make[1]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/test »
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/test »
    make[2]: Rien à faire pour « install-exec-am ».
    make[2]: Rien à faire pour « install-data-am ».
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2/test »
    make[1]: quittant le répertoire « /root/install/libtorrent-0.13.2/test »
    make[1]: entrant dans le répertoire « /root/install/libtorrent-0.13.2 »
    make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2 »
    make[2]: Rien à faire pour « install-exec-am ».
    test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
     /usr/bin/install -c -m 644 libtorrent.pc '/usr/local/lib/pkgconfig'
    make[2]: quittant le répertoire « /root/install/libtorrent-0.13.2 »
    make[1]: quittant le répertoire « /root/install/libtorrent-0.13.2 »

    Bref, je suis complètement perdu ... si quelqu'un saurait me venir en aide ... Merci

  6. #6
    Expert confirmé Avatar de fregolo52
    Homme Profil pro
    Développeur C
    Inscrit en
    Août 2004
    Messages
    2 364
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Développeur C

    Informations forums :
    Inscription : Août 2004
    Messages : 2 364
    Points : 5 378
    Points
    5 378
    Par défaut
    Salut,

    Ca a marché pour xmlrpc mais le tuto disait plutôt d'installer le package de développement : xmlrpc-c-devel

    Les dernières lignes me semblent étranges (make[2]: entrant dans le répertoire « /root/install/libtorrent-0.13.2/test »
    make[2]: Rien à faire pour « all ».).
    C'est vraiment pas important si les tests ne sont pas compilés.

    Mais avant, j'ai l'impression qu'il ne fait rien ou pas grand chose.
    Sans faire la manip moi-même, je sèche aussi en regardant tes logs.

  7. #7
    Membre à l'essai
    Profil pro
    Inscrit en
    Avril 2006
    Messages
    23
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2006
    Messages : 23
    Points : 10
    Points
    10
    Par défaut
    @fregolo52 : MP envoyé

Discussions similaires

  1. Problème installation OpenVPN sur CentOS 6.2
    Par Socomfr dans le forum Développement
    Réponses: 0
    Dernier message: 20/08/2012, 16h46
  2. installation centos et problème avec le kernel
    Par Bboubakri dans le forum Linux
    Réponses: 4
    Dernier message: 08/04/2012, 15h45
  3. problème installation gcc 3.4.6 [centOS]
    Par DJ-sauron dans le forum Applications et environnements graphiques
    Réponses: 0
    Dernier message: 13/01/2011, 11h08
  4. Problème installation et démarrage démon MySQL
    Par gafish dans le forum Installation
    Réponses: 2
    Dernier message: 05/02/2004, 13h20
  5. [TOMCAT] Problème install
    Par stailer dans le forum Tomcat et TomEE
    Réponses: 3
    Dernier message: 18/12/2003, 18h34

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo