Compiling mutt without mail group

2012-05-08 Thread Stephen Butler
Hi all, I'm packaging up mutt 1.5.21 as an extension for microcore linux and encountered an error while compiling. Heres my compile lineĀ ./configure --prefix=/usr/local --with-mailpath=/var/spool/mail --with-regex --enable-pop --enable-imap --with-ssl --enable-smpt --with-sasl Heres the error--

Re: Compiling mutt without mail group

2012-05-08 Thread Ken Moffat
On Wed, May 09, 2012 at 01:12:03AM +, Stephen Butler wrote: > > Hi all, > I'm packaging up mutt 1.5.21 as an extension for microcore linux and > encountered an error while compiling. > Heres my compile lineĀ ./configure --prefix=/usr/local > --with-mailpath=/var/spool/mail --with-regex --enab

Re: Compiling mutt without mail group

2012-05-08 Thread Ken Moffat
On Wed, May 09, 2012 at 03:10:02AM +0100, Ken Moffat wrote: > > Perhaps the following might do it : > > ./configure --your --options --here && > make && > make DOTLOCK_GROUP=staff install > Thinking about it, doing that would probably be a very bad idea. The root user can trash anything, but