08-15-2017, 07:59 PM
Need module? Do I need to recompile myself or is it easier than that?
CONFIG_IP_NF_NAT
|
08-15-2017, 07:59 PM
Need module? Do I need to recompile myself or is it easier than that?
08-16-2017, 04:44 PM
No one?
08-16-2017, 05:15 PM
(08-15-2017, 07:59 PM)nebbors Wrote: Need module? Do I need to recompile myself or is it easier than that? Your question is too vague. ... are we talking about a Python module ( sometimes VERY easy )? ... are we talking about a kernel module ( sometimes extremely difficult )? ... or perhaps we're discussing a C module ( usually easy and almost always automated )?
marcushh777
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697 ( I regret that I am not able to respond to personal messages; let's meet on irc! )
08-16-2017, 06:55 PM
(08-16-2017, 05:15 PM)MarkHaysHarris777 Wrote:(08-15-2017, 07:59 PM)nebbors Wrote: Need module? Do I need to recompile myself or is it easier than that? good point. kernel module required for a docker compile.
08-16-2017, 07:14 PM
(This post was last modified: 08-16-2017, 07:15 PM by MarkHaysHarris777.)
(08-16-2017, 06:55 PM)nebbors Wrote:(08-16-2017, 05:15 PM)MarkHaysHarris777 Wrote:(08-15-2017, 07:59 PM)nebbors Wrote: Need module? Do I need to recompile myself or is it easier than that? You will need the kernel header files for sure; if the module (name?) support has already been added to the kernel you can compile the module source and then put the module blahblah.so in the /lib directory, and then insmod it; however, if the module support is NOT in the kernel yet , you will also need to recompile the kernel ( a pain in the arse but doable ) and then decide whether to statically link it, or insmod it. Some of this depends on your skill set too...
marcushh777
please join us for a chat @ irc.pine64.xyz:6667 or ssl irc.pine64.xyz:6697 ( I regret that I am not able to respond to personal messages; let's meet on irc! ) |