* compiling netfilter modules outside of kernel tree
@ 2003-10-03 17:30 Krishna Ramachandran
2003-10-11 20:37 ` Henrik Nordstrom
0 siblings, 1 reply; 2+ messages in thread
From: Krishna Ramachandran @ 2003-10-03 17:30 UTC (permalink / raw)
To: netfilter-devel
Hi,
I am facing a sort of a deployment issue ... I need to install a
netfilter module i developed on several Linux systems. I understand that
it is easiest to compile a netfilter module inside the kernel tree.
However, it'd be impossible for me to ask each of the users to install
the kernel source and then compile my module. I am hoping that there is
a better way to do this. I'd appreciate any help you can provide.
Thanks in advance,
Krishna
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: compiling netfilter modules outside of kernel tree
2003-10-03 17:30 compiling netfilter modules outside of kernel tree Krishna Ramachandran
@ 2003-10-11 20:37 ` Henrik Nordstrom
0 siblings, 0 replies; 2+ messages in thread
From: Henrik Nordstrom @ 2003-10-11 20:37 UTC (permalink / raw)
To: Krishna Ramachandran; +Cc: netfilter-devel
On Fri, 3 Oct 2003, Krishna Ramachandran wrote:
> I am facing a sort of a deployment issue ... I need to install a
> netfilter module i developed on several Linux systems. I understand that
> it is easiest to compile a netfilter module inside the kernel tree.
> However, it'd be impossible for me to ask each of the users to install
> the kernel source and then compile my module. I am hoping that there is
> a better way to do this. I'd appreciate any help you can provide.
Compiling kernel modules outside of the kernel is a little tricky. To
correctly compile a kernel module for a kernel you must have access to the
exact same kernel headers after "make dep" as when the kernel was built.
Regards
Henrik
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-11 20:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-03 17:30 compiling netfilter modules outside of kernel tree Krishna Ramachandran
2003-10-11 20:37 ` Henrik Nordstrom
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.