DoubangoTelecom / webrtc2sip

Smart SIP and Media Gateway to connect WebRTC endpoints to any SIP-legacy network
https://doubango.org
342 stars 166 forks source link

How to compile webrtc2sip correctly? #194

Open XDhughie opened 5 years ago

XDhughie commented 5 years ago

when I run 'make' of

"Building webrtc2sip

export PREFIX=/opt/webrtc2sip cd webrtc2sip && ./autogen.sh && ./configure --prefix=$PREFIX make clean && make && make install cp -f ./config.xml $PREFIX/sbin/config.xml"

there are some errors:

/usr/bin/ld: cannot find -ltinySAK /usr/bin/ld: cannot find -ltinyNET /usr/bin/ld: cannot find -ltinyHTTP /usr/bin/ld: cannot find -ltinySIP /usr/bin/ld: cannot find -ltinyDAV /usr/bin/ld: cannot find -ltinySDP /usr/bin/ld: cannot find -ltinyBFCP /usr/bin/ld: cannot find -ltinySIGCOMP /usr/bin/ld: cannot find -ltinyMEDIA /usr/bin/ld: cannot find -ltinyXCAP /usr/bin/ld: cannot find -ltinySMS /usr/bin/ld: cannot find -ltinyMSRP /usr/bin/ld: cannot find -ltinyRTP /usr/bin/ld: cannot find -ltinyIPSec collect2: error: ld returned 1 exit status Makefile:540: recipe for target 'webrtc2sip' failed make[1]: [webrtc2sip] Error 1 make[1]: Leaving directory '/home/hughie/Downloads/webrtc2sip' Makefile:444: recipe for target 'all' failed make: [all] Error 2

after I try to compile the tinySAK there also errors.I don't know how to do to solve the problem, I hope I can get your help, thank you!

m41k commented 2 years ago

I have the same problem, any solution to the problem?