Thank you for the help! :)
Best regards.
João Amaral
MSc Student at University of Beira Interior, Portugal
On Friday, July 12, 2013 at 3:29 PM, Jeff Morriss wrote:
On 07/12/13 10:19, João Amaral wrote:
After running that command I got the following output:
You must have libtool 1.4 or later installed to compile Wireshark.
Download the appropriate package for your distribution/OS,
So I ran apt-get install libtool and afterwards I ran the command
again, obtaining:
aclocal -I ./aclocal-fallback
libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to
libtoolize: rerunning libtoolize, to keep the correct libtool macros
in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in
Makefile.am.
autoheader
automake --add-missing --gnu
autoconf
Now type "./configure [options]" and "make" to compile Wireshark.
Possibly libtool package got deleted when I ran apt-get
clean/autoclean/autoremove recently? I didn't explicitly remove it.
Odd. No ideas about that.
It runs libtool, autoconf, automake, in order to prep for running
./configure . But:
I downloaded the files from this
Since you're building from a source tarball, there is (should be) no
need to run ./
autogen.sh . It's only really necessary when building
from SVN (or when making modifications to certain files like
configure.ac).
___________________________________________________________________________