loading ossmix, get the following error
tc@box:~$ ossxmix
ossxmix: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory
as well, the following command don't work:
tc@box:~$ ossmix vol +25
Bad mixer control name(765) 'vol'
don't find the ossvol file in order to change the parameters
This is an extension issue and not a Core issue.
ossxmix I believe is a gtk2 application.
OSS does not list any dependencies, however it would seem that
ossxmix would require gtk2 as your missing file libgobject.... comes from glib2.tcel
However, I would certainly not want to see OSS require gtk2 simply for this one X program.
If what I suspect is true, it would be better to offer ossxmix as a separate extension with OSS and Gtk2 as dependenices.