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

Wireshark-users: [Wireshark-users] Autogen.sh is not working in RHL

From: "Reddy Nagendra-GKTC37" <GKTC37@xxxxxxxxxxxx>
Date: Wed, 18 Nov 2009 13:14:39 +0800
 
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