Auteur: ph10 Date: À: Dorian ROSSE CC: pcre-dev@exim.org Sujet: Re: [pcre-dev] I have succcess to build pcre2 but I failed to build
pcre for snort
On Sun, 5 May 2019, Dorian ROSSE via Pcre-dev wrote:
> I have succcess to build pcre2 but I failed to build pcre for snort,
>
> Do the pcre2 can be used by snort ? 😊
A very quick scan of the snort documentation suggests that it uses PCRE1
and not PCRE2, but I know nothing about snort.
> I build pcre2 without autotools,
>
> I build by read the NON AUTOTOOLS doc but finally I build which this command line by 8 bits system !
>
> ./configure && make && make install
That *is* using autotools. Such a command line should also work for
PCRE1.