Skip to main content

Tech Blog

Catch up on all our technology knowledge sharing right here.

FreeBSD Linux Compat GLIBCXX & GLIBC API Versions
1 min
Oss Compat Linux_base FreeBSD
The FreeBSD Linux compatibility layer linux_base-c7 comes from CentOS 7. When trying to run a Linux application, you might run into the following error: $ ./linuxexecutable loolwsd: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by loolwsd) loolwsd: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by loolwsd) loolwsd: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by loolwsd) There is an easy way to find out the API versions available on your system:
Grafana Dashboard for Jitsi-Meet
3 mins
Oss Jitsi Jitsi-Meet FreeBSD Grafana Influxdb Telegraf
Introduction # To complement our Jitsi installation, we add a grafana dashboard to it so we can control usage, system load, traffic spikes etc.
Running Jitsi-Meet in a FreeBSD Jail
6 mins
Oss Jitsi Jitsi-Meet FreeBSD Videoconference
Introduction # Due to the situation with COVID-19 that also lead to people being confined to their homes in South Africa as well, we decided to provide a (freely usable of course) Jitsi Meet instance to the community being hosted in South Africa on our FreeBSD environment.