Hi All,
I downloaded 1.3.1 version of wireshark code and I am trying to run
autogen.sh, I got below error.
v-wimaxapp01(gktc37)[!]# ./autogen.sh
Checking for python.
aclocal -I ./aclocal-fallback
configure.in:1644: file `plugins/Custom.m4' does not exist
v-wimaxapp01(gktc37)[!]#
Then I quoted like below in configure.in file
-sinclude(plugins/Custom.m4) dnl
+####sinclude(plugins/Custom.m4) dnl
Still I am getting same above error.
And also I tried to just normal comment to that file, again one more
error got it ..
v-wimaxapp01(gktc37)[!]# ./autogen.sh
Checking for python.
aclocal -I ./aclocal-fallback
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of
XIPH_PATH_AO
run info '(automake)Extending aclocal'
or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Can't locate Autom4te/C4che.pm in @INC (@INC contains:
/apps/public/autoconf/share/autoconf
/apps/public/perl_5.8.4/lib/5.8.4/i686-linux
/apps/public/perl_5.8.4/lib/5.8.4
/apps/public/lib/perlmodules/5.8.4/lib/5.8.4/i686-linux
/apps/public/lib/perlmodules/5.8.4/lib/5.8.4
/apps/public/lib/perlmodules/5.8.4/lib
/opt/TWWfsw/perl584p/lib/5.8.4/i686-linux /opt/TWWfsw/perl584p/lib/5.8.4
/opt/TWWfsw/perl584p/lib .) at /apps/public/autoconf_2.64/bin/autom4te
line 40.
BEGIN failed--compilation aborted at
/apps/public/autoconf_2.64/bin/autom4te line 40.
aclocal: autom4te failed with exit status: 2
v-wimaxapp01(gktc37)[!]#
Could any one help me how to fix this ?
Thanks,
Reddy