I built our version from source. It's the unix way innit? I'd not have the
OS without sufficient compilers to allow me to do that sort of thing.
cheers,
clive
beginning with aix 5.3 it is built into csum(1):
csum -h MD5 <file>
in any case openssl also does it:
openssl md5 <file>
Regards
Joachim Gann
Thanks!