rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #01232
Re: [Question #233262]: can rohc run in fedora? how to get rohc-tcp src?
Question #233262 on rohc changed:
https://answers.launchpad.net/rohc/+question/233262
Status: Open => Answered
Didier Barvaux proposed the following answer:
Hello,
> first question: I install the libpcap, there is error:
> pcap-ring.h:35:29: fatal error: asm/cpufeature.h
> no such file or directory compilation terminated.
>
> then I used the "find" command to find cpufeature.h .
> $ find /usr/ -name cpufeature.h
> $
> usr/src/kernels/3.6.3-3.fc18.i686.PAE/arch/x86/include/asm/cpufeature.h
> I puzzled the cpufeature.h is existed but not find it , why? how to
> solve it ?
Building libpcap is out of topic for this mailing list. If you
encounter difficulties building it, try using RPM packages for your
distribution first. If you need to build the library yourself, ask your
questions on the libpcap/tcpdump mailing list:
http://www.tcpdump.org/#mailing-lists
> second question:
> what is the app/fuzzer.c function?
See the related documentation on the wiki:
http://rohc-lib.org/wiki/doku.php?id=summary#rohc_sniffer
> main/test are many test
> examples, how to use it, check and analyze results.
See the related documentation on the wiki:
http://rohc-lib.org/wiki/doku.php?id=library-tests#versions_140
> third: If I want to program the testing code , how to add it to
> configure or makefile file and automake it run?
Sorry I don't understand your question. Please rephrase.
> last : what are the configure and autogen.sh difference?
Some searches on your favorite web search engine would lead you to
interesting articles such as:
https://en.wikipedia.org/wiki/Configure_script_%28computing%29
https://en.wikipedia.org/wiki/GNU_build_system
The ./autogen.sh script automates the execution of autoconf and automake
tools to generate the ./configure script if it does not exist yet.
Regards,
Didier
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.