sippy / rtpproxy

The RTPproxy is a high-performance software proxy for RTP streams that can work together with Sippy B2BUA, Kamailio, OpenSIPS and SER.
http://rtpproxy.org
BSD 2-Clause "Simplified" License
408 stars 114 forks source link

Wont build because of libelperiodic #71

Closed dovi5988 closed 5 years ago

dovi5988 commented 7 years ago

This is probably more of a ID10T error then a bug..... When trying to build rtpproxy I get: === configuring in libelperiodic (/usr/src/rtpproxy/libelperiodic) configure: WARNING: no configuration information is in libelperiodic

however libelperiodic is installed. [root@bounce rtpproxy]# find / -name 'libelperiodic.so' | grep '/lib/' /usr/lib/libelperiodic.so /usr/local/lib/libelperiodic.so [root@bounce rtpproxy]#

razvancrainea commented 7 years ago

If you are checking out rtpproxy from git, make sure you bring its git submodules:

git -C rtpproxy submodule update --init --recursive

This will checkout the libelperiodic submodule in your sources and you will be able to proceed with the compilation.

dovi5988 commented 7 years ago

Razvan - Perhaps that can be put into the README?

sobomax commented 7 years ago

Ok, I'll check README. Thanks for suggestion!

-Max

On Oct 4, 2017 9:29 AM, "dovi5988" notifications@github.com wrote:

Razvan - Perhaps that can be put into the README?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sippy/rtpproxy/issues/71#issuecomment-334213100, or mute the thread https://github.com/notifications/unsubscribe-auth/AANWJqaj_7kPVDlkf82J1BxAWzBn3nMgks5so7JkgaJpZM4Pql7a .

razvancrainea commented 6 years ago

It already is there, that's where I got the command to run.

sobomax commented 5 years ago

Should be resolved now.