I am unable to "configure Wireshark with --with-pcap=directory, ". I have my own compiled libpcap.a. Please give some details about where i will get the configuration file. I am using ubuntu 10.10-32 bit. Thanks in advance. asked 19 Jul '13, 05:48 baila converted 19 Jul '13, 11:33 Guy Harris ♦♦ |
One Answer:
The "configuration file" is the answered 23 Jul '13, 15:49 Guy Harris ♦♦ |
Is your libpcap.a in the directory you specified as an argument to the --with-pcap= flag to the configure script?
What does the configure script produce as output?
Does the configure script succeed or fail? If it succeeds, at what point does the build process fail?
thanks Guy, i found it and works too.
thanks a lot!!