On 24 July 15:25 2008 Chris Henderson spoke: | I checked out the latest version of ntop and trying to build an RPM on | OpenSUSE 10.3. I did "./autogen.sh" it says "checking for | pcap_lookupdev in -lpcap... no". I have libpcap-0.9.7 installed and | the two files are in /usr/lib/libpcap.so.0 & | /usr/lib/libpcap.so.0.9.7. | | Could anyone tell me how to fix this issue? Thanks.
you need the development libpcap package (with include files), not only the run-time package if you want to compile from sources. on debian systems [1] [EMAIL PROTECTED] 5564> dpkg -l | grep pcap ii libpcap0.8 0.9.8-5 system interface for user-level packet capture ii libpcap0.8-dev 0.9.8-5 development library and header files for libpcap0.8 on OpenSuse try > rpm -qa | grep pcap /rocco -- Rocco Carbone mail-to: <rocco /at/ ntop /dot/ org> Pisa Italy Life is in the details In other words, you are welcome to use, share and improve me. You are forbidden to forbid anyone else to use, share and improve what I gave you. _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
