LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   please help its urgent (https://www.linuxquestions.org/questions/linux-software-2/please-help-its-urgent-727856/)

pramodrepaka 05-22-2009 02:36 PM

please help its urgent
 
hi all
i m using RedhatEL 5 "2.6.18-8.el5"
while installing snort i faced below problem
can any one suggest
why this problem has occured and wht is the root cause and how to fix it.
please it urgent
i m thankful for the suggestions.


[root@localhost snort-stable]# make check
cd . && aclocal
configure.in:143: warning: underquoted definition of SN_CHECK_DECL
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/a...ending-aclocal
configure.in:176: warning: underquoted definition of SN_CHECK_DECLS
configure.in:243: warning: underquoted definition of FAIL_MESSAGE
configure.in:845: error: `win32/WIN32-Includes/Makefile' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:848: AC_CONFIG_FILES is expanded from...
configure.in:845: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
make: *** [aclocal.m4] Error 1

unSpawn 05-22-2009 02:51 PM

Quote:

Originally Posted by pramodrepaka (Post 3549635)
configure.in:143: warning: underquoted definition of SN_CHECK_DECL

Install libtool package? And next time please use descriptive thread titles.

TB0ne 05-22-2009 02:58 PM

Quote:

Originally Posted by pramodrepaka (Post 3549635)
hi all
i m using RedhatEL 5 "2.6.18-8.el5"
while installing snort i faced below problem
can any one suggest
why this problem has occured and wht is the root cause and how to fix it.
please it urgent
i m thankful for the suggestions.


[root@localhost snort-stable]# make check
cd . && aclocal
configure.in:143: warning: underquoted definition of SN_CHECK_DECL
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/a...ending-aclocal
configure.in:176: warning: underquoted definition of SN_CHECK_DECLS
configure.in:243: warning: underquoted definition of FAIL_MESSAGE
configure.in:845: error: `win32/WIN32-Includes/Makefile' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:848: AC_CONFIG_FILES is expanded from...
configure.in:845: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
make: *** [aclocal.m4] Error 1

And to go along with with unSpawn said about subject titles, don't mark things as urgent. We volunteer our time here, so telling us to hurry because YOU have a problem, isn't very good..

Also, if this is TRULY urgent, contact RedHat support...you're paying for 24/7 tech support with your RHEL purchase. They're available for "urgent" issues. If you haven't paid, consider loading CentOS.

John VV 05-22-2009 04:05 PM

also if this " Install libtool package" dose not solve it that error is from a bad m4 you might want to run
Code:

autoreconf -v -i
to make a new configure and m4's

and next time - please use a descriptive thread title .
like for this one
" make error in snort "
also why are you not installing it from the RHEL repos that you paid for ?
Code:

yum install snort


All times are GMT -5. The time now is 01:17 PM.