Hi, I have figured it out. > [root at Workstation-1 Downloads]# tar xf remind-03.03.00.tar.gz && cd > remind-03.03.00 && ./configure && make && make test && sudo make install You are running everything as root. "make test" will fail for root. You should *never* build software as root. :) Regards, Dianne.