You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shivarammysore edited this page Jul 10, 2012
·
5 revisions
Build errors related to libpcap
If there is more than one version of libpcap exists on the system, the wrong libpcap library may be selected by the build makefiles. The library is selected by the ordering of the LDFLAGS environment variable. If the required libpcap is available at /usr/local/lib and the one selected automatically is in /usr/lib, then one can do the following to make the build work correctly.
% export LDFLAGS=-L/usr/local/lib
% make rel