[prev in list] [next in list] [prev in thread] [next in thread] 

List:       snort-devel
Subject:    Re: [Snort-devel] [Snort-users] Issue in DPX installation
From:       Hui Cao <hcao () sourcefire ! com>
Date:       2013-05-10 13:56:09
Message-ID: CANODEn2ocTDDjs=acezKHJPZnsLeppqW2x56tBFOQrjU5t=6YQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Have you applied the following command?

./configure --enable-build-dynamic-examples

Best,
Hui.


On Fri, May 10, 2013 at 2:53 AM, Makthum Mohamed <makthum@gmail.com> wrote:

> Hello Hui ,
>               Thank you very much for your response and kindly bare me
> with me for making this mail a long one.
>
>  I have installed snort on Ubuntu 12.10 running on virtual box following
> the instruction given on this link
> http://www.snort.org/assets/158/snortinstallguide293.pdf. Snort
> installation was successful.
>
> After installing snort i downloaded dpx-1.5 to the directory *
> /home/mohamed/snort/dpx-1.5*
>  after exploding the tar file when i tried to configure and install DPX  i
> got the following error
>
> *mohamed@mohamed-VirtualBox:~/snort/dpx-1.5$ sudo make > make.log
> [sudo] password for mohamed:
> make[2]: *** No rule to make target `/sf_dynamic_preproc_lib.c', needed by
> `sf_dynamic_preproc_lib.c'.  Stop.
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> mohamed@mohamed-VirtualBox:~/snort/dpx-1.5$ sudo make
> make  all-recursive
> make[1]: Entering directory `/home/mohamed/snort/dpx-1.5'
> Making all in src
> make[2]: Entering directory `/home/mohamed/snort/dpx-1.5/src'
> make[2]: *** No rule to make target `/sf_dynamic_preproc_lib.c', needed by
> `sf_dynamic_preproc_lib.c'.  Stop.
> make[2]: Leaving directory `/home/mohamed/snort/dpx-1.5/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5'
> make: *** [all] Error 2*
>
>
> *Then i edited the build.sh as below*
>
> !/bin/bash
>
> if [ ! -e setup.sh ] ; then
>     echo "ERROR: you must echo SNORT=/path/to/snort/dir > setup.sh first"
>     exit -1
> fi
>
> . setup.sh
>
> export PKG_CONFIG_PATH=$SNORT
>
> libtoolize --automake --copy
> aclocal -I m4
> autoheader
> automake --add-missing --copy
> autoconf
>
> *./configure --with-dpx-includes=$SNORT/src/snort_dynamicsrc
> --prefix=`pwd`
> *
> # i'm gonna burn in autohell for this ...
> echo "#define HAVE_WCHAR_H 1" >> config.h
>
> after this edit i m getting this following error
>
> *mohamed@mohamed-VirtualBox:~/snort/dpx-1.5$ ./build.sh
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> configure.ac:11: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call
> detected in body
> ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
> ../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
> ../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
> m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...
> m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...
> m4/libtool.m4:143: _LT_SETUP is expanded from...
> m4/libtool.m4:69: LT_INIT is expanded from...
> m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
> configure.ac:11: the top level
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... no
> checking for mawk... mawk
> checking whether make sets $(MAKE)... yes
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... none
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking how to print strings... printf
> checking for a sed that does not truncate output... /bin/sed
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for fgrep... /bin/grep -F
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
> checking the name lister (/usr/bin/nm -B) interface... BSD nm
> checking whether ln -s works... yes
> checking the maximum length of command line arguments... 1572864
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for objdump... objdump
> checking how to recognize dependent libraries... pass_all
> checking for ar... ar
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking how to run the C preprocessor... gcc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC -DPIC
> checking if gcc PIC flag -fPIC -DPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports
> shared libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> Package snort was not found in the pkg-config search path.
> Perhaps you should add the directory containing `snort.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'snort' found
> checking for visibility support... yes
> checking for inttypes.h... (cached) yes
> checking for memory.h... (cached) yes
> checking netdb.h usability... yes
> checking netdb.h presence... yes
> checking for netdb.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking for stdint.h... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/param.h usability... yes
> checking sys/param.h presence... yes
> checking for sys/param.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for unistd.h... (cached) yes
> checking size of char... 1
> checking size of short... 2
> checking size of int... 4
> checking size of long int... 8
> checking size of long long int... 8
> checking size of unsigned int... 4
> checking size of unsigned long int... 8
> checking size of unsigned long long int... 8
> checking for u_int8_t... yes
> checking for u_int16_t... yes
> checking for u_int32_t... yes
> checking for u_int64_t... yes
> checking for uint8_t... yes
> checking for uint16_t... yes
> checking for uint32_t... yes
> checking for uint64_t... yes
> checking for int8_t... yes
> checking for int16_t... yes
> checking for int32_t... yes
> checking for int64_t... yes
> checking for boolean... no
> checking for stdlib.h... (cached) yes
> checking for GNU libc compatible malloc... yes
> checking for stdlib.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for sys/param.h... (cached) yes
> checking for getpagesize... yes
> checking for working mmap... yes
> checking for gethostbyname... yes
> checking for getpagesize... (cached) yes
> checking for memset... yes
> checking for munmap... yes
> checking for socket... yes
> checking for strchr... yes
> checking for strcspn... yes
> checking for strdup... yes
> checking for strerror... yes
> checking for strrchr... yes
> checking for strstr... yes
> checking for strtoul... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating test/Makefile
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing depfiles commands
> config.status: executing libtool commands
> Making clean in test
> make[1]: Entering directory `/home/mohamed/snort/dpx-1.5/test'
> rm -rf .libs _libs
> rm -f *.lo
> make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5/test'
> Making clean in src
> make[1]: Entering directory `/home/mohamed/snort/dpx-1.5/src'
> test -z "libdpx.la" || rm -f libdpx.la
> rm -f "./so_locations"
> rm -rf .libs _libs
> rm -f sf_dynamic_preproc_lib.c sfPolicyUserData.c
> rm -f *.o
> rm -f *.lo
> make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5/src'
> Making clean in .
> make[1]: Entering directory `/home/mohamed/snort/dpx-1.5'
> rm -rf .libs _libs
> rm -f *.lo
> make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5'
> make  all-recursive
> make[1]: Entering directory `/home/mohamed/snort/dpx-1.5'
> Making all in src
> make[2]: Entering directory `/home/mohamed/snort/dpx-1.5/src'
> cp /usr/local/snort/src/snort_dynamicsrc/sf_dynamic_preproc_lib.c
> sf_dynamic_preproc_lib.c
> cp /usr/local/snort/src/snort_dynamicsrc/sfPolicyUserData.c
> sfPolicyUserData.c
> make  all-am
> make[3]: Entering directory `/home/mohamed/snort/dpx-1.5/src'
> /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I..   -I/usr/local/snort/src/snort_dynamicsrc  -fvisibility=hidden -c -o
> dpx.lo dpx.c
>
> ../libtool: line 2076: dpx.c: command not found
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I..
> -I/usr/local/snort/src/snort_dynamicsrc -fvisibility=hidden -c ""  -fPIC
> -DPIC -o .libs/dpx.o
> gcc: error: : No such file or directory
> gcc: fatal error: no input files
> compilation terminated.
> make[3]: *** [dpx.lo] Error 1
> make[3]: Leaving directory `/home/mohamed/snort/dpx-1.5/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/mohamed/snort/dpx-1.5/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5'
> make: *** [all] Error 2
> Making install in src
> make[1]: Entering directory `/home/mohamed/snort/dpx-1.5/src'
> make  install-am
> make[2]: Entering directory `/home/mohamed/snort/dpx-1.5/src'
> /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I..   -I/usr/local/snort/src/snort_dynamicsrc  -fvisibility=hidden -c -o
> dpx.lo dpx.c
>
> ../libtool: line 2076: dpx.c: command not found
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I..
> -I/usr/local/snort/src/snort_dynamicsrc -fvisibility=hidden -c ""  -fPIC
> -DPIC -o .libs/dpx.o
> gcc: error: : No such file or directory
> gcc: fatal error: no input files
> compilation terminated.
> make[2]: *** [dpx.lo] Error 1
> make[2]: Leaving directory `/home/mohamed/snort/dpx-1.5/src'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5/src'
> make: *** [install-recursive] Error 1*
>
>
>
> and i see #include "sf_types.h" is already in there in dpx.c
>
> Kindly help with the issue. Thanks in Advance
>
>
> Regards,
> Mohamed Makthum Mohamed Ikbal
> Graduate Student
> UBC
>
>
>
> On Thu, May 9, 2013 at 8:32 AM, Hui Cao <hcao@sourcefire.com> wrote:
>
>> HI Mohamed,
>>
>> Can you provide us all the steps you have taken?
>>
>> Have you done the following?
>>
>>  1) In the first step (configur snort), please use the command:
>> ./configure --enable-build-dynamic-examples
>> 2) For snort 2.9.4, add the following line to dpx.c file: put #include
>> "sf_types.h" before #include "snort_debug.h"
>> see post: http://seclists.org/snort/2013/q1/161
>>
>> Best,
>> Hui.
>>
>>
>> On Thu, May 9, 2013 at 11:18 AM, Joel Esler <jesler@sourcefire.com>wrote:
>>
>>> probably a better question for the Snort-devel list.
>>>
>>> Moving it over there.
>>>
>>> --
>>> *Joel Esler*
>>> Senior Research Engineer, VRT
>>> OpenSource Community Manager
>>> Sourcefire
>>>
>>> On May 9, 2013, at 1:36 AM, mohamed makthum <makthum@gmail.com> wrote:
>>>
>>>  Hello everybody ,
>>>                            I want to write my own preprocessor and I am
>>> trying to install snort dpx 1.5 . I am not able to complete the
>>> installation because of the following error . Please find the details below.
>>>
>>> I am running snort 2.9.3.1 version and this is the output of version
>>> command
>>>
>>> mohamed@mohamed-Aspire-5749:~/Downloads/dpx-1.5$ snort -V
>>>
>>>    ,,_     -*> Snort! <*-
>>>   o"  )~   Version 2.9.3.1 IPv6 GRE (Build 40)
>>>    ''''    By Martin Roesch & The Snort Team:
>>> http://www.snort.org/snort/snort-team
>>>            Copyright (C) 1998-2012 Sourcefire, Inc., et al.
>>>            Using libpcap version 1.3.0
>>>            Using PCRE version: 8.31 2012-07-06
>>>            Using ZLIB version: 1.2.7
>>>
>>> I have installed my snort in /usr/local/snort and I used this command
>>> this command  *echo "SNORT=/usr/local/snort" > setup.sh *as per the
>>> instruction on snort website.
>>>
>>> when i execute ./build.sh i am encountering *../libtool: line 2076:
>>> dpx.c: command not found** *error. Please find log attached for
>>> complete info.
>>>
>>> I would be grateful and it would help my project if someone could help
>>> me out. Kindly let me if you need more information. Thanks in Advance.
>>>
>>>
>>> Regards
>>> Mohamed Makthum Mohamed Ikbal
>>> Graduate student
>>> UBC
>>>
>>>
>>>  <log.txt>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today!
>>> http://p.sf.net/sfu/neotech_d2d_may_______________________________________________
>>> Snort-users mailing list
>>> Snort-users@lists.sourceforge.net
>>> Go to this URL to change user options or unsubscribe:
>>> https://lists.sourceforge.net/lists/listinfo/snort-users
>>> Snort-users list archive:
>>> http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users
>>>
>>> Please visit http://blog.snort.org to stay current on all the latest
>>> Snort news!
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Learn Graph Databases - Download FREE O'Reilly Book
>>> "Graph Databases" is the definitive new guide to graph databases and
>>> their applications. This 200-page book is written by three acclaimed
>>> leaders in the field. The early access version is available now.
>>> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
>>> _______________________________________________
>>> Snort-users mailing list
>>> Snort-users@lists.sourceforge.net
>>> Go to this URL to change user options or unsubscribe:
>>> https://lists.sourceforge.net/lists/listinfo/snort-users
>>> Snort-users list archive:
>>> http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users
>>>
>>> Please visit http://blog.snort.org to stay current on all the latest
>>> Snort news!
>>>
>>
>>
>

[Attachment #5 (text/html)]

<div dir="ltr"><div>Have you applied the following command?<br><br>./configure \
--enable-build-dynamic-examples

<br><br></div>Best,<br>Hui.<br></div><div class="gmail_extra"><br><br><div \
class="gmail_quote">On Fri, May 10, 2013 at 2:53 AM, Makthum Mohamed <span \
dir="ltr">&lt;<a href="mailto:makthum@gmail.com" \
target="_blank">makthum@gmail.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr">Hello Hui ,<div>              Thank you very \
much for your response and kindly bare me with me for making this mail a long \
one.</div> <div><br></div><div> I have installed snort on Ubuntu 12.10 running on \
virtual box following the instruction given on this link <a \
href="http://www.snort.org/assets/158/snortinstallguide293.pdf" \
target="_blank">http://www.snort.org/assets/158/snortinstallguide293.pdf</a>. Snort \
installation was successful.</div>

<div><br></div><div>After installing snort i downloaded dpx-1.5 to the directory \
<b>/home/mohamed/snort/dpx-1.5</b></div><div> after exploding the tar file when i \
tried to configure and install DPX  i got the following error</div>

<div><br></div><div><div style="font-size:13px"><div><div><div><div><div><i><font \
face="trebuchet ms, sans-serif">mohamed@mohamed-VirtualBox:~/snort/dpx-1.5$ sudo make \
&gt; make.log<br>[sudo] password for mohamed: <br> make[2]: *** No rule to make \
target `/sf_dynamic_preproc_lib.c&#39;, needed by `sf_dynamic_preproc_lib.c&#39;.  \
Stop.<br>make[1]: *** [all-recursive] Error 1<br>make: *** [all] Error \
2<br>mohamed@mohamed-VirtualBox:~/snort/dpx-1.5$ sudo make<br>

make  all-recursive<br>make[1]: Entering directory \
`/home/mohamed/snort/dpx-1.5&#39;<br>Making all in src<br>make[2]: Entering directory \
`/home/mohamed/snort/dpx-1.5/src&#39;<br>make[2]: *** No rule to make target \
`/sf_dynamic_preproc_lib.c&#39;, needed by `sf_dynamic_preproc_lib.c&#39;.  Stop.<br>

make[2]: Leaving directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>make[1]: *** \
[all-recursive] Error 1<br>make[1]: Leaving directory \
`/home/mohamed/snort/dpx-1.5&#39;<br>make: *** [all] Error \
2</font></i><br><br><br></div>

<b style="font-family:arial,sans-serif">Then i edited the build.sh as \
below</b><br><br><font face="arial, sans-serif">!/bin/bash</font><br><br><font \
face="arial, sans-serif">if [ ! -e setup.sh ] ; then</font><br><font face="arial, \
sans-serif">    echo &quot;ERROR: you must echo SNORT=/path/to/snort/dir &gt; \
setup.sh first&quot;</font><br>

<font face="arial, sans-serif">    exit -1</font><br><font face="arial, \
sans-serif">fi</font><br><br><font face="arial, sans-serif">. \
setup.sh</font><br><br><font face="arial, sans-serif">export \
PKG_CONFIG_PATH=$SNORT</font><br>

<br><font face="arial, sans-serif">libtoolize --automake --copy</font><br><font \
face="arial, sans-serif">aclocal -I m4</font><br><font face="arial, \
sans-serif">autoheader</font><br><font face="arial, sans-serif">automake \
--add-missing --copy</font><br>

<font face="arial, sans-serif">autoconf</font><br><br><b \
style="font-family:arial,sans-serif">./configure \
--with-dpx-includes=$SNORT/src/snort_dynamicsrc --prefix=`pwd`<br></b><br><font \
face="arial, sans-serif"># i&#39;m gonna burn in autohell for this ...</font><br>

<font face="arial, sans-serif">echo &quot;#define HAVE_WCHAR_H 1&quot; &gt;&gt; \
config.h</font><br><br></div><font face="arial, sans-serif">after this edit i m \
getting this following error </font><br><br><i><font face="trebuchet ms, \
sans-serif">mohamed@mohamed-VirtualBox:~/snort/dpx-1.5$ ./build.sh<br>

<a href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: warning: \
AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in \
body<br>../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>

../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded \
from...<br>m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded \
from...<br>m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded \
from...<br>m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded from...<br>

m4/libtool.m4:143: _LT_SETUP is expanded from...<br>m4/libtool.m4:69: LT_INIT is \
expanded from...<br>m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: the top level<br>

<a href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: warning: \
AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in \
body<br>../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>

../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded \
from...<br>m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded \
from...<br>m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded \
from...<br>m4/libtool.m4:143: _LT_SETUP is expanded from...<br>

m4/libtool.m4:69: LT_INIT is expanded from...<br>m4/libtool.m4:107: AC_PROG_LIBTOOL \
is expanded from...<br><a href="http://configure.ac:11/" \
target="_blank">configure.ac:11</a>: the top level<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: warning: \
AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...<br>

m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded \
from...<br>m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded \
from...<br>m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded \
from...<br>m4/libtool.m4:143: _LT_SETUP is expanded from...<br>

m4/libtool.m4:69: LT_INIT is expanded from...<br>m4/libtool.m4:107: AC_PROG_LIBTOOL \
is expanded from...<br><a href="http://configure.ac:11/" \
target="_blank">configure.ac:11</a>: the top level<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: warning: \
AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...<br>

m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...<br>m4/libtool.m4:5343: \
_LT_LANG_C_CONFIG is expanded from...<br>m4/libtool.m4:143: _LT_SETUP is expanded \
from...<br>m4/libtool.m4:69: LT_INIT is expanded from...<br>

m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: the top \
level<br><a href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: \
warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...<br>

m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded \
from...<br>m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded \
from...<br>m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded \
from...<br>m4/libtool.m4:143: _LT_SETUP is expanded from...<br>

m4/libtool.m4:69: LT_INIT is expanded from...<br>m4/libtool.m4:107: AC_PROG_LIBTOOL \
is expanded from...<br><a href="http://configure.ac:11/" \
target="_blank">configure.ac:11</a>: the top level<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: warning: \
AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...<br>

m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...<br>m4/libtool.m4:5343: \
_LT_LANG_C_CONFIG is expanded from...<br>m4/libtool.m4:143: _LT_SETUP is expanded \
from...<br>m4/libtool.m4:69: LT_INIT is expanded from...<br>

m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: the top \
level<br><a href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: \
warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...<br>

m4/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded \
from...<br>m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded \
from...<br>m4/libtool.m4:5343: _LT_LANG_C_CONFIG is expanded \
from...<br>m4/libtool.m4:143: _LT_SETUP is expanded from...<br>

m4/libtool.m4:69: LT_INIT is expanded from...<br>m4/libtool.m4:107: AC_PROG_LIBTOOL \
is expanded from...<br><a href="http://configure.ac:11/" \
target="_blank">configure.ac:11</a>: the top level<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: warning: \
AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body<br>

../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded \
from...<br>../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded \
from...<br>../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...<br>

m4/libtool.m4:4211: _LT_LINKER_SHLIBS is expanded from...<br>m4/libtool.m4:5343: \
_LT_LANG_C_CONFIG is expanded from...<br>m4/libtool.m4:143: _LT_SETUP is expanded \
from...<br>m4/libtool.m4:69: LT_INIT is expanded from...<br>

m4/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...<br><a \
href="http://configure.ac:11/" target="_blank">configure.ac:11</a>: the top \
level<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking \
whether build environment is sane... yes<br>

checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... \
no<br>checking for mawk... mawk<br>checking whether make sets $(MAKE)... \
yes<br>checking for gcc... gcc<br>checking whether the C compiler works... yes<br>

checking for C compiler default output file name... a.out<br>checking for suffix of \
executables... <br>checking whether we are cross compiling... no<br>checking for \
suffix of object files... o<br>checking whether we are using the GNU C compiler... \
yes<br>

checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO \
C89... none needed<br>checking for style of include used by make... GNU<br>checking \
dependency style of gcc... none<br>checking build system type... \
x86_64-unknown-linux-gnu<br>

checking host system type... x86_64-unknown-linux-gnu<br>checking how to print \
strings... printf<br>checking for a sed that does not truncate output... \
/bin/sed<br>checking for grep that handles long lines and -e... /bin/grep<br>

checking for egrep... /bin/grep -E<br>checking for fgrep... /bin/grep -F<br>checking \
for ld used by gcc... /usr/bin/ld<br>checking if the linker (/usr/bin/ld) is GNU \
ld... yes<br>checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm \
-B<br>

checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>checking whether ln \
-s works... yes<br>checking the maximum length of command line arguments... \
1572864<br>checking whether the shell understands some XSI constructs... yes<br>

checking whether the shell understands &quot;+=&quot;... yes<br>checking for \
/usr/bin/ld option to reload object files... -r<br>checking for objdump... \
objdump<br>checking how to recognize dependent libraries... pass_all<br>

checking for ar... ar<br>checking for strip... strip<br>checking for ranlib... \
ranlib<br>checking command to parse /usr/bin/nm -B output from gcc object... \
ok<br>checking how to run the C preprocessor... gcc -E<br>checking for ANSI C header \
files... yes<br>

checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for \
stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... \
yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>

checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking for \
dlfcn.h... yes<br>checking for objdir... .libs<br>checking if gcc supports -fno-rtti \
-fno-exceptions... no<br>checking for gcc option to produce PIC... -fPIC -DPIC<br>

checking if gcc PIC flag -fPIC -DPIC works... yes<br>checking if gcc static flag \
-static works... yes<br>checking if gcc supports -c -o file.o... yes<br>checking if \
gcc supports -c -o file.o... (cached) yes<br>checking whether the gcc linker \
(/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>

checking whether -lc should be explicitly linked in... no<br>checking dynamic linker \
characteristics... GNU/Linux ld.so<br>checking how to hardcode library paths into \
programs... immediate<br>checking whether stripping libraries is possible... yes<br>

checking if libtool supports shared libraries... yes<br>checking whether to build \
shared libraries... yes<br>checking whether to build static libraries... \
yes<br>Package snort was not found in the pkg-config search path.<br>

Perhaps you should add the directory containing `snort.pc&#39;<br>to the \
PKG_CONFIG_PATH environment variable<br>No package &#39;snort&#39; found<br>checking \
for visibility support... yes<br>checking for inttypes.h... (cached) yes<br>

checking for memory.h... (cached) yes<br>checking netdb.h usability... \
yes<br>checking netdb.h presence... yes<br>checking for netdb.h... yes<br>checking \
netinet/in.h usability... yes<br>checking netinet/in.h presence... yes<br>

checking for netinet/in.h... yes<br>checking for stdint.h... (cached) yes<br>checking \
for stdlib.h... (cached) yes<br>checking for string.h... (cached) yes<br>checking \
sys/ioctl.h usability... yes<br>checking sys/ioctl.h presence... yes<br>

checking for sys/ioctl.h... yes<br>checking sys/param.h usability... yes<br>checking \
sys/param.h presence... yes<br>checking for sys/param.h... yes<br>checking \
sys/socket.h usability... yes<br>checking sys/socket.h presence... yes<br>

checking for sys/socket.h... yes<br>checking sys/time.h usability... yes<br>checking \
sys/time.h presence... yes<br>checking for sys/time.h... yes<br>checking for \
unistd.h... (cached) yes<br>checking size of char... 1<br> checking size of short... \
2<br> checking size of int... 4<br>checking size of long int... 8<br>checking size of \
long long int... 8<br>checking size of unsigned int... 4<br>checking size of unsigned \
long int... 8<br>checking size of unsigned long long int... 8<br>

checking for u_int8_t... yes<br>checking for u_int16_t... yes<br>checking for \
u_int32_t... yes<br>checking for u_int64_t... yes<br>checking for uint8_t... \
yes<br>checking for uint16_t... yes<br>checking for uint32_t... yes<br>

checking for uint64_t... yes<br>checking for int8_t... yes<br>checking for int16_t... \
yes<br>checking for int32_t... yes<br>checking for int64_t... yes<br>checking for \
boolean... no<br>checking for stdlib.h... (cached) yes<br>

checking for GNU libc compatible malloc... yes<br>checking for stdlib.h... (cached) \
yes<br>checking for unistd.h... (cached) yes<br>checking for sys/param.h... (cached) \
yes<br>checking for getpagesize... yes<br>checking for working mmap... yes<br>

checking for gethostbyname... yes<br>checking for getpagesize... (cached) \
yes<br>checking for memset... yes<br>checking for munmap... yes<br>checking for \
socket... yes<br>checking for strchr... yes<br>checking for strcspn... yes<br>

checking for strdup... yes<br>checking for strerror... yes<br>checking for strrchr... \
yes<br>checking for strstr... yes<br>checking for strtoul... yes<br>configure: \
creating ./config.status<br>config.status: creating Makefile<br>

config.status: creating src/Makefile<br>config.status: creating \
test/Makefile<br>config.status: creating config.h<br>config.status: config.h is \
unchanged<br>config.status: executing depfiles commands<br>config.status: executing \
libtool commands<br>

Making clean in test<br>make[1]: Entering directory \
`/home/mohamed/snort/dpx-1.5/test&#39;<br>rm -rf .libs _libs<br>rm -f \
*.lo<br>make[1]: Leaving directory `/home/mohamed/snort/dpx-1.5/test&#39;<br>Making \
clean in src<br>

make[1]: Entering directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>test -z &quot;<a \
href="http://libdpx.la/" target="_blank">libdpx.la</a>&quot; || rm -f <a \
href="http://libdpx.la/" target="_blank">libdpx.la</a><br>rm -f \
&quot;./so_locations&quot;<br>

rm -rf .libs _libs<br>rm -f sf_dynamic_preproc_lib.c sfPolicyUserData.c<br>rm -f \
*.o<br>rm -f *.lo<br>make[1]: Leaving directory \
`/home/mohamed/snort/dpx-1.5/src&#39;<br>Making clean in .<br>make[1]: Entering \
directory `/home/mohamed/snort/dpx-1.5&#39;<br>

rm -rf .libs _libs<br>rm -f *.lo<br>make[1]: Leaving directory \
`/home/mohamed/snort/dpx-1.5&#39;<br>make  all-recursive<br>make[1]: Entering \
directory `/home/mohamed/snort/dpx-1.5&#39;<br>Making all in src<br>make[2]: Entering \
directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>

cp /usr/local/snort/src/snort_dynamicsrc/sf_dynamic_preproc_lib.c \
sf_dynamic_preproc_lib.c<br>cp \
/usr/local/snort/src/snort_dynamicsrc/sfPolicyUserData.c sfPolicyUserData.c<br>make  \
all-am<br>make[3]: Entering directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>

/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   \
-I/usr/local/snort/src/snort_dynamicsrc  -fvisibility=hidden -c -o dpx.lo dpx.c<div \
class="im"><br>../libtool: line 2076: dpx.c: command not found<br> </div>libtool: \
compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/snort/src/snort_dynamicsrc \
                -fvisibility=hidden -c &quot;&quot;  -fPIC -DPIC -o .libs/dpx.o<br>
gcc: error: : No such file or directory<br>gcc: fatal error: no input \
files<br>compilation terminated.<br>make[3]: *** [dpx.lo] Error 1<br>make[3]: Leaving \
directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>make[2]: *** [all] Error 2<br>

make[2]: Leaving directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>make[1]: *** \
[all-recursive] Error 1<br>make[1]: Leaving directory \
`/home/mohamed/snort/dpx-1.5&#39;<br>make: *** [all] Error 2<br>Making install in \
src<br>

make[1]: Entering directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>make  \
install-am<br>make[2]: Entering directory \
`/home/mohamed/snort/dpx-1.5/src&#39;<br>/bin/bash ../libtool --tag=CC   \
--mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/local/snort/src/snort_dynamicsrc \
-fvisibility=hidden -c -o dpx.lo dpx.c<div class="im"> <br>
../libtool: line 2076: dpx.c: command not found<br></div>libtool: compile:  gcc \
-DHAVE_CONFIG_H -I. -I.. -I/usr/local/snort/src/snort_dynamicsrc -fvisibility=hidden \
-c &quot;&quot;  -fPIC -DPIC -o .libs/dpx.o<br>gcc: error: : No such file or \
directory<br>

gcc: fatal error: no input files<br>compilation terminated.<br>make[2]: *** [dpx.lo] \
Error 1<br>make[2]: Leaving directory \
`/home/mohamed/snort/dpx-1.5/src&#39;<br>make[1]: *** [install] Error 2<br>make[1]: \
Leaving directory `/home/mohamed/snort/dpx-1.5/src&#39;<br>

make: *** [install-recursive] Error \
1</font></i><br><br></div></div><br><br></div><font face="arial, sans-serif">and i \
see #include &quot;sf_types.h&quot; is already in there in dpx.c \
</font><br><br></div><span style="font-family:arial,sans-serif;font-size:13px">Kindly \
help with the issue. Thanks in Advance</span><br>

</div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span \
style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span \
style="font-family:arial,sans-serif;font-size:13px">Regards,</span></div>

<div><span style="font-family:arial,sans-serif;font-size:13px">Mohamed Makthum \
Mohamed Ikbal</span></div><div><span \
style="font-family:arial,sans-serif;font-size:13px">Graduate Student \
</span></div><div> <span \
style="font-family:arial,sans-serif;font-size:13px">UBC</span></div><div><br></div></div><div \
class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div \
class="gmail_quote">On Thu, May 9, 2013 at 8:32 AM, Hui Cao <span dir="ltr">&lt;<a \
href="mailto:hcao@sourcefire.com" target="_blank">hcao@sourcefire.com</a>&gt;</span> \
wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div dir="ltr"><div><div>HI Mohamed,<br><br>Can you provide \
us all the steps you have taken?<br><br>Have you done the following?<br>

<br> 1) In the first step (configur snort), please use the command:
./configure --enable-build-dynamic-examples

<br>2) For snort 2.9.4, add the following line to dpx.c file:

put #include &quot;sf_types.h&quot; before #include &quot;snort_debug.h&quot;

<br>see post: <a href="http://seclists.org/snort/2013/q1/161" \
target="_blank">http://seclists.org/snort/2013/q1/161</a><br><br></div>Best,<br></div>Hui.<br></div><div><div><div \
class="gmail_extra"> <br><br><div class="gmail_quote">On Thu, May 9, 2013 at 11:18 \
AM, Joel Esler <span dir="ltr">&lt;<a href="mailto:jesler@sourcefire.com" \
target="_blank">jesler@sourcefire.com</a>&gt;</span> wrote:<br> <blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex"><div style="word-wrap:break-word">probably a better question \
for the Snort-devel list.<div><br></div><div>Moving it over there.</div>


<div><br></div><div><span style="font-size:12px;font-family:&#39;Lucida \
Grande&#39;">--</span><br><span style="font-size:12px;font-family:&#39;Lucida \
Grande&#39;"><b>Joel Esler</b></span><br><span \
style="font-size:12px;font-family:&#39;Lucida Grande&#39;">Senior Research Engineer, \
VRT</span><br>


<span style="font-size:12px;font-family:&#39;Lucida Grande&#39;">OpenSource Community \
Manager</span><br><span style="font-size:12px;font-family:&#39;Lucida \
Grande&#39;">Sourcefire</span></div><div><font face="Lucida Grande"><span \
style="font-size:12px"><br>


</span></font><div><div><div><div>On May 9, 2013, at 1:36 AM, mohamed makthum &lt;<a \
href="mailto:makthum@gmail.com" target="_blank">makthum@gmail.com</a>&gt; \
wrote:</div><br></div></div><blockquote type="cite"> <div><div>
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Hello everybody ,<br>
                               I want to write my own preprocessor and I
    am trying to install snort dpx 1.5 . I am not able to complete the
    installation because of the following error . Please find the
    details below.<br>
    <br>
    I am running snort 2.9.3.1 version and this is the output of version
    command <br>
    <br>
    <a href="mailto:mohamed@mohamed-Aspire-5749:~/Downloads/dpx-1.5$" \
target="_blank">mohamed@mohamed-Aspire-5749:~/Downloads/dpx-1.5$</a> snort -V<br>  \
<br>  ,,_     -*&gt; Snort! &lt;*-<br>
      o&quot;  )~   Version 2.9.3.1 IPv6 GRE (Build 40) <br>
       &#39;&#39;&#39;&#39;    By Martin Roesch &amp; The Snort Team:
    <a href="http://www.snort.org/snort/snort-team" \
target="_blank">http://www.snort.org/snort/snort-team</a><br>  Copyright (C) \
1998-2012 Sourcefire, Inc., et al.<br>  Using libpcap version 1.3.0<br>
               Using PCRE version: 8.31 2012-07-06<br>
               Using ZLIB version: 1.2.7<br>
    <br>
    I have installed my snort in /usr/local/snort and I used this
    command this command  <b>echo &quot;SNORT=/usr/local/snort&quot; &gt;
      setup.sh </b>as per the instruction on snort website.<br>
    <br>
    when i execute ./build.sh i am encountering <b>../libtool: line
      2076: dpx.c: command not found</b><b> </b>error. Please find log
    attached for complete info.<br>
    <br>
    I would be grateful and it would help my project if someone could
    help me out. Kindly let me if you need more information. Thanks in
    Advance.<br>
    <br>
    <br>
    Regards<br>
    Mohamed Makthum Mohamed Ikbal<br>
    Graduate student <br>
    UBC<br>
    <br>
    <br>
  </div>

</div></div><span>&lt;log.txt&gt;</span>------------------------------------------------------------------------------<br>Learn \
Graph Databases - Download FREE O&#39;Reilly Book<br>&quot;Graph Databases&quot; is \
the definitive new guide to graph databases and <br>


their applications. This 200-page book is written by three acclaimed <br>leaders in \
the field. The early access version is available now. <br>Download your free book \
today! <a href="http://p.sf.net/sfu/neotech_d2d_may_______________________________________________" \
target="_blank">http://p.sf.net/sfu/neotech_d2d_may_______________________________________________</a><br>



Snort-users mailing list<br><a href="mailto:Snort-users@lists.sourceforge.net" \
target="_blank">Snort-users@lists.sourceforge.net</a><br>Go to this URL to change \
user options or unsubscribe:<br><a \
href="https://lists.sourceforge.net/lists/listinfo/snort-users" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/snort-users</a><br>


Snort-users list archive:<br><a \
href="http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users" \
target="_blank">http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users</a><br><br>Please \
visit <a href="http://blog.snort.org" target="_blank">http://blog.snort.org</a> to \
stay current on all the latest Snort news!</blockquote>


</div><br></div></div><br>------------------------------------------------------------------------------<br>
 Learn Graph Databases - Download FREE O&#39;Reilly Book<br>
&quot;Graph Databases&quot; is the definitive new guide to graph databases and<br>
their applications. This 200-page book is written by three acclaimed<br>
leaders in the field. The early access version is available now.<br>
Download your free book today! <a href="http://p.sf.net/sfu/neotech_d2d_may" \
target="_blank">http://p.sf.net/sfu/neotech_d2d_may</a><br>_______________________________________________<br>
 Snort-users mailing list<br>
<a href="mailto:Snort-users@lists.sourceforge.net" \
target="_blank">Snort-users@lists.sourceforge.net</a><br> Go to this URL to change \
user options or unsubscribe:<br> <a \
href="https://lists.sourceforge.net/lists/listinfo/snort-users" \
target="_blank">https://lists.sourceforge.net/lists/listinfo/snort-users</a><br> \
Snort-users list archive:<br> <a \
href="http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users" \
target="_blank">http://sourceforge.net/mailarchive/forum.php?forum_name=snort-users</a><br>
 <br>
Please visit <a href="http://blog.snort.org" \
target="_blank">http://blog.snort.org</a> to stay current on all the latest Snort \
news!<br></blockquote></div><br></div> </div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

_______________________________________________
Snort-devel mailing list
Snort-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/snort-devel
Archive:
http://sourceforge.net/mailarchive/forum.php?forum_name=snort-devel

Please visit http://blog.snort.org for the latest news about Snort!

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic