Closed dovi5988 closed 5 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.
Razvan - Perhaps that can be put into the README?
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 .
It already is there, that's where I got the command to run.
Should be resolved now.
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]#