Re: Linking with OpenSSL [Resolved]

2008-06-20 Thread Alexander Hartner
Thanks, this worked like a charm. On 21 Jun 2008, at 00:02, Trygve Inda wrote: Thanks for your quick response. Sorry to ask such a stupid question, but how do I add those. As frameworks? Alex On 20 Jun 2008, at 21:45, Trygve Inda wrote: It seems to me that the linker can't find the OpenSSL

Re: Linking with OpenSSL

2008-06-20 Thread Trygve Inda
> It seems to me that the linker can't find the OpenSSL libraries. I > already added the Security Framework to my application, this did not > make any difference. > > Any suggestion what I need to configure to get this to compile. > > Thanks in advance > Alex Try adding these to the project: /

Linking with OpenSSL

2008-06-20 Thread Alexander Hartner
I am using gSoap to integrate with a webservice. To enable SSL support I had to add this flag to the process -DWITH_OPENSSL g++ -DWITH_OPENSSL myclient.cpp stdsoap.cpp soapC.cpp soapClient.cpp - lxnet -lsocket -lnsl -lssl -lcrypto as described here : http://www.cs.fsu.edu/~engelen/soapdoc2.