Re: rebuilding libpcap

2009-03-16 Thread Dan Nelson
In the last episode (Mar 16), Alexej Sokolov said:
 how to correctly rebuild only libpcap from /usr/src/contrib without
 rebuilding the whole world ?  I try to do in libpcap some changes, then
 make; make install in
 /usr/src/contrib/libpcap,
 but the changes are not visible by calling changed functions :(
 What I do wrong ?

/usr/src/contrib is a repository of 3rd-party source trees, and they're not
meant to be built from.  Try running your make ; make install in
/usr/src/lib/libpcap instead.

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org


Re: rebuilding libpcap

2009-03-16 Thread Alexej Sokolov
Ohhh... thanks a lot ! I'am jaust about to do it...

2009/3/16 Dan Nelson dnel...@allantgroup.com

 In the last episode (Mar 16), Alexej Sokolov said:
  how to correctly rebuild only libpcap from /usr/src/contrib without
  rebuilding the whole world ?  I try to do in libpcap some changes, then
  make; make install in
  /usr/src/contrib/libpcap,
  but the changes are not visible by calling changed functions :(
  What I do wrong ?

 /usr/src/contrib is a repository of 3rd-party source trees, and they're not
 meant to be built from.  Try running your make ; make install in
 /usr/src/lib/libpcap instead.

 --
Dan Nelson
dnel...@allantgroup.com
 ___
 freebsd-hackers@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org

___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org