ssl - gsoapssl Undefined reference error -
i trying user gsoapssl in web service client , have been using gsoap out ssl now. have included gsoap++ ssl crypto , gsoapssl , tried including stdsoap2.h in main class.my issue still getting
/home/user/cppworkspace/xxxxxproject/debug/../api.cpp:494: undefined reference `soap_ssl_init'
can 1 point me check.
i using eclipse cdt in ubuntu 12.04 lts. openssl version 1.0.1
according documentation http://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sec19.22. need install openssl first (or ) , compile sources of application option -dwith_openssl. if error still exists, try add stdsoap2.cpp project.
Comments
Post a Comment