Hi, i am using Redhat ES3.0 . I tried to add EXPORT_SYMBOL(sys_call_table) in ksys.c and recompile. But compilation fails and the following error is given : kernel/kernel.o : undefined reference to 'sys_call_table' thanx Ashish Mishra On Fri, 2004-10-01 at 10:33, Brandon Niemczyk wrote: > Are you using a distro kernel? Some of them (including redhat IIRC) > removed the EXPORT_SYMBOL(sys_call_table) line even in the 2.4 series. > > > On Fri, 1 Oct 2004 10:10:59 +0530 (IST), Prasad <prasad@xxxxxxxxxxxx> wrote: > > On Thu, 30 Sep 2004, Ashish Mishra wrote: > > > But , it seems that this symbol is not exported in linux kernel 2.4. > > > > Hi there ! > > No !, This symbol is by default exported in 2.4.x kernel; you need > > not to do anything to export it. It is since 2.5.41 kernel that this > > symbol is not exported by default. > > You can find a patch to export it may be at www.tldp.org > > -- > > regards > > -Prasad > > > > > > > > > > -- > > Kernelnewbies: Help each other learn about the Linux kernel. > > Archive: http://mail.nl.linux.org/kernelnewbies/ > > FAQ: http://kernelnewbies.org/faq/ > > > > > > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/