Link to home
Start Free TrialLog in
Avatar of poonchezhian
poonchezhian

asked on

OpenLDAP on AIX

I am trying to install OpenLDAP on AIX. The issue is, when I say "./configure" the process doesn't accept the "pthread.h" file found in "/usr/include". When I checked the config.log file, it said "sys/processor.h" not found. Now I have managed to compile with CC=gcc and the process disables threads and is compiled successfully. But I need threading to be enabled. How can this been achieved. Can anyone tell me where to look for these header files. Or is there a alternate for this problem ??? Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of mglxxx
mglxxx

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of poonchezhian
poonchezhian

ASKER

We compiled it in AIX 5.1 and it worked. The problem with 4.3.3 is that it didnt have any maintenance updates for the OS.