[Oisf-users] Installation problems
Robert Clove
cloverobert at gmail.com
Fri May 10 06:37:25 UTC 2013
On Thu, May 9, 2013 at 2:19 PM, Victor Julien <lists at inliniac.net> wrote:
> On 05/09/2013 07:42 AM, Robert Clove wrote:
> > Hello All,
> >
> > I am installing suricata on my machine that is having CentOs
> > When i ran the following command
> >
> > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> >
> > *_i get an warning message that _*
> >
> > * Warning! spatch not found, you will not be
> > able to run code checking with coccinelle
> > get it from http://coccinelle.lip6.fr
> > or install from your distribution *
> >
> > I want to know why this spatch is needed and how to resolve this warning.
>
> It's not needed to run Suricata, it's more for developers. It does
> certain source code checks in a our "make check" stage.
>
> --
> ---------------------------------------------
> Victor Julien
> http://www.inliniac.net/
> PGP: http://www.inliniac.net/victorjulien.asc
> ---------------------------------------------
>
> _______________________________________________
> Suricata IDS Users mailing list: oisf-users at openinfosecfoundation.org
> Site: http://suricata-ids.org | Support: http://suricata-ids.org/support/
> List: https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users
> OISF: http://www.openinfosecfoundation.org/
>
Hello,
I was installing the all new Suricata a fresh installation
so i followed your link
https://redmine.openinfosecfoundation.org/projects/suricata/wiki/CentOS_64_Installation_%28with_unix_socket_geoip_profiling_and_MD5_features%29
But
When i ran the command
./autogen.sh && \
./configure --prefix=/usr/ --sysconfdir=/etc/ --localstatedir=/var/ \
--enable-unix-socket --enable-profiling --enable-geoip \
--with-libnss-libraries=/usr/lib64 --with-libnss-includes=/usr/include/nss3 \
--with-libnspr-libraries=/usr/lib64
--with-libnspr-includes=/usr/include/nspr4 \
&& make clean && make && make install && ldconfig
I get the following output and error :-
Found libtoolize
Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: subdirectory libhtp to autoreconf
autoreconf: Entering directory `libhtp'
autoreconf: running: aclocal --force
autoreconf: running: libtoolize --copy --force
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `libhtp'
Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.
autoreconf: Leaving directory `.'
You can now run "./configure" and then "make".
-bash: : command not found
CAN YOU PLEASE TELL WHAT SHOULD I DO?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openinfosecfoundation.org/pipermail/oisf-users/attachments/20130510/29bff4a9/attachment-0002.html>
More information about the Oisf-users
mailing list