On Fri, 8 Oct 2004 12:43:10 +0530, prashanth M.N <mnprash@xxxxxxxxxx> wrote: > i am using a library libosa.so. [ You actually wanted to ask this question on linux-c-programming hosted on vger.kernel.org. ] > it uses the function fstat inside.so when i execute my program it is telling. > "dlSharedLibraryLoader::loadSharedLibrary dlopen returned NULL. Send the code for your program and the output of: ldd /path/to/program I suspect you've not linked in a library or two but unless I know how you've linked your code and what you are trying to do it's as good as saying "My program doesn't work". Jon. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/