<<< Date Index >>>     <<< Thread Index >>>

Re: Compiling Mutt on a Macbook Pro and recommendation for mailing




On Tue, 06 Jan 2009 19:32 -0800, "Brendan Cully" <brendan@xxxxxxxxxx>
wrote:
> On Tuesday, 06 January 2009 at 20:25, John J. Foster wrote:
> > On Tue, Jan 06, 2009 at 08:18:35PM -0700, John J. Foster wrote:
> > > $ ./prepare -prefix=/opt/local/ --with-ssl --enable-hcache --enable-imap
> > > --disable-fcntl --enable-flock --with-regex
> > > 
> > > This bombed out with
> > > ...
> > > ...
> > > checking for gdbm_open... no
> > > checking for BerkeleyDB > 4.0... no
> > > configure: error: You need Tokyo Cabinet, QDBM, GDBM or Berkeley DB4 for
> > > hcache
> > > 
> > If I configure without "--enable-hcache", all works well, albeit real
> > slow. But what's with this output:
> > 
> > $ mutt -v
> > Mutt 1.5.14 (2007-03-31)
> 
> Looks like you need to hg up -C HEAD
> Compare `hg parents` to `hg tip`, or just `hg parents | grep tip`.
> 
> As for the gdbm error, something like
> ./configure CPPFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/include
> ...
> might work.
> 
While looking through the gdbm man page, I noticed that your suggestion
of

-L/opt/local/include
should be
-L/opt/local/lib

All is now well with the header cache!

Thanks for pointing me in the right direction.
festus
-- 
I just want to break even.