Vishwas, My guess is you either did not follow the instructions in the INSTALL fille correctly, or more likely it's a fedora grub issue. On fedora when you make install the vanilla kernel it adds an entry in grub.conf for this new kernel and uses something in the line of "root=LABEL=/" to specify on what partition your / is located. Vanilla kernel does not like this tag, so change it to the full name of your root partition, i.e. "root=/dev/sda1" or wherever your / partition resides. You can find the exact partition with the "mount" command.
Beyers On Fri, Aug 8, 2008 at 4:38 AM, Vishwas Dubey <[EMAIL PROTECTED]>wrote: > Hi All, > > I am unable to install and run Click. I followed the instructions for > installing Click from the INSTALL file distributed along with the > Click-1.6.0 release. I am not able to build the Click loadable kernel > module. I need to run some experiments on roofnet. Is there any way I can > install and run click on my current 2.6.25.11-97.fc9.i686 kernel. > > I was able to install click at userlevel. But at userlevel I am not able to > run most of the scripts from CLICKDIR/conf directory although I have set > the > 'PCAP_INCLUDES' and 'PCAP_LIBS' variables in the options to './configure'. > I > get errors like such and such element class not found or is undeclared. > Here, I am not writing and compiling my own element classes but just trying > to run the sample scripts from CLICKDIR/conf directory. Also, when I > install > click at userlevel I am not able to even execute any of the scripts as > root. > > > Moreover, I am not able to install and use any of the tools from the > CLICKDIR/tools directory when I install click at userlevel. I get errors > when I issue make install command for the tools in the CLICKDIR/tools > directory from their respective directories. It would be really great if > you > can help me install and use CLICK. > Any help is much appreciated. > > Thanks, > Vishwas. > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
