Hi!
in ser's osp module Makefile these condition should be adopted to search in /usr/lib too:
LIBS=$(shell if [ -f /usr/local/lib/libosptk.a ]; then echo "-losptk" ; else echo "-losp" ; fi)
Or make it like K's osp module: use always -losptk
btw: shouldn't be the module rather identical in ser and K? Maybe someone from the transnexus can handle this?
regards klaus