Hi everyone,
I think I know the answer here, but wanted to check with people smarter than I am to be sure.
I’m getting the following during the attempt to load the OPUS module:
ERROR[27848]: loader.c:170 module_load_error: Error loading module ‘codec_opus.so’: /lib64/libc.so.6: version `GLIBC_2.14’ not found (required by /usr/lib/asterisk/modules/codec_opus.so)
GLIBC cannot be updated on this system as it’s a CentOS 6.10 system, which supports a max of 2.12. My guess is that since OPUS is downloaded as a binary and therefore not compiled on the machine running Asterisk, it relies on GLIBC of at least 2.14, and will only work on systems which have that?
This would seem to indicate to me that OPUS will only work on CentOS 7 systems with Asterisk?
Cheers,
Rae