Ok, that explains why the issue is happening, I give priority to /usr/lib over /usr/lib64. So question:
Can I assume /usr/lib64 has priority or should I do some AC_TRY_COMPILE[] or whatever it is to check each found lib? On 4/16/07, Bojan Smojver <[EMAIL PROTECTED]> wrote: > Quoting Aaron Turner <[EMAIL PROTECTED]>: > > > Can you send me the output of: > > > > ls -l /usr/lib/libpcap* > > ls -l /usr/lib64/libpcap* > > ----------------------------------------- > ls -l /usr/lib/libpcap* > -rw-r--r-- 1 root root 243226 Mar 15 23:07 /usr/lib/libpcap.a > lrwxrwxrwx 1 root root 16 Apr 3 12:48 /usr/lib/libpcap.so -> > libpcap.so.0.9.4 > lrwxrwxrwx 1 root root 16 Apr 3 12:48 /usr/lib/libpcap.so.0 -> > libpcap.so.0.9.4 > lrwxrwxrwx 1 root root 16 Apr 3 12:48 /usr/lib/libpcap.so.0.9 -> > libpcap.so.0.9.4 > -rwxr-xr-x 1 root root 167096 Mar 15 23:07 /usr/lib/libpcap.so.0.9.4 > ----------------------------------------- > > ----------------------------------------- > ls -l /usr/lib64/libpcap* > -rw-r--r-- 1 root root 297530 Mar 15 23:06 /usr/lib64/libpcap.a > lrwxrwxrwx 1 root root 16 Apr 3 12:48 /usr/lib64/libpcap.so -> > libpcap.so.0.9.4 > lrwxrwxrwx 1 root root 16 Mar 21 07:50 /usr/lib64/libpcap.so.0 -> > libpcap.so.0.9.4 > lrwxrwxrwx 1 root root 16 Mar 21 07:50 /usr/lib64/libpcap.so.0.9 > -> libpcap.so.0.9.4 > ----------------------------------------- > > This is a FC6 machine, so it has both 64-bit and 32-bit stuff > installed. However, by default the compilation will be 64-bit. > > -- > Bojan > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Tcpreplay-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tcpreplay-users > -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing & replay tools for Unix ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
