tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
9
ZUGRIFFE
353
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
AUF DIESES THEMA
ANTWORTEN
  1. #1
    Avatar von Biergamasda
    Biergamasda Biergamasda ist offline Mitglied Brokat
    Registriert seit
    Feb 2005
    Beiträge
    373
    Hallo Leute,

    Ich habe ein kleines Problem mit gsoap, und zwar schaffe ich es nicht, das framework mit openSSL und GnuTLS support zu compilieren.

    Laut Doku kann man beim ./configure die parameter --enable-gnutls und --with-openssl=/path/to/openssl angeben

    mit openssl compilieren haut hin, sobald ich jedoch gnutls dazu gebe bekomme ich einen compile error nach dem anderen.

    Die bibliotheken gnutls-devel und openssl-devel sind installiert, alle anderen requirements wie flex, bison, etc sind auch vorhanden. Hat da vl jemand eine Anleitung oder eine Quelle in der die Installation beschrieben ist?

    Leider kann ich auf das WSDL file nur über https zugreifen, da es security technisch notwendig ist.

    Fehler output:
    Code :
    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
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    
    ln -s -f ./stdsoap2.cpp stdsoap2_ssl.c
    gcc -DHAVE_CONFIG_H -I. -I..       -DLINUX -Iyes/include -DWITH_GNUTLS -DWITH_GZIP -DWITH_DOM -g -O2 -MT libgsoapssl_a-stdsoap2_ssl.o -MD -MP -MF .deps/libgsoapssl_a-stdsoap2_ssl.Tpo -c -o libgsoapssl_a-stdsoap2_ssl.o `test -f 'stdsoap2_ssl.c' || echo './'`stdsoap2_ssl.c
    In file included from stdsoap2_ssl.c:70:
    stdsoap2.h:2005: error: expected specifier-qualifier-list before âgnutls_priority_tâ
    stdsoap2_ssl.c: In function âfsendâ:
    stdsoap2_ssl.c:565: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:589: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:590: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:640: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:654: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:654: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c: In function âsoap_flushâ:
    stdsoap2_ssl.c:773: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:774: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:776: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:776: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:780: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:784: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:785: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:787: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:787: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:788: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:790: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c: In function âfrecvâ:
    stdsoap2_ssl.c:924: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:925: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:961: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:961: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c: In function âsoap_recv_rawâ:
    stdsoap2_ssl.c:1048: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1052: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1052: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1054: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1055: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1056: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1057: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:1058: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1058: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:1058: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:1061: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1062: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:1063: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:1063: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:1066: error: âstruct soapâ has no member named âz_ratio_inâ
    stdsoap2_ssl.c:1066: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1066: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1067: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1083: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1089: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:1090: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c:1174: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:1175: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1175: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:1176: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1177: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1178: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1179: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1180: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:1181: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1181: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:1181: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:1184: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c:1185: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1186: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:1187: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:1187: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:1194: error: âstruct soapâ has no member named âz_ratio_inâ
    stdsoap2_ssl.c:1194: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1194: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1195: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1206: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:1214: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c: In function âsoap_ssl_server_contextâ:
    stdsoap2_ssl.c:2981: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:2982: error: âstruct soapâ has no member named âpasswordâ
    stdsoap2_ssl.c:2983: error: âstruct soapâ has no member named âcafileâ
    stdsoap2_ssl.c:2984: error: âstruct soapâ has no member named âcapathâ
    stdsoap2_ssl.c:2985: error: âstruct soapâ has no member named âcrlfileâ
    stdsoap2_ssl.c:2990: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:2995: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:2996: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:2999: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:3009: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:3014: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:3015: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:3016: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:3018: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3019: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3020: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c: In function âsoap_ssl_client_contextâ:
    stdsoap2_ssl.c:3048: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:3049: error: âstruct soapâ has no member named âpasswordâ
    stdsoap2_ssl.c:3050: error: âstruct soapâ has no member named âcafileâ
    stdsoap2_ssl.c:3051: error: âstruct soapâ has no member named âcapathâ
    stdsoap2_ssl.c:3052: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3059: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3060: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3061: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c: In function âssl_auth_initâ:
    stdsoap2_ssl.c:3275: error: âstruct soapâ has no member named âcafileâ
    stdsoap2_ssl.c:3276: error: âstruct soapâ has no member named âcafileâ
    stdsoap2_ssl.c:3279: error: âstruct soapâ has no member named âcrlfileâ
    stdsoap2_ssl.c:3280: error: âstruct soapâ has no member named âcrlfileâ
    stdsoap2_ssl.c:3283: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:3284: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:3284: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:3288: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3289: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3290: error: âstruct soapâ has no member named âcafileâ
    stdsoap2_ssl.c:3290: error: âstruct soapâ has no member named âcrlfileâ
    stdsoap2_ssl.c:3290: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:3291: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3294: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3299: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3300: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3301: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3305: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:3307: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3307: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:3308: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:3309: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:3310: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:3311: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:3312: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:3313: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3314: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3314: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:3315: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3316: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3317: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3318: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3319: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3321: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c: In function âssl_verifyâ:
    stdsoap2_ssl.c:3392: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3401: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3407: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3411: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3413: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3415: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c: In function âsoap_ssl_acceptâ:
    stdsoap2_ssl.c:3501: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:3502: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3506: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3514: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3520: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:3536: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c: In function âtcp_connectâ:
    stdsoap2_ssl.c:4274: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:4275: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4279: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4289: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4295: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4312: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c: In function âtcp_disconnectâ:
    stdsoap2_ssl.c:4532: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4533: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4534: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:4535: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c: In function âsoap_closesockâ:
    stdsoap2_ssl.c:4961: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:4962: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:4963: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:4964: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:4965: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c: In function âsoap_doneâ:
    stdsoap2_ssl.c:5123: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:5124: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:5125: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:5127: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:5128: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:5129: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:5131: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:5132: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:5133: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:5136: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:5137: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:5138: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:5145: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:5146: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:5147: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:5149: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:5150: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:5151: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c: In function âhttp_parse_headerâ:
    stdsoap2_ssl.c:5385: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:5391: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:5401: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:5405: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:5407: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c: In function âsoap_begin_sendâ:
    stdsoap2_ssl.c:6962: error: âstruct soapâ has no member named âz_ratio_outâ
    stdsoap2_ssl.c:6963: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:6964: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:6965: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:6966: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6966: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:6967: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6969: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:6970: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:6971: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6971: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:6972: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6973: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:6974: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:6975: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:6976: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:6977: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6977: error: âstruct soapâ has no member named âz_levelâ
    stdsoap2_ssl.c:6982: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6982: error: âstruct soapâ has no member named âz_levelâ
    stdsoap2_ssl.c:6984: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:6985: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:6985: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:6985: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:6989: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c: In function âsoap_end_sendâ:
    stdsoap2_ssl.c:7949: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:7950: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:7951: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7961: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7964: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7965: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7966: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7966: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7967: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:7968: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7971: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7971: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7972: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7976: error: âstruct soapâ has no member named âz_ratio_outâ
    stdsoap2_ssl.c:7976: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7976: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7978: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:7979: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7984: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:7985: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7985: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:7986: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7986: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:7987: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7987: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:7988: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7988: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:7989: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7989: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7990: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7990: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7991: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7991: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7992: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:7992: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:7993: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c: In function âsoap_end_recvâ:
    stdsoap2_ssl.c:8098: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8102: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8103: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8103: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8104: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c:8105: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:8106: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8110: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:8119: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8121: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:8121: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8121: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8121: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8121: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8125: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8125: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8125: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8125: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8125: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8130: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c: In function âsoap_copy_contextâ:
    stdsoap2_ssl.c:8386: error: âstruct soapâ has no member named âc_localeâ
    stdsoap2_ssl.c:8394: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:8397: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8398: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8399: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8400: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8401: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c: In function âsoap_copy_streamâ:
    stdsoap2_ssl.c:8490: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:8490: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:8493: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:8493: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:8494: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:8494: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:8495: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:8495: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:8496: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8497: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8498: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8499: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8499: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8500: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:8500: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:8501: error: âstruct soapâ has no member named âz_ratio_inâ
    stdsoap2_ssl.c:8501: error: âstruct soapâ has no member named âz_ratio_inâ
    stdsoap2_ssl.c:8502: error: âstruct soapâ has no member named âz_ratio_outâ
    stdsoap2_ssl.c:8502: error: âstruct soapâ has no member named âz_ratio_outâ
    stdsoap2_ssl.c:8503: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8504: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c:8504: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c:8505: error: âstruct soapâ has no member named âz_levelâ
    stdsoap2_ssl.c:8505: error: âstruct soapâ has no member named âz_levelâ
    stdsoap2_ssl.c:8506: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8506: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:8507: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8508: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8509: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8509: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8511: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:8511: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:8512: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:8512: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c: In function âsoap_free_streamâ:
    stdsoap2_ssl.c:8583: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:8584: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:8585: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:8586: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:8589: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8590: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8591: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c: In function âsoap_initâ:
    stdsoap2_ssl.c:8775: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:8776: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:8777: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:8778: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8779: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8780: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8781: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:8782: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:8783: error: âstruct soapâ has no member named âz_levelâ
    stdsoap2_ssl.c:8784: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:8785: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:8830: error: âstruct soapâ has no member named âcacheâ
    stdsoap2_ssl.c:8831: error: âstruct soapâ has no member named âsessionâ
    stdsoap2_ssl.c:8832: error: âstruct soapâ has no member named âssl_flagsâ
    stdsoap2_ssl.c:8833: error: âstruct soapâ has no member named âkeyfileâ
    stdsoap2_ssl.c:8834: error: âstruct soapâ has no member named âpasswordâ
    stdsoap2_ssl.c:8835: error: âstruct soapâ has no member named âcafileâ
    stdsoap2_ssl.c:8836: error: âstruct soapâ has no member named âcapathâ
    stdsoap2_ssl.c:8837: error: âstruct soapâ has no member named âcrlfileâ
    stdsoap2_ssl.c:8838: error: âstruct soapâ has no member named âdh_paramsâ
    stdsoap2_ssl.c:8839: error: âstruct soapâ has no member named ârsa_paramsâ
    stdsoap2_ssl.c:8844: error: âstruct soapâ has no member named âc_localeâ
    stdsoap2_ssl.c: In function âsoap_getgziphdrâ:
    stdsoap2_ssl.c:14406: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c: In function âsoap_begin_recvâ:
    stdsoap2_ssl.c:14535: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:14536: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c:14537: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14538: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14539: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14540: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14541: error: âstruct soapâ has no member named âz_ratio_inâ
    stdsoap2_ssl.c:14556: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14558: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:14559: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14559: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:14559: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:14562: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:14564: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:14565: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:14567: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14568: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14569: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14574: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14574: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14575: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14576: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c:14639: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:14642: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:14647: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14649: error: âstruct soapâ has no member named âz_crcâ
    stdsoap2_ssl.c:14654: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14656: error: âstruct soapâ has no member named âzlib_inâ
    stdsoap2_ssl.c:14661: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14663: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:14664: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14664: error: âstruct soapâ has no member named âz_dictâ
    stdsoap2_ssl.c:14664: error: âstruct soapâ has no member named âz_dict_lenâ
    stdsoap2_ssl.c:14667: error: âstruct soapâ has no member named âzlib_stateâ
    stdsoap2_ssl.c:14670: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14671: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14672: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14673: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14673: error: âstruct soapâ has no member named âz_bufâ
    stdsoap2_ssl.c:14674: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:14675: error: âstruct soapâ has no member named âz_buflenâ
    stdsoap2_ssl.c: In function âsoap_puthttphdrâ:
    stdsoap2_ssl.c:15504: error: âstruct soapâ has no member named âzlib_outâ
    stdsoap2_ssl.c: In function âsoap_set_faultâ:
    stdsoap2_ssl.c:15695: error: âstruct soapâ has no member named âd_streamâ
    stdsoap2_ssl.c:15695: error: âstruct soapâ has no member named âd_streamâ
    make[2]: *** [libgsoapssl_a-stdsoap2_ssl.o] Error 1
    make[2]: Leaving directory `/var/tmp/gsoap-2.8/gsoap'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/tmp/gsoap-2.8'
    make: *** [all] Error 2


    Hoffe mir kann da jemand weiterhelfen, sitz jetzt schon 2 Tage an dem Problem

    Gruß
    Christoph
     
    All we have to decide is what to do with the time that is given to us.

    Gruß Chris

  2. #2
    deepthroat deepthroat ist offline Mitglied Diamant
    tutorials.de Premium-User
    Registriert seit
    Jun 2005
    Beiträge
    8.168
    Hi.

    Warum willst du denn GnuTLS und OpenSSL verwenden?

    Ich würde vermuten das die sich gegenseitig ausschließen (da beide Bibliotheken im Grunde die gleiche Funktionalität bieten).

    Gruß
     
    If at first you don't succeed, try again. Then quit. No use being a damn fool about it.

  3. #3
    Avatar von Biergamasda
    Biergamasda Biergamasda ist offline Mitglied Brokat
    Registriert seit
    Feb 2005
    Beiträge
    373
    Servus,

    Hab das auch ohne OpenSSL versucht und die selbe Fehlermeldung erhalten. Aber openSSL ist standardmäßig drin kommt mir grade.

    Du hast mich auf die Idee gebracht, --disable-ssl und --enable-gnutls zu verwenden, was zur Folge hat dass das ganze richtig durchcompiliert wird, wenn ich dann jedoch

    Code :
    1
    
    ./wsdl2h https://xxx/PinManagement.Service/xxx.svc?wsdl

    ausführe, bekomme ich wieder die zuvor genannte Meldung:

    Code :
    1
    2
    3
    4
    5
    6
    
    Cannot open file 'typemap.dat'
    Problem reading type map file 'typemap.dat'.
    Using internal type definitions for C++ instead.
     
     
    Cannot connect to https site: no SSL support, please rebuild wsdl2h with SSL or download the files and rerun wsdl2h

    noch irgendeine Idee?
     
    All we have to decide is what to do with the time that is given to us.

    Gruß Chris

  4. #4
    deepthroat deepthroat ist offline Mitglied Diamant
    tutorials.de Premium-User
    Registriert seit
    Jun 2005
    Beiträge
    8.168
    Hi.

    Bist du sicher, dass du die richtige Datei gestartet hast? (nicht die in gsoap/bin/linux386 sondern die erstellte in gsoap/wsdl/wsd2h)

    Gruß
     
    If at first you don't succeed, try again. Then quit. No use being a damn fool about it.

  5. #5
    Avatar von Biergamasda
    Biergamasda Biergamasda ist offline Mitglied Brokat
    Registriert seit
    Feb 2005
    Beiträge
    373
    Nein

    hab das ganze dann mit dem von dir genannten File versucht, und da bekam ich einmalig eine "unauthorized" Fehlermeldung - was eigentlich genau das ist was ich benötige

    nach einem make install jedoch ging nix mehr (wollte testen was da passiert) scheinbar installiert der nicht die von mir compilierte version sondern die standard variante? (und überschreibt auch wieder das gsoap/wsdl/wsdl2h file?

    lg
     
    All we have to decide is what to do with the time that is given to us.

    Gruß Chris

  6. #6
    deepthroat deepthroat ist offline Mitglied Diamant
    tutorials.de Premium-User
    Registriert seit
    Jun 2005
    Beiträge
    8.168
    Zitat Zitat von Biergamasda Beitrag anzeigen
    nach einem make install jedoch ging nix mehr (wollte testen was da passiert) scheinbar installiert der nicht die von mir compilierte version sondern die standard variante? (und überschreibt auch wieder das gsoap/wsdl/wsdl2h file?
    Welche Version von gsoap hast du denn?

    Hab's mit 2.8.4 getestet und da gibt es dieses Problem nicht: standardmäßig wird wsdl2h (aus gsoap/wsdl) nach /usr/local/bin kopiert..

    Gruß
     
    If at first you don't succeed, try again. Then quit. No use being a damn fool about it.

  7. #7
    Avatar von Biergamasda
    Biergamasda Biergamasda ist offline Mitglied Brokat
    Registriert seit
    Feb 2005
    Beiträge
    373
    Ich verwende auch 2.8.4

    welche config parameter hast du angegeben dass es mit ssl funktioniert?
    Hab auf meinem System standardmäßig openssl und gnutls inklusive devel paketen drauf.

    Gruß
    Geändert von Biergamasda (07.11.11 um 09:41 Uhr) Grund: falsche formulierung, meinte funktion mit SSL generell, nicht openSSL spezifisch
     
    All we have to decide is what to do with the time that is given to us.

    Gruß Chris

  8. #8
    deepthroat deepthroat ist offline Mitglied Diamant
    tutorials.de Premium-User
    Registriert seit
    Jun 2005
    Beiträge
    8.168
    Zitat Zitat von Biergamasda Beitrag anzeigen
    welche config parameter hast du angegeben dass es mit ssl funktioniert?
    Hab auf meinem System standardmäßig openssl und gnutls inklusive devel paketen drauf.
    Das war alles:
    Code :
    1
    
    ./configure --enable-gnutls
    Ich verwende Ubuntu 11.10.

    Hast du denn die Quelldateien von der gsoap SF Seite runtergeladen, oder baust du ein srpm nach?

    Letztendlich kannst du ja auch einfach manuell die richtige Datei nach /usr/local/bin kopieren.

    Gruß
     
    If at first you don't succeed, try again. Then quit. No use being a damn fool about it.

  9. #9
    Avatar von Biergamasda
    Biergamasda Biergamasda ist offline Mitglied Brokat
    Registriert seit
    Feb 2005
    Beiträge
    373
    so compilieren haut bei mir gar nicht hin, aber ist mal egal.

    Ich habe erfahren, dass die WSDL auch über port 80 erreichbar ist, wenn ich mir jetzt draus die header und source files generieren lasse, bekomme ich zwei namespaces raus, in meinem Fall ns6 und ns7.[testweise mal zu faul gewesen die zu konfigurieren]

    Einer der Namespaces verweist per default auf die https Endpunkte, der andere auf die http Endpunkte.


    über http haut alles so hin wie geplant (habe gerade ein paar funktionen implementiert)


    Jetzt die Question

    Wenn ich mir hier die Doku Punkt 19.22 ansehe, steht da drin dass man die Zertifikate benötigt. Hier steige ich jedoch aus.

    Kennst du dich hierbei auch aus oder soll ich mich da besser an eine andere Quelle wenden?

    Gruß
    Christoph
     
    All we have to decide is what to do with the time that is given to us.

    Gruß Chris

  10. #10
    deepthroat deepthroat ist offline Mitglied Diamant
    tutorials.de Premium-User
    Registriert seit
    Jun 2005
    Beiträge
    8.168
    Zitat Zitat von Biergamasda Beitrag anzeigen
    so compilieren haut bei mir gar nicht hin, aber ist mal egal.
    Äh? "make" schlägt fehl oder wie?
    Zitat Zitat von Biergamasda Beitrag anzeigen
    Wenn ich mir hier die Doku Punkt 19.22 ansehe, steht da drin dass man die Zertifikate benötigt. Hier steige ich jedoch aus.

    Kennst du dich hierbei auch aus oder soll ich mich da besser an eine andere Quelle wenden?
    Auf keinen Fall! Ich weiß einfach alles

    Ob du die Zertifikate brauchst hängt davon ab, ob der Server überhaupt eine Authentifizierung verlangt. Das müßtest du mit dem WebService-Anbieter absprechen.

    Gruß
     
    If at first you don't succeed, try again. Then quit. No use being a damn fool about it.

Ähnliche Themen

  1. RHEL 6 / CentOS6 Mausunterstützung in HyperV
    Von Diablo82 im Forum Linux & Unix
    Antworten: 0
    Letzter Beitrag: 28.10.11, 08:48
  2. gSOAP Daten
    Von chrootdev im Forum C/C++
    Antworten: 3
    Letzter Beitrag: 14.03.11, 12:23
  3. gsoap ArrayOfstring
    Von PoebelundGesocks im Forum C/C++
    Antworten: 1
    Letzter Beitrag: 04.07.08, 16:25
  4. gSOAP mit gzip-Kompression
    Von touchy im Forum C/C++
    Antworten: 0
    Letzter Beitrag: 13.01.08, 19:56
  5. GTK, SDL, GSOAP in C++
    Von MS47475 im Forum C/C++
    Antworten: 2
    Letzter Beitrag: 17.12.07, 08:55