pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: databases no longer support in snort
As far as I can tell, it worked but it did not actually give you
postgresql support. The relevant bit of configure --help is
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-sysroot=DIR Search for dependent libraries within DIR
(or the compiler's sysroot if not specified).
--with-libpcap-includes=DIR libpcap include directory
--with-libpcap-libraries=DIR libpcap library directory
--with-libpfring-includes=DIR libpfring include directory
--with-libpfring-libraries=DIR libpfring library directory
--with-daq-includes=DIR DAQ include directory
--with-daq-libraries=DIR DAQ library directory
--with-libpcre-includes=DIR libpcre include directory
--with-libpcre-libraries=DIR libpcre library directory
--with-openssl-includes=DIR openssl include directory
--with-openssl-libraries=DIR openssl library directory
--with-dnet-includes=DIR libdnet include directory
--with-dnet-libraries=DIR libdnet library directory
--with-lzma-includes=DIR liblzma include directory
--with-lzma-libraries=DIR liblzma library directory
--with-intel-soft-cpm-includes=DIR Intel Soft CPM include directory
--with-intel-soft-cpm-libraries=DIR Intel Soft CPM library directory
--with-libnghttp2-includes=DIR libnghttp2 include directory
--with-libnghttp2-libraries=DIR libnghttp2 library directory
No PostgreSQL support any more either :/
On Mon, Dec 10, 2018 at 3:50 PM Derrick Lobo <derrick%givex.com@localhost> wrote:
>
> Thanks Benny
>
> I use it with pgsql.. so I copied the diff back to the options.mk and did a clean install which worked. Would make sense to restore the pgsql portion if mysql is no longer supported.
>
> -----Original Message-----
> From: Benny Siegert <bsiegert%gmail.com@localhost>
> Sent: Sunday, December 9, 2018 8:18 AM
> To: derrick%givex.com@localhost; Nils Ratusznik <nils%netbsd.org@localhost>
> Cc: Pkgsrc NetBSD <pkgsrc-users%netbsd.org@localhost>
> Subject: Re: databases no longer support in snort
>
> +Nils Ratusznik
>
> This was removed in the update to Snort 2.9.9.0. The log message says:
>
> "This is a HUGE bump, so look at the changelog on the Snort website !
> For example, Snort does not natively handle MySQL anymore."
>
> So this was intentional.
>
> Otherwise, I am not sure what the point of your email was. Do you want the options.mk bit re-added? Or are you just stating that it has been removed?
> On Thu, Dec 6, 2018 at 7:58 AM Derrick Lobo <derrick%givex.com@localhost> wrote:
> >
> > Database option is no longer available on snort.. heres the diff
> >
> >
> >
> >
> >
> > diff options.mk /usr/pkgsrc/net/snort/options.mk
> >
> > 1c1
> >
> > < # $NetBSD: options.mk,v 1.7 2012/09/12 13:16:38 obache Exp $
> >
> > ---
> >
> > > # $NetBSD: options.mk,v 1.8 2017/06/15 18:27:50 nils Exp $
> >
> > 17,19d16
> >
> > < PKG_OPTIONS_OPTIONAL_GROUPS+= database
> >
> > < PKG_OPTIONS_GROUP.database= mysql pgsql
> >
> > <
> >
> > 85,101d81
> >
> > < ### Support MySQL for snort logging
> >
> > < ###
> >
> > < .if !empty(PKG_OPTIONS:Mmysql)
> >
> > < .include "../../mk/mysql.buildlink3.mk"
> >
> > < CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
> >
> > < LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
> >
> > < .endif
> >
> > <
> >
> > < ###
> >
> > < ### Support PostgreSQL for snort logging
> >
> > < ###
> >
> > < .if !empty(PKG_OPTIONS:Mpgsql)
> >
> > < .include "../../mk/pgsql.buildlink3.mk"
> >
> > < CONFIGURE_ARGS+= --with-postgresql=${PGSQL_PREFIX:Q}
> >
> > < .endif
> >
> > <
> >
> > < ###
> >
> >
>
>
>
> --
> Benny
--
Benny
Home |
Main Index |
Thread Index |
Old Index