On 08/06/2010 06:16 PM, Lou Picciano wrote: > Paul, > > Trying to build dbmail 2.3.7. Interest is in getting a version with the > bytea 'hex' format and SSL'd daemons.
there is no 2.3.7 I am aware of. > > We do have installations of both gmime-2.2 and 2.4, but are trying to > specify build with gmime 2.4.17 (this tree is needed for dbmail 2.3.n, no?) correct for dbmail > 2.3.6, so not for 2.3.6 itself. you need to use my git master tree, rebuild configure, and go from there. configure is rebuild by making sure autotools, autoconfigure and automake are installed so 'autoreconf' is available. Then, run 'autoreconf -i' to rebuild 'configure' > Pushing ahead 'brute force', the make command then chokes on altogether > some other stuff: > > # make: > > In file included from sortnull.c:28: > ../..../src/dbmail.h:42:22: features.h: No such file or directory Ok, you need to solve that. features.h is part of gnu libc. Is there an equivalent on solaris? > In file included from ../../src/dbmail.h:81, > from sortnull.c:28: > /usr/local/include/mutils/mhash.h:124: warning: function declaration > isn't a prototype Either your mhash build is broken or this is fallout from the missing features.h, or a combination... Same goes for all that follows: > (...) > In file included from ../../src/dbmail.h:124, -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
