hi folks, I tried to compile ruby18 today and well... it failed... here's some code which did not compile: #include <openssl/md5.h> int main() { return 0; } ------- #include <stdio.h> int main() { sizeof(FILE); return 0; } anyone else seeing this? regards, SK