Good day.
Seems you've done something wrong while unpacking installation archive. All the native libraries symlinks have zero size:
To fix the issue, do the following:
1. Stop WCS
Code:
sudo systemctl stop webcallserver
2. Download the latest WCS build
Code:
wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.971.tar.gz[CODE]
3. Unpack downloaded archive
[CODE]tar -xzf FlashphonerWebCallServer-5.2.971.tar.gz
4. Change to 5.2.971 unpacked folder and run installation script
Code:
cd FlashphonerWebCallServer-5.2.971
sudo ./install.sh
This will update your installation to 5.2.971 (and will copy libraries symlinks). Your license and settings remains untouched in this case.
5. Start WCS
Code:
sudo systemctl start webcallserver
The server should work properly