RTLD_GROUP
#ifndef RTLD_GROUP
so = dlopen(lib, RTLD_LAZY | RTLD_LOCAL | RTLD_GROUP);
#ifdef RTLD_GROUP
#define GROUP RTLD_GROUP