Re: Installing ports with OPTIONS

2004-09-10 Thread Martin Hudec
On Fri, Sep 10, 2004 at 03:09:04PM +0100 or thereabouts, Matthew Seaman wrote: > > # make -DWITH_MYSQL > > and you should certainly see mysql mentioned during the configuration > and compilation steps. For myself I am using make WITH_MYSQL=yes (all install clean). It is working. I do also pu

Re: Installing ports with OPTIONS

2004-09-10 Thread Steve Bertrand
> On Fri, Sep 10, 2004 at 10:02:37AM -0400, Steve Bertrand wrote: > >> I am attempting to install /usr/ports/security/snort, but I want >> MySQL >> support. >> >> I've uncommented OPTIONS and the line that states MYSQL=on in the >> Makefile, however, when I run: >> >> # script >> # make > > Don't d

Re: Installing ports with OPTIONS

2004-09-10 Thread Matthew Seaman
On Fri, Sep 10, 2004 at 10:02:37AM -0400, Steve Bertrand wrote: > I am attempting to install /usr/ports/security/snort, but I want MySQL > support. > > I've uncommented OPTIONS and the line that states MYSQL=on in the > Makefile, however, when I run: > > # script > # make Don't do that: the OPT

Re: Installing ports with OPTIONS

2004-09-10 Thread Tom Cook
I believe that you should just be able to install the port with the option '--with-mysql' to bring in support for mysql i.e.: #make --with-mysql should do it for you. -tom On Fri, 10 Sep 2004 10:02:37 -0400 (EDT), Steve Bertrand <[EMAIL PROTECTED]> wrote: > Hi all, > > I am attempting to ins

Re: Installing ports with OPTIONS

2004-09-10 Thread Steve Bertrand
> Hi all, > > I am attempting to install /usr/ports/security/snort, but I want MySQL > support. > > I've uncommented OPTIONS and the line that states MYSQL=on in the > Makefile, however, when I run: > > # script > # make > > the resulting script shows no indication that MySQL was included. How > ca