On Tue, Sep 19, 2006 at 01:03:11PM -0400, Zhao, Jing wrote: > I want to install subversion-1.3.2 on VOS Stratus system, old > dinosaur. Since subversion builds on APR project. I tried to compile > APR first. When i run ./configure, it failed with following error > message. Based on the error message, it seemed VOS did not support > MAP_ANON shared memory and also it did not have /dev/zero > functionality. Is there any work around to this problem?
Are the test failures expected? i.e. does the OS really not support MAP_ANON nor mmap-of-/dev/zero nor shmget? That would be the first thing to check: read the man pages, and examine config.log to see why the tests failed. joe
