I've just installed a new debian, and I'm getting that
lua: error loading module 'ao' from file '/usr/local/lib/lua/5.3/ao.so':
/usr/local/lib/lua/5.3/ao.so: undefined symbol: ao_file_extension
error. This means that lots of people probably get it. Seeing that ao_file_extension only occurs in the l_file_extension routine, which is undocumented in lao and always has been, I'd like to suggest that we comment out that routine . . .
I've just installed a new debian, and I'm getting that
lua: error loading module 'ao' from file '/usr/local/lib/lua/5.3/ao.so':
/usr/local/lib/lua/5.3/ao.so: undefined symbol: ao_file_extension
error. This means that lots of people probably get it. Seeing that ao_file_extension only occurs in the l_file_extension routine, which is undocumented in lao and always has been, I'd like to suggest that we comment out that routine . . .