LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can't find this? (https://www.linuxquestions.org/questions/linux-software-2/cant-find-this-122456/)

shanenin 12-03-2003 07:08 PM

can't find this?
 
I am trying to get some modules made. I am looking through my config file for these lines
CONFIG_IP_NF_IRC # I think they correspond to the missing modules
CONFIG_IP_NF_FTP
They are not there.

below are the modules that I am missing


modprobe: Can't locate module ip_conntrack_irc
modprobe: Can't locate module ip_conntrack_ftp

if they are not in my config file, how can I enable them so I can get my needed modules?

sirpelidor 12-03-2003 07:45 PM

have you try: menuconfig, and see if you can enable them from your kernel? if you can do that, that means your kernel support that. you can choose to enable it at boot, or you can choose it to load as module.

once you finish configure your kernel, then the next thing u need to do is compile kernel

see howto kernel from google/linux for detail :)

shanenin 12-03-2003 07:58 PM

I found them, I had to choose connection tracking as a module, then it gave me more options which included the missing ones that I need.


All times are GMT -5. The time now is 11:34 AM.