meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8.23k stars 2.48k forks source link

[Help] Libsrtp > 1.4 Centos 7 #2022

Closed hangocanh2303 closed 4 years ago

hangocanh2303 commented 4 years ago

Hi When I install janus in centos 7. It show error message like this: configure: error: libsrtp and libsrtp2 not found. See README.md for installation instructions I followed install wget https://github.com/cisco/libsrtp/archive/v2.2.0.tar.gz tar xfv v2.2.0.tar.gz cd libsrtp-2.2.0 ./configure --prefix=/usr --enable-openssl make shared_library && sudo make install But error still the same. I already try many many times. But it's still not working export PKG_CONFIG_PATH=/usr/lib64/pkgconfig export PKG_CONFIG_PATH=/usr/lib/pkgconfig --libdir=/usr/lib64 How do I installed libsrtp in centOS 7 working with janus ?

lminiero commented 4 years ago

Duplicate of #2019