I'm running SCO/Caldera OpenServer 5.0.5 with;
gcc 3.04, autoconf 2.53, libtool 1.4.2, automake 1.6.1
When I attempt to run ./configure for Apache 2.0.35 I get the following
error message under the 'Checking for Shared Memory Support...' section.
Checking for Shared Memory Support...
checking for sys/mman.h... yes
checking for MAP_ANON in sys/mman.h... no
checking for mmap... no
checking for munmap... no
checking for shm_open... no
checking for shm_unlink... no
checking for /dev/zero... yes
checking for sys/ipc.h... yes
checking for sys/shm.h... yes
checking for sys/file.h... yes
checking for shmget... no
checking for shmat... no
checking for shmdt... no
checking for shmctl... no
checking for kernel/OS.h... no
checking for create_area... no
checking for os2.h... no
/src/httpd-2.0.35/srclib/apr/configure:Error: decision on anonymous
shared memory allocation method failed
configure failed for srclib/apr
All I'm entering is './configure --prefix=/usr/local/apache'
Does anyone know what causes this or how to get it to work ? I don't know
enough about C to be able to look at this properly.
Apache 1.3.24 compiles fine using the same system with
'./configure --prefix=/usr/local/apache-1.3.24'. I've also compiled Samba
2.2.3a fine so I don't think its my set-up, but I could be wrong.
Many thanks for any insight you can give me about this problem.
David McCormack