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

Modules Perl Discussion :

Pb d'installation du module Digest-SHA-5.62


Sujet :

Modules Perl

  1. #1
    Futur Membre du Club
    Inscrit en
    Juin 2011
    Messages
    8
    Détails du profil
    Informations forums :
    Inscription : Juin 2011
    Messages : 8
    Points : 5
    Points
    5
    Par défaut Pb d'installation du module Digest-SHA-5.62
    Hello,

    J'essaye actuellement d'installer bugzilla, j'ai donc besoin d'installer les modules qui vont avec.
    Là je bloque sur l'install de Digest-SHA-5.62. J'ai installé un compilateur C.

    L'erreur est visible ci-dessous.
    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
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    root@qoscoll1 Digest-SHA-5.62]# make
    Skip blib/lib/Digest/SHA.pm (unchanged)
    gcc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"5.62\" -DXS_VERSION=\"5.62\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -DSHA_PERL_MODULE SHA.c
    In file included from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:420:24: error: sys/types.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:451:19: error: ctype.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:463:23: error: locale.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:480:20: error: setjmp.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:486:26: error: sys/param.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:491:23: error: stdlib.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:496:23: error: unistd.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:776:23: error: string.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:925:27: error: netinet/in.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:929:26: error: arpa/inet.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:939:25: error: sys/stat.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:961:21: error: time.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:968:25: error: sys/time.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:975:27: error: sys/times.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:982:19: error: errno.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:997:25: error: sys/socket.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:1024:21: error: netdb.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:1127:24: error: sys/ioctl.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:1156:23: error: dirent.h: No such file or directory
    In file included from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/syslimits.h:7,
                     from /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:11,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:1510,
                     from SHA.xs:2:
    /usr/lib/gcc/x86_64-redhat-linux/4.1.2/include/limits.h:122:61: error: limits.h: No such file or directory
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2120,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/handy.h:136:25: error: inttypes.h: No such file or directory
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2284,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/unixish.h:106:21: error: signal.h: No such file or directory
    In file included from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2421:33: error: pthread.h: No such file or directory
    In file included from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2423: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âperl_os_threadâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2424: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âperl_mutexâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2425: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âperl_condâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2426: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âperl_keyâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/iperlsys.h:51,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2733,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlio.h:65:19: error: stdio.h: No such file or directory
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/iperlsys.h:51,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2733,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlio.h:259: error: expected â)â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlio.h:262: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlio.h:265: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlio.h:268: error: expected declaration specifiers or â...â before âFILEâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2747,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/sv.h:389: error: expected specifier-qualifier-list before âDIRâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/op.h:497,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2754,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:72:20: error: pwd.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:75:20: error: grp.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:85:26: error: crypt.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:90:27: error: shadow.h: No such file or directory
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/op.h:497,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2754,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:612: error: field â_crypt_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:620: error: field â_drand48_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:624: error: field â_grent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:635: error: field â_hostent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:654: error: field â_netent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:669: error: field â_protoent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:684: error: field â_pwent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:695: error: field â_servent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:710: error: field â_spent_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:721: error: field â_gmtime_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:724: error: field â_localtime_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:771: error: field â_random_structâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/reentr.h:772: error: expected specifier-qualifier-list before âint32_tâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2756,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/av.h:13: error: expected specifier-qualifier-list before âssize_tâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2759,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/scope.h:232: error: expected specifier-qualifier-list before âsigjmp_bufâ
    In file included from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2931: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgetuidâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2932: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgeteuidâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2933: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgetgidâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:2934: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âgetegidâ
    In file included from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:3238:22: error: math.h: No such file or directory
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:3881,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/thrdvar.h:85: error: field âTstatbufâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/thrdvar.h:86: error: field âTstatcacheâ has incomplete type
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/thrdvar.h:91: error: field âTtimesbufâ has incomplete type
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:3883,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/intrpvar.h:66: error: expected specifier-qualifier-list before âtime_tâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:3950,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:128: error: expected declaration specifiers or â...â before âmode_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:128: error: expected declaration specifiers or â...â before âuid_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:297: error: expected declaration specifiers or â...â before âoff64_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:299: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_do_sysseekâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:300: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_do_tellâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:411: error: expected declaration specifiers or â...â before âgid_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:411: error: expected declaration specifiers or â...â before âuid_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:736: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_my_forkâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:1020: error: expected declaration specifiers or â...â before âpid_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:1302: error: expected declaration specifiers or â...â before âpid_tâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:1458: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:2004: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_PerlIO_readâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:2005: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_PerlIO_writeâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:2006: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_PerlIO_unreadâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:2007: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPerl_PerlIO_tellâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/proto.h:2008: error: expected declaration specifiers or â...â before âoff64_tâ
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:3988,
                     from SHA.xs:2:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlvars.h:31: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPL_thr_keyâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlvars.h:48: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPL_op_mutexâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlvars.h:52: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPL_dollarzero_mutexâ
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:4485:24: error: sys/ipc.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:4486:24: error: sys/sem.h: No such file or directory
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perl.h:4611:24: error: sys/file.h: No such file or directory
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlapi.h:38,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/XSUB.h:349,
                     from SHA.xs:3:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/intrpvar.h:66: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/intrpvar.h:237: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/intrpvar.h:238: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/intrpvar.h:239: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/intrpvar.h:240: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    In file included from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlapi.h:39,
                     from /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/XSUB.h:349,
                     from SHA.xs:3:
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlvars.h:31: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlvars.h:48: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/perlvars.h:52: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
    In file included from src/sha.c:215,
                     from SHA.xs:5:
    src/sha64bit.c: In function âstrto64â:
    src/sha64bit.c:90: warning: implicit declaration of function âisxdigitâ
    src/sha64bit.c:91: warning: implicit declaration of function âstrtoulâ
    In file included from SHA.xs:5:
    src/sha.c: In function âsharewindâ:
    src/sha.c:263: warning: implicit declaration of function âmemsetâ
    src/sha.c:263: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:263: warning: implicit declaration of function âmemcpyâ
    src/sha.c:263: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:264: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:264: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:265: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:265: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:266: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:266: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:267: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:267: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:268: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:268: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:269: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c:269: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c: In function âshaopenâ:
    src/sha.c:283: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/sha.c: In function âshadirectâ:
    src/sha.c:302: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c: In function âshabytesâ:
    src/sha.c:318: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c:325: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c: In function âshahexâ:
    src/sha.c:426: warning: implicit declaration of function âsprintfâ
    src/sha.c:426: warning: incompatible implicit declaration of built-in function âsprintfâ
    src/sha.c: In function âencbase64â:
    src/sha.c:442: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c: In function âshabase64â:
    src/sha.c:463: warning: implicit declaration of function âstrcatâ
    src/sha.c:463: warning: incompatible implicit declaration of built-in function âstrcatâ
    src/sha.c:466: warning: incompatible implicit declaration of built-in function âstrcatâ
    src/sha.c: In function âshadupâ:
    src/sha.c:490: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/sha.c: In function âshadumpâ:
    src/sha.c:501: warning: implicit declaration of function âstrlenâ
    src/sha.c:501: warning: incompatible implicit declaration of built-in function âstrlenâ
    src/sha.c:502: warning: implicit declaration of function âpthread_getspecificâ
    src/sha.c:502: warning: implicit declaration of function âPerl_Gthr_key_ptrâ
    src/sha.c:502: error: invalid type argument of âunary *â
    src/sha.c:502: warning: cast to pointer from integer of different size
    src/sha.c:516: error: invalid type argument of âunary *â
    src/sha.c:516: warning: cast to pointer from integer of different size
    src/sha.c:517: error: invalid type argument of âunary *â
    src/sha.c:517: warning: cast to pointer from integer of different size
    src/sha.c: In function âfgetstrâ:
    src/sha.c:526: error: invalid type argument of âunary *â
    src/sha.c:526: warning: cast to pointer from integer of different size
    src/sha.c:528: error: invalid type argument of âunary *â
    src/sha.c:528: warning: cast to pointer from integer of different size
    src/sha.c: In function âemptyâ:
    src/sha.c:541: warning: implicit declaration of function âisspaceâ
    src/sha.c: In function âldvalsâ:
    src/sha.c:585: warning: implicit declaration of function âstrcmpâ
    src/sha.c: In function âcloseallâ:
    src/sha.c:603: error: invalid type argument of âunary *â
    src/sha.c:603: warning: cast to pointer from integer of different size
    src/sha.c:604: error: invalid type argument of âunary *â
    src/sha.c:604: warning: cast to pointer from integer of different size
    src/sha.c: In function âshaloadâ:
    src/sha.c:617: warning: incompatible implicit declaration of built-in function âstrlenâ
    src/sha.c:618: error: invalid type argument of âunary *â
    src/sha.c:618: warning: cast to pointer from integer of different size
    src/sha.c:636: error: invalid type argument of âunary *â
    src/sha.c:636: warning: cast to pointer from integer of different size
    src/sha.c:637: error: invalid type argument of âunary *â
    src/sha.c:637: warning: cast to pointer from integer of different size
    src/sha.c: In function âshacloseâ:
    src/sha.c:645: warning: incompatible implicit declaration of built-in function âmemsetâ
    In file included from SHA.xs:6:
    src/hmac.c: In function âhmacopenâ:
    src/hmac.c:25: warning: incompatible implicit declaration of built-in function âmemsetâ
    src/hmac.c:38: warning: incompatible implicit declaration of built-in function âmemcpyâ
    src/hmac.c: In function âhmaccloseâ:
    src/hmac.c:99: warning: incompatible implicit declaration of built-in function âmemsetâ
    SHA.c: In function âS_croak_xs_usageâ:
    SHA.c:46: error: invalid type argument of âunary *â
    SHA.c:46: warning: cast to pointer from integer of different size
    SHA.c:48: error: invalid type argument of âunary *â
    SHA.c:48: warning: cast to pointer from integer of different size
    SHA.c:51: error: invalid type argument of âunary *â
    SHA.c:51: warning: cast to pointer from integer of different size
    SHA.c: In function âXS_Digest__SHA_shacloseâ:
    SHA.c:86: error: invalid type argument of âunary *â
    SHA.c:86: warning: cast to pointer from integer of different size
    SHA.c:86: error: invalid type argument of âunary *â
    SHA.c:86: warning: cast to pointer from integer of different size
    SHA.c:86: error: invalid type argument of âunary *â
    SHA.c:86: warning: cast to pointer from integer of different size
    SHA.c:89: error: invalid type argument of âunary *â
    SHA.c:89: warning: cast to pointer from integer of different size
    SHA.c:93: error: invalid type argument of âunary *â
    SHA.c:93: warning: cast to pointer from integer of different size
    SHA.c:93: error: invalid type argument of âunary *â
    SHA.c:93: warning: cast to pointer from integer of different size
    SHA.c:93: error: invalid type argument of âunary *â
    SHA.c:93: warning: cast to pointer from integer of different size
    SHA.c:93: error: invalid type argument of âunary *â
    SHA.c:93: warning: cast to pointer from integer of different size
    SHA.c:95: error: invalid type argument of âunary *â
    SHA.c:95: warning: cast to pointer from integer of different size
    SHA.c:95: error: invalid type argument of âunary *â
    SHA.c:95: warning: cast to pointer from integer of different size
    ...
     
     
    SHA.c:584: warning: cast to pointer from integer of different size
    SHA.c:584: error: invalid type argument of âunary *â
    SHA.c:584: warning: cast to pointer from integer of different size
    SHA.c:586: error: invalid type argument of âunary *â
    SHA.c:586: warning: cast to pointer from integer of different size
    SHA.c:586: error: invalid type argument of âunary *â
    SHA.c:586: warning: cast to pointer from integer of different size
    SHA.c:586: error: invalid type argument of âunary *â
    SHA.c:586: warning: cast to pointer from integer of different size
    SHA.c:586: error: invalid type argument of âunary *â
    SHA.c:586: warning: cast to pointer from integer of different size
    SHA.c:586: error: invalid type argument of âunary *â
    SHA.c:586: warning: cast to pointer from integer of different size
    SHA.c:588: error: invalid type argument of âunary *â
    SHA.c:588: warning: cast to pointer from integer of different size
    SHA.c:588: error: invalid type argument of âunary *â
    SHA.c:588: warning: cast to pointer from integer of different size
    SHA.c:588: error: invalid type argument of âunary *â
    SHA.c:588: warning: cast to pointer from integer of different size
    SHA.c:588: error: invalid type argument of âunary *â
    SHA.c:588: warning: cast to pointer from integer of different size
    SHA.c:588: error: invalid type argument of âunary *â
    SHA.c:588: warning: cast to pointer from integer of different size
    SHA.c:590: error: invalid type argument of âunary *â
    SHA.c:590: warning: cast to pointer from integer of different size
    SHA.c:590: error: invalid type argument of âunary *â
    SHA.c:590: warning: cast to pointer from integer of different size
    SHA.c:590: error: invalid type argument of âunary *â
    SHA.c:590: warning: cast to pointer from integer of different size
    SHA.c:590: error: invalid type argument of âunary *â
    SHA.c:590: warning: cast to pointer from integer of different size
    SHA.c:590: error: invalid type argument of âunary *â
    SHA.c:590: warning: cast to pointer from integer of different size
    SHA.c:591: error: invalid type argument of âunary *â
    SHA.c:591: warning: cast to pointer from integer of different size
    SHA.c:591: error: invalid type argument of âunary *â
    SHA.c:591: warning: cast to pointer from integer of different size
    SHA.c:591: error: invalid type argument of âunary *â
    SHA.c:591: warning: cast to pointer from integer of different size
    SHA.c:591: error: invalid type argument of âunary *â
    SHA.c:591: warning: cast to pointer from integer of different size
    SHA.c:591: error: invalid type argument of âunary *â
    SHA.c:591: warning: cast to pointer from integer of different size
    SHA.c:593: error: invalid type argument of âunary *â
    SHA.c:593: warning: cast to pointer from integer of different size
    SHA.c:593: error: invalid type argument of âunary *â
    SHA.c:593: warning: cast to pointer from integer of different size
    SHA.c:593: error: invalid type argument of âunary *â
    SHA.c:593: warning: cast to pointer from integer of different size
    SHA.c:593: error: invalid type argument of âunary *â
    SHA.c:593: warning: cast to pointer from integer of different size
    SHA.c:593: error: invalid type argument of âunary *â
    SHA.c:593: warning: cast to pointer from integer of different size
    SHA.c:595: error: invalid type argument of âunary *â
    SHA.c:595: warning: cast to pointer from integer of different size
    SHA.c:595: error: invalid type argument of âunary *â
    SHA.c:595: warning: cast to pointer from integer of different size
    SHA.c:595: error: invalid type argument of âunary *â
    SHA.c:595: warning: cast to pointer from integer of different size
    SHA.c:595: error: invalid type argument of âunary *â
    SHA.c:595: warning: cast to pointer from integer of different size
    SHA.c:595: error: invalid type argument of âunary *â
    SHA.c:595: warning: cast to pointer from integer of different size
    SHA.c:602: error: invalid type argument of âunary *â
    SHA.c:602: warning: cast to pointer from integer of different size
    SHA.c:602: error: invalid type argument of âunary *â
    SHA.c:602: warning: cast to pointer from integer of different size
    SHA.c:602: error: invalid type argument of âunary *â
    SHA.c:602: warning: cast to pointer from integer of different size
    SHA.c:602: error: invalid type argument of âunary *â
    SHA.c:602: warning: cast to pointer from integer of different size
    make: *** [SHA.o] Error 1

    Merci pour votre aide

    Kzf

  2. #2
    Membre régulier Avatar de Tiger-222
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Janvier 2007
    Messages
    76
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Moselle (Lorraine)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Janvier 2007
    Messages : 76
    Points : 106
    Points
    106
    Par défaut
    Bonjour kenzoduf1,

    As-tu installé le paquet libc6-dev ?

  3. #3
    Futur Membre du Club
    Inscrit en
    Juin 2011
    Messages
    8
    Détails du profil
    Informations forums :
    Inscription : Juin 2011
    Messages : 8
    Points : 5
    Points
    5
    Par défaut
    Citation Envoyé par Tiger-222 Voir le message
    Bonjour kenzoduf1,

    As-tu installé le paquet libc6-dev ?
    SalutTiger-222,

    Non, je n'ai pas ce paquet.
    Sais-tu ou je peux le télécharger?
    Je suis sur du linux redhat.

    Merci d'avance...

    kzf

  4. #4
    Membre régulier Avatar de Tiger-222
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Janvier 2007
    Messages
    76
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Moselle (Lorraine)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Janvier 2007
    Messages : 76
    Points : 106
    Points
    106
    Par défaut
    Je ne connais pas Red Hat, mais en lisant ceci : http://www.trustonme.net/didactels/89.html il te suffit de trouver le paquet glibc-devel si je ne dis pas de bétise.

  5. #5
    Futur Membre du Club
    Inscrit en
    Juin 2011
    Messages
    8
    Détails du profil
    Informations forums :
    Inscription : Juin 2011
    Messages : 8
    Points : 5
    Points
    5
    Par défaut
    Citation Envoyé par Tiger-222 Voir le message
    Je ne connais pas Red Hat, mais en lisant ceci : http://www.trustonme.net/didactels/89.html il te suffit de trouver le paquet glibc-devel si je ne dis pas de bétise.
    Après vérification,
    Je dispose bien du paquet glibc-devel-2.5-42.el5_4.2.

  6. #6
    Invité
    Invité(e)
    Par défaut
    Salut,

    L'erreur indique qu'il ne trouve pas les headers. Ces derniers devraient être dans le package glibc-headers

    Dans mon cas (centos 5.4)
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
     rpm -ql glibc-headers-2.5-65 | grep stdio.h
    /usr/include/bits/stdio.h
    /usr/include/stdio.h
    Tu dois donc vérifier si ce package est bien installé sur ta distro et l'installer si ce n'est pas le cas

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    rpm -qa | grep glibc-headers

  7. #7
    Futur Membre du Club
    Inscrit en
    Juin 2011
    Messages
    8
    Détails du profil
    Informations forums :
    Inscription : Juin 2011
    Messages : 8
    Points : 5
    Points
    5
    Par défaut
    Citation Envoyé par Mygale1978 Voir le message
    Salut,

    L'erreur indique qu'il ne trouve pas les headers. Ces derniers devraient être dans le package glibc-headers

    Dans mon cas (centos 5.4)
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
     
     rpm -ql glibc-headers-2.5-65 | grep stdio.h
    /usr/include/bits/stdio.h
    /usr/include/stdio.h
    Tu dois donc vérifier si ce package est bien installé sur ta distro et l'installer si ce n'est pas le cas

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    rpm -qa | grep glibc-headers
    Salut,

    Merci pour ton aide , j'ai finalement réussi à installer de module.

    @+

  8. #8
    Invité
    Invité(e)
    Par défaut
    Oki,

    N'oublie pas le tag résolu dans ce cas.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Installer le module DBI et DBD::MySQL
    Par piloupy dans le forum SGBD
    Réponses: 3
    Dernier message: 26/07/2005, 09h55
  2. probleme pour installer le module DBD::Sybase
    Par black_code dans le forum SGBD
    Réponses: 9
    Dernier message: 25/07/2005, 15h06
  3. Installer un module
    Par cryptorchild dans le forum Modules
    Réponses: 4
    Dernier message: 16/07/2005, 03h23
  4. installation du module DBD::Pg
    Par champijulie dans le forum Modules
    Réponses: 2
    Dernier message: 18/05/2005, 17h21
  5. Installation du module DBI pour perl sous W2K
    Par tomcat dans le forum Modules
    Réponses: 6
    Dernier message: 22/01/2004, 11h54

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