installing libpcap from source

Stefan Krüger skrueger at meinberlikomm.de
Mon May 29 08:55:23 PDT 2006


Saverio Iacovelli wrote:
> I installed DragonFly 1.4.4, and I want to install the
> software from sources, but no from precompiled
> packages.
> I have got libpcap-0.9.4 directory in /usr. I try:
> 
> #cd libpcap-0.9.4
> #./configure ( or ./configure  --with-pcap=bpf)
> 
> The output is:
> 
> #configure: error: cannot guess build type; you must
> specify one
> 
> What is the problem?
hm... I'd say config.sub and config.guess are outdated, replace them with:

http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

and try again

PS: /usr/libpcap-0.9.4/ ? you shouldn't build software as root ;)
PPS: why don't you use pkgsrc for building 3rd party software?
www.pkgsrc.org





More information about the Users mailing list