As I understand adding numa support to OSv is probably not a trivial task 
(but maybe not as difficult?) - https://linux.die.net/man/3/numa. One of 
the ffmpeg codec libraries wants to uses some of these numa functions. It 
turns out that adding libnuma.so from Linux host make the codec fail 
gracefully.

But maybe the right and fairly easy way for now would be to add

int numa_available(void)
{
    return -1;
}

to at least clearly indicate numa support is unavailable rather than crash 
with symbol missing error?

Waldek
 

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to