[Oisf-users] Error compiling suricata 1.3.2 against pf_ring 5.4.6

Martin Holste mcholste at gmail.com
Fri Oct 26 20:13:49 UTC 2012


Look in the config.log output for the specific error thrown.  Here's
the Suricata build script I use, assuming that PFRING was installed to
/usr/local/pfring:

#!/bin/sh
git clone git://phalanx.openinfosecfoundation.org/oisf.git suricata-git
cd suricata-git
VERSION=$(git show | head -1 | cut -f2 -d\ )
cd ..
mv suricata-git suricata-git-$VERSION
cd suricata-git-$VERSION
sh autogen.sh
./configure --prefix=/usr/local/suricata-git-$VERSION
--with-libpfring-includes=/usr/local/pfring/include
--with-libpfring-libraries=/usr/local/pfring/lib
--with-libpcre-includes=/usr/local/pcre-8.20-RC1/include
--with-libpcre-libraries=/usr/local/pcre-8.20-RC1/lib
--with-libpcap-includes=/usr/local/pfring/include
--with-libpcap-libraries=/usr/local/pfring/lib --enable-pfring
--enable-af-packet --enable-pcre-jit && make -j8 && sudo make install

On Fri, Oct 26, 2012 at 2:19 PM, carlopmart <carlopmart at gmail.com> wrote:
> On 10/26/2012 02:51 PM, Peter Manev wrote:
>>
>> Hi,
>>
>> did you do a
>> "sudo ldconfig"
>> may be it could help? (after you compile pfring i mean)
>>
>>
>> thanks
>>
>
> Yes, I have do it, and pf_ring lib is here ...
>
>
> --
> CL Martinez
> carlopmart {at} gmail {d0t} com
>
> _______________________________________________
> Oisf-users mailing list
> Oisf-users at openinfosecfoundation.org
> https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users



More information about the Oisf-users mailing list