Geoff Levand writes: > The procps package needs PAGE_SIZE, defined in asm-powerpc/page.h, Ummm... why? If procps is assuming that the page size of the kernel it's running on is the same as the page size of the kernel it was compiled on, it's broken. It should be using sysconf(PAGE_SIZE) at runtime. Paul.