I'm build wireshark souce code with "./configure --disable-wireshark", but I got errors: Making all in wsutil What am I doing wrong? asked 30 Apr '11, 04:58 huubby retagged 30 Apr '11, 18:27 helloworld |
One Answer:
I just successfully built tshark in OS X 10.6.7 using your configure options. Your problem might have to do with libtool. Check your libtool version with the command: My libtool version is: If you don't have libtool installed, get it from Mac Ports: The commands I used to build and run tshark:
answered 30 Apr '11, 18:26 helloworld edited 30 Apr '11, 18:32 |
Than you very much! It worked! I'm so stupid, I have installed another libtool in /usr/local/bin, after uninstalling this libtool, I successfully built tshark. Thanks again!