DoubangoTelecom / webrtc2sip

Smart SIP and Media Gateway to connect WebRTC endpoints to any SIP-legacy network
https://doubango.org
342 stars 166 forks source link

libvpx.so.1 not found #199

Open llKoull opened 4 years ago

llKoull commented 4 years ago

Hi!!

I was using webrtc2sip in a DigitalOcean's droplet without any problema but now i just made a new a new droplet taking a snapshot of the first to create the second one because we are migrating our account.

I turned off the old droplet and when i try to start webrtc2sip from the terminal of the new one it says:

"webrtc2sip: error while loading shared libraries: libvpx.so.1: cannot open shared object file: No such file or directory"

I'm using Ubuntu Server and all the libs should be running like in the old server. I was searching for libvpx but i've just found /usr/lib/x86_64-linux-gnu/libvpx.so.5 (it says that this is the last version).

Any help on how can i turn the server on?

Thanks and best regards!