I'm debugging dladdr() and dlsym() on 1.5ALPHA2. I've narrowed down the problem to the fact that certain symbols found in the symbol table (Elf_Sym) are not present in the dynamic table (Elf_Dyn). For example, main(). This breaks dladdr() and dlsym() and is not the same behaviour as Solaris or FreeBSD. Is this intended or a bug? --- scott