John Dee writes: I found an error/exception in the coreconf/Linux.mk of the PSM module. Here's a patch for it. this is all it does: ifeq ($(OS_TEST),sparc64) OS_REL_CFLAGS = -DSPARC -DLINUX1_2 -D_XOPENSOURCE CPU_ARCH = sparc64 else endif run this file in mozilla/security/ with the command > patch -p0