On Aug 28, 2009, at 12:12 PM, Swapnil Barai (sbarai) wrote: >> I am trying to build the latest development source code of Wireshark
>> on ubuntu. I have installed Automake, Autoconf and libtool all in / >>usr/local (using ./configure --prefix=/usr/local/ and make and make >> install) . >There should be deb packages for them from Ubuntu's repositories, so >you shouldn't have to install them from source. That's true. However as mentioned on http://wiki.wireshark.org/BuildingAndInstalling I wanted to install automake in the same prefix as libtool. Sudo apt-get install automake was putting it in a diff dir. But I don't think this should make a difference right? >> >> Thus my aclocal and aclocal-1.10 directories are present in /usr/ >> local/share/. >> >> However when I run ./autogen.sh I get the error as /usr/share/ >> aclocal not found. >What is the full output of "sh -x ./autogen.sh"? This is the output: + DIE=true + PROJECT=Wireshark + ACLOCAL=aclocal + AUTOHEADER=autoheader + AUTOMAKE=automake + AUTOCONF=autoconf + python -c print 'Checking for python.' Checking for python. + [ 0 != 0 ] + autoconf --version + grep ^autoconf + sed s/.*) *// + ACVER=2.64 + automake --version + grep ^automake + sed s/.*) *// + AMVER=1.10.1 + glibtool --version + grep libtool) + sed s/.*libtool) \([0-9][0-9.]*\)[^ ]* .*/\1/ + LTVER= + test -z + libtool --version + grep libtool) + sed s/.*) \([0-9][0-9.]*\)[^ ]* .*/\1/ + LTVER=ltmain.sh (GNU libtool) 2.2 + LIBTOOLIZE=libtoolize + true + ./aclocal-flags + aclocal_flags=-I ./aclocal-fallback -I /usr/share/aclocal + aclocalinclude= -I ./aclocal-fallback -I /usr/share/aclocal + echo aclocal -I ./aclocal-fallback -I /usr/share/aclocal aclocal -I ./aclocal-fallback -I /usr/share/aclocal + aclocal -I ./aclocal-fallback -I /usr/share/aclocal aclocal: couldn't open directory `/usr/share/aclocal': No such file or directory + exit 1 ________________________________________________________________________ ___ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
