1847045 Members
4393 Online
110261 Solutions
New Discussion

openldap compilation

 
Sabih
New Member

openldap compilation

I am trying to compile openldap on HPUX 11.23 on the Itanium platform. I do not want to use the BDB as the backend but instead use the passwd file.

I have run the following commands:
# ./configure --disable-bdb --enable-passwd

# make depend
At this point I get many errors in different subsections all related to ld and indicating that it has "Unsatisfied symbol" in certain *.o files, but the program continues to build dependencies. In the end it gives the following error and chokes:

Entering subdirectory servers
Making depend in /home/sabih/openldap-2.2.13/servers
Entering subdirectory slapd
Make: line 512: syntax error. Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Any help would be appreciated.

Thanks
Sabih