On 29-Aug-2000 Glen Lee Edwards spoke something to the effect:
> I'm trying to compile a module for my 6.1 firewall that will allow ICQ
> to work properly on my LAN.  I'm getting the following errors:
> 
> tty2 root@glenlee [Tue Aug 29 16:44:44]
> Directory: /home/downloads/icq/ip_masq_icq-0.56
> $ make install
> egrep: /usr/src/linux/Makefile: No such file or directory
> egrep: /usr/src/linux/arch//Makefile: No such file or directory
> warning: compiling for kernel version .., while running 2.2.12-20
> 
> warning: no /usr/src/linux/.config file, using /proc to guess kernel
> parameters.
> Turn on "Prompt for development and/or incomplete code/drivers" (the 1st
> menu)
> and "IP: masquerading special modules support" ("Networking options"
> menu)
> in the kernel config. !!!! RTFM !!!!
> make: *** [ip_masq_icq.o] Error 1
> 
> It would appear that I did something to really upset the kernel.  Any
> ideas on what went wrong?

Try:

        ls -l /usr/src

If you don't see a link named "linux" you need to make one:

        ln -s /usr/src/linux-<whatever_kernel_version> /usr/src/linux

All as root, naturally.

-- 
Pardon me, am I speaking english?



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to