Hi, Here is a patch for fortune.el to move looking for the strfile executable at the very last moment (i.e. when the fortune file needs to be compiled). Why: on OpenBSD, the default fortune is distribute without strfile but the fortune files are already compiled. Without this patch, M-x fortune complains about a missing strfile. This patch fixes this and I don't think it could be detrimental for other systems. Thanks,