> > Ulrich, > Thanks for the reply. So in m.c I should change 'RTLD_GLOBAL' to > 'RTLD_GLOBAL | RTLD_NOW'? On my machine that gives the expected > result of... > BTW, did you check dlopen () return? In any case, it is a good idea to check if it returns NULL. H.J.