Hi Has anyone got WTLS support running on linux 8 ? or anything else for that matter? I have tried and installed gateway1.3.1 and openssl 9.7c. - "configure" with the wtls option seems to work OK , then the "make" falls over with the following.
Any Ideas? Roger gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1 -I/usr/include/libxml2 -I/usr/local/ssl/include -o gw/wapbox gw/wapbox.o libgw.a libwmlscript.a libwap.a libgwlib.a -lssl -lpthread -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -lm -L/usr/local/ssl/lib -lcrypto -lssl -L/usr/local/ssl/lib -lcrypto libwap.a(wtls_statesupport.o): In function `wtls_decrypt_rc5': /home/rogerc/gateway-1.3.1/wap/wtls_statesupport.c:291: undefined reference to `RC5_32_set_key' /home/rogerc/gateway-1.3.1/wap/wtls_statesupport.c:299: undefined reference to `RC5_32_cbc_encrypt' /home/rogerc/gateway-1.3.1/wap/wtls_statesupport.c:317: undefined reference to `RC5_32_cbc_encrypt' libwap.a(wtls_statesupport.o): In function `wtls_encrypt_rc5': /home/rogerc/gateway-1.3.1/wap/wtls_statesupport.c:354: undefined reference to `RC5_32_set_key' /home/rogerc/gateway-1.3.1/wap/wtls_statesupport.c:360: undefined reference to `RC5_32_cbc_encrypt' /home/rogerc/gateway-1.3.1/wap/wtls_statesupport.c:376: undefined reference to `RC5_32_cbc_encrypt' libgwlib.a(pki.o): In function `pki_init': /home/rogerc/gateway-1.3.1/gwlib/pki.c:24: undefined reference to `OPENSSL_add_all_algorithms_noconf' collect2: ld returned 1 exit status make: *** [gw/wapbox] Error 1
