ChallyCai/webrtc2sip

webrtc2sip configure failed

Closed this issue · 2 comments

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

  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

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

  • Changed state: Fixed