solaris & md5 checksum
A helpful tip: Solaris (even 10) doesn’t ship with “md5sum” installed. So if you want to do a md5 checksum, you can try to see if digest is installed (man digest). Or download/install a md5 checker yourself. The file can be dowloaded from here


(3 votes, average: 3.67 out of 5)




For using with large files in mddriver.c fopen() needs to be replaced
sscdvpFor using with large files
in mddriver.c
fopen() needs to be replaced with fopen64.