RHEL and gsoap with TLS/SSL Support

Biergamasda

Erfahrenes Mitglied
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:
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
 
Hi.

Warum willst du denn GnuTLS und OpenSSL verwenden? :confused:

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

Gruß
 
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:
./wsdl2h https://xxx/PinManagement.Service/xxx.svc?wsdl

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

Code:
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?
 
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ß
 
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
 
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ß
 
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ß
 
Zuletzt bearbeitet:
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:
./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ß
 
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
 
so compilieren haut bei mir gar nicht hin, aber ist mal egal.
Äh? "make" schlägt fehl oder wie?
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 :p

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ß
 
Zurück