I run sophie under linux emulation/abi on OpenBSD. In order to make sophie work properly I had to patch it (on linux). To be more specific, I had to replace alarm() with itimer and sizeof(struct sockaddr_un)) with SUN_LEN(&server)). I figured it might help others trying to do the same if i posted the diff here. Lars Hansson