Click to See Complete Forum and Search --> : webserving and my nic(newbie)


Don19
03-14-2001, 08:41 PM
First problem i have is i have a lne100tx nic the one that theres an nhf for using madrake 7.0. I have the tulip.c file and it seems to be a good version but when i compile it it says usr/include/linux/modversions.h file or dir not found. the whole command is "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c tulip.c '[ -f /usr/include/linux/modversions.h] && echo -DMODVERSIONS'"
i've searched for modversions.h on drive and mandrake cd but its not there. What to do?? Also I would like to eventually use my computer as a webserver (websites,ftp,proxy, etc) which should i use samba or apache and were can i find tutorials for using these apps. Thank you.

Don

PLBlaze
03-15-2001, 02:57 AM
Vist www.kernel.org (http://www.kernel.org) and get the latest stable kernel,unpack to /usr/src/linux and do make config then make dep...after that's done check if you have /usr/include/linux and asm directories if yes then proceed to complie your tulip source if not use search on this forum or better yet read the kernel compiling NHF.Hope this helps.