Roverok / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

webrtc2sip configure failed #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
my system is CentOS

./configure --prefix=$PREFIX 

then have some error like this

checking for tinydav/tinydav_config.h... yes

checking for tdav_init in -ltinyDAV... no

configure: error: Failed to find libtinyDAV

please help me

Original issue reported on code.google.com by zhoujiaz...@gmail.com on 8 Apr 2014 at 11:03

GoogleCodeExporter commented 9 years ago
  I also faced issue    while updating doubango framework and webrtc2sip  (svn update, then recompile & install  ):  

   configure: error: Failed to find libtinyDAV 

 I fixed issue by doing rollback of the doubango framework version   from 1128 to 1120, by running:

  cd doubango/
  svn update -r 1120

 after that, re-configure, recompile and reinstall doubango,  
 then webrtc2sip compilation worked fine

 looks like code of doubango framework and webrtc2sip is not verified before releasing versions. 
  sipml5.js also require regular  updates from time to time (specially after next browsers updates )

Original comment by voip.lin...@gmail.com on 29 Jul 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Dec 2014 at 5:59