| < Previous by Date | Date Index | Next by Date > |
| < Previous in Thread | Thread Index |
Has anyone got resiprocate working on fedora core 4 ?To get started, I used the code below, and it gives me a segmentation fault on sip stack creation.
#include "resiprocate/SipStack.hxx"
int main( int argc char **argv)
{
SipStack stack;
}
I am using:
resiprocate-0.9.0-5019
Linux volt-bld-server 2.6.12-1.1447_FC4 #1 Fri Aug 26 20:29:51 EDT 2005
i686 i686 i386 GNU/Linux
Any pointers ? Thanks a lot for your help. -Roy