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

Wireshark-dev: Re: [Wireshark-dev] Installing SVN 50510

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Fri, 12 Jul 2013 08:50:37 -0400
On 07/12/13 05:28, Jo�o Amaral wrote:
Hello,

I'm trying to compile SVN 50510. After running *./configure --with-gtk2
--enable-setuid-install* I get no errors, but running *make* I get the
following output:
codecs/Makefile.am:28: library used but `RANLIB' is undefined
codecs/Makefile.am:28:   The usual way to define `RANLIB' is to add
`AC_PROG_RANLIB'
codecs/Makefile.am:28:   to `configure.ac' and run `autoconf' again.
echld/Makefile.am:34: Libtool library used but `LIBTOOL' is undefined
echld/Makefile.am:34:   The usual way to define `LIBTOOL' is to add
`LT_INIT'
echld/Makefile.am:34:   to `configure.ac' and run `aclocal' and
`autoconf' again.
echld/Makefile.am:34:   If `LT_INIT' is in `configure.ac', make sure
echld/Makefile.am:34:   its definition is in aclocal's search path.
[...]
I have already installed successfully version SVN 50460. I'm
guessing there is some problem with libtool?
I'm using Ubuntu 13.04 virtualised on VMware Fusion 5.0.3.

Hmmm... Are you building from svn? What does "svn status" say (any modified or missing files)?

Maybe try ./autogen.sh followed by configure again?