[uClibc] dlopen on link fails

Tobias Anderberg tobias.anderberg at axis.com
Mon Oct 6 14:42:26 UTC 2003


The following code snippets segfaults on i386 (cvs head) and
cris:

#include <dlfcn.h>

int
main(void)
{
        void *a = dlopen("/lib/libc.so.0", RTLD_LAZY);

        return 0;
}

Opening /lib/libuClibc-0.9.21.so succeeds.

Any clues?

/tobias




More information about the uClibc mailing list