[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapclient on hpux 10.20



mariner ux wrote:

Hi all,

I have problem bringing a ladpclient to work on hpux 10.20.

I should take the old 10.20 clients into ldap. I tried it with compiling the
2.2.18 release. As compiler I used the gcc 2.95.2. The problem now is, that the compilation don't work. The configure was done
with:


CC=gcc ./configure --prefix=/opt/openldap --disable-ldbm --disable-slapd

it worked well..but there were a error while doing make depend.

---------------

the make depend error: Entering subdirectory clients
Making depend in /opt/apps/temp/openldap-2.2.18/clients
Entering subdirectory tools
../../build/mkdep -d "." -c "gcc" -m "-M" -I../../include -I../../include ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c ldappasswd.c ldapwhoami.c ldapcompare.c common.c



Entering subdirectory servers
Making depend in /opt/apps/temp/openldap-2.2.18/servers
Entering subdirectory slapd
Make: line 512: syntax error. Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.


----------

What did i do wrong?
Are there any precompiled binaries for the hpux 10.20?
what else can I do to bring ldapclient to work on a hpux 10.20 machine?


This looks like the same problem as reported in ITS#3401 https://www.openldap.org/its/index.cgi/Build?id=3401

There is a fix in CVS HEAD, just add a "dummy" in front of the offending line:

dummy $(SLAPD_DYNAMIC_BACKENDS): slapd

--
 -- Howard Chu
 Chief Architect, Symas Corp.       Director, Highland Sun
 http://www.symas.com               http://highlandsun.com/hyc
 Symas: Premier OpenSource Development and Support