Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Make failing on Ubuntu

From: "Swapnil Barai (sbarai)" <sbarai@xxxxxxxxx>
Date: Tue, 11 Aug 2009 16:59:13 -0700

Hey

 

I was trying to install the Wireshark 1.3.x on my Ubuntu 9.04 machine. I have installed all the dependencies required for Wireshark. However when I run make I get this error.

 

LANG=C /usr/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h has been updated.
make  all-recursive
make[1]: Entering directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378'
Making all in tools
make[2]: Entering directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/tools'
Making all in lemon
make[3]: Entering directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/tools/lemon'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/tools/lemon'
make[3]: Entering directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/tools'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/tools'
make[2]: Leaving directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/tools'
Making all in wsutil
make[2]: Entering directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/wsutil'
/bin/bash: LIBTOOL@: command not found
make[2]: *** [mpeg-audio.lo] Error 127
make[2]: Leaving directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378/wsutil'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/root-lte/Desktop/packages/wireshark-1.3.0-SVN-29378'
make: *** [all] Error 2

 

I have libtool installed on my machine. Any help would be appreciated.

 

Thanks

Swapnil