Re: libc6 dlopen problem

2001-10-27 Thread Ben Collins
On Fri, Oct 26, 2001 at 03:37:40PM -0400, Andy Wingo wrote: > Greetings, > > I've been having a number of issues this afternoon with the dlopen() facility > on > my debian unstable system. I didn't want to submit a bug report until I was > sure, so here it is: > > $ cat test-dlopen.c > #include

libc6 dlopen problem

2001-10-26 Thread Andy Wingo
Greetings, I've been having a number of issues this afternoon with the dlopen() facility on my debian unstable system. I didn't want to submit a bug report until I was sure, so here it is: $ cat test-dlopen.c #include #include int main(int argc, char* argv[]) { void *handle = dlopen(argv[1