On Jan 5, 2010, at 2:49 PM, Bryan W Budak wrote:
> When building libpcap on 64 bit OS it is placed in the /usr/lib directory
If you build libpcap from our source code, it is installed, by default, in
/usr/local/lib, not /usr/lib. You need special configuration options to
install in /usr/lib.
Correction:
When building libpcap on 64 bit OS it is placed in the /usr/lib directory
rather than the /usr/lib64 This then causes the compile for a 32 bit
version of my application to fail since there is a 64 bit version in a 32
bit directory.
So, is there a way to build a 32 bit version