Bug 47891 - decision on anonymous shared memory allocation method failed
Summary: decision on anonymous shared memory allocation method failed
Status: NEW
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: HEAD
Hardware: HP other
: P2 blocker (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 22:58 UTC by suhas
Modified: 2017-10-30 20:16 UTC (History)
1 user (show)



Attachments
Config.log (120.91 KB, application/octet-stream)
2009-09-22 22:58 UTC, suhas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description suhas 2009-09-22 22:58:06 UTC
Created attachment 24304 [details]
Config.log

Hello,

I am trying to configure apr-1.2.7 on HP NonStop(nse-tandem-nsk) platform.
I am getting following errors

checking for munmap... no
checking for shm_open... no
checking for shm_unlink... no
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for shmctl... yes
checking for create_area... no
checking for MAP_ANON in sys/mman.h... no
checking for /dev/zero... no
decision on anonymous shared memory allocation method... SysV IPC shmget()
./configure:Error: decision on namebased memory allocation method failed


Please find attached config.log for more details.
Requesting you to please help me out in this.

Regards,
Suhas
Comment 1 Craig Svenson 2017-10-30 20:16:31 UTC
I had this issue.  When I disabled profiling it worked.