Hi Anup > does any body knows solution to following error > when i am running my application on 2.6 kernel i get following error > my application has references to alsa libs > > error while loading shared libraries: unexpected PLT reloc type 0x00 This is not really a kernel related question, however I suggest to check: - Are all your application and the ALSA libraries compiled using same gcc version? - Is your linker compatible with the gcc you currently use? I just think, either your gcc create a PIC shared lib that is unrecognizable by your linker, or something wrong with your linker. NB: better ask ALSA folks... regards Mulyadi -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/