On Thu, Mar 11, 2010 at 1:47 PM, Joe (Tri) Dang <[email protected]> wrote: > Hi list, > I'm attempting to compile TCPReplay 3.4.3 on Solaris and kept getting the > following errors when running ./configure. > Wonder if you encountered similar issue or have any suggestion? > > checking for library containing pcap_close... no > configure: error: Unable to link libpcap in /usr/local > > makefile failed to create. > Libpcap version 1.0 was compiled & installed successfully to /usr/local/. > TCPDUMP-4.0 successfully compiled and ran against the pcap. > TcpReplay 3.4.3 however doesn't seems to recognize the existence of libpcap > -- ./configure failed as described above. > TcpReplay 3.4.2 also failed but with "configure: error: Unable to find a > supported method to send packets. Please upgrade your libpcap or enable > libdnet" > Here is my working environment: > ---------------------------------------------- > TcpReplay version: 3.4.3 > Libpcap: 1.0.0 > Platform: Solaris, SunOS 5.10 Generic > ./configure --enable-debug (ran --enable-debug just to get more info but > also error out without) >
Just guessing right now, but might you have multiple copies of libpcap (headers and/or libraries)? You might try ./configure --with-libpcap=/usr/local and see if that helps. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin "carpe diem quam minimum credula postero" ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users Support Information: http://tcpreplay.synfin.net/trac/wiki/Support
