is that you have to link your plugin with RTLD_GLOBAL in orderfor your externals to see the symbols, but youdon't control how the host loads your plugin. But even if you could(and you probably can if you make a wrapper plugin that loads youractual plugin), it wouldn't work very well since you would get lotsof symbol clash when trying to load a second instance of your plugin.