On Mon, 2004-10-11 at 10:13, Lev Assinovsky wrote: > Hi All! > I just installed Redhat 9.0 with gcc 3.2.2 and encountered into the problem > which didn't exist in Solaris8.0 (gcc 3.2) and HP-UX 11.00 with gcc 3.3.1. > The problem is shown up in shared library explicitly loaded by dlopen. > Example: Did you run the shared library constructor after dlopening the shared library? That's the most common reason for this kind of thing not working. jeff