Well, there's a sorry tale. I made a very simple waf script to build
given that the Makefile is a pain for hacking and on this platform using
'jam' fails because of warnings-as-errors complaints. Seems I'd been a
bit hasty and as a result of glob including server/tls.cpp I'd defined
USE_CRYPTLIB and as a result the password hashing for user aox with
password 'aoxpw' resulted in:
md5ffffffd4ffffffffffffffffffffffff1751ffffffd5ffffffffffffffefffffffffffffffffffffffff0e3b4c6a
rather than the expected:
md5c75f24c7fd75af8b2ac0b9530c4ee1d8
Weird. Anyway I seem to have a build that passes check config and also
check database, although its currently failing at schema.cpp:204
claiming it can't read the mailstore table, which in the current db is
empty as a result of the way I restored it. I'll restore the data and
retry.
Sorry about the noise.
I do recommend waf, even though I flunked the wscript first time. ;-)
Note sure why I seem to have warning-as-error set for jam, which I just
installed.