[reSIProcate] [reSIProcate 1.1 stack]How to use ?
Tuan Viet Nguyen
ntvietv at yahoo.com
Fri May 25 10:11:12 CDT 2007
<!-- DIV {margin:0px;}-->Hello,
I am new to reSIProcate, I'm starting a small program using this stack and when I compile my program, I have many errors like
......
/usr/local/lib/libresip.so: undefined reference to `SSL_CTX_free'
/usr/local/lib/libresip.so: undefined reference to `SSL_shutdown'
/usr/local/lib/librutil.so: undefined reference to `ares_init_options_with_socket_function'
/usr/local/lib/libresip.so: undefined reference to `SSL_get_error'
/usr/local/lib/libresip.so: undefined reference to `SSL_use_PrivateKey
......
etc
I have added all openssl libraries and libresip.so, librutil.so, libdum.so to the project properties.
My program is very simple:
#include "resip/stack/SipStack.hxx"
In main :
SipStack stack;
stack.addTransport(TCP, 5060);
I have
built and installed the reSIProcate stack as below
+ ./configure
- with ssl (tried also no ssl)
- with popt (tried also no popt)
- reSIProcate libraries in /usr/local/lib
.....
+ make
+ make check (tests passed)
+ make install
Would you please give me some advice?
Thank you.
Viet
Finding fabulous fares is fun.
Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains.
____________________________________________________________________________________Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20070525/4e3f4412/attachment.htm>
More information about the resiprocate-devel
mailing list