dlopen of shared library containing DCOM code (Linux)

I have a library which contains code using DCOM. The library works fine, if i link into an executable.
Now, i try to use this library inside a plugin (shared library) which is loaded into an already running executable by dlopen, but the application crashes while loading and initializing the needed EntireX libs!
The backtrace indicates, that the application crashes in the constructor of OSLog (libmutant) while executing _IO_vfscanf_internal (from libc6).

Anyone an idea how to solve this problem?

Hello,

if you tell me the operating system and compiler version, you can send me the libary and I will try to analyze the problem.

Send it to volker.denkhaus@softwareag.com

Regards,
Volker Denkhaus