[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Install Issue

From: Guido Larrain <larrainguido_at_gmail.com>
Date: Wed, 28 Aug 2013 08:31:02 -0300

That's correct... but the thing is i only need the libraries from
openldap...

so i've been trying with this command to create only a build as a client

*./configure --prefix=/www/openldap-2.3.43 --disable-slapd --disable-slurpd*
*
*
which finished successfully, then i ran this...

*make depend*

here is the result of the execution...

*Making depend in /www/openldap-2.3.43*
* Entering subdirectory include*
*make[1]: Entering directory `/www/openldap-2.3.43/include'*
*Making ldap_config.h*
*make[1]: Leaving directory `/www/openldap-2.3.43/include'*
*
*
* Entering subdirectory libraries*
*make[1]: Entering directory `/www/openldap-2.3.43/libraries'*
*Making depend in /www/openldap-2.3.43/libraries*
* Entering subdirectory liblutil*
*make[2]: Entering directory `/www/openldap-2.3.43/libraries/liblutil'*
*../../build/mkdep -d "." -c "cc" -m "-M" -I../../include
 -I../../include base64.c csn.c entropy.c sasl.c signal.c hash.c
passfile.c md5.c passwd.c sha1.c getpass.c lockf.c utils.c uuid.c
sockpair.c avl.c tavl.c ldif.c fetch.c testavl.c setproctitle.c
getpeereid.c detach.c*
*make[2]: Leaving directory `/www/openldap-2.3.43/libraries/liblutil'*
*
*
* Entering subdirectory liblber*
*make[2]: Entering directory `/www/openldap-2.3.43/libraries/liblber'*
*../../build/mkdep -l -d "." -c "cc" -m "-M" -I../../include
-I../../include assert.c decode.c encode.c io.c bprint.c debug.c
memory.c options.c sockbuf.c stdio.c*
*make[2]: Leaving directory `/www/openldap-2.3.43/libraries/liblber'*
*
*
* Entering subdirectory liblunicode*
*make[2]: Entering directory `/www/openldap-2.3.43/libraries/liblunicode'*
*touch .links*
*../../build/mkdep -d "." -c "cc" -m "-M" -I../../include
 -I../../include ucstr.c ucdata.c ucgendat.c ure.c urestubs.c*
*make[2]: Leaving directory `/www/openldap-2.3.43/libraries/liblunicode'*
*
*
* Entering subdirectory libldap*
*make[2]: Entering directory `/www/openldap-2.3.43/libraries/libldap'*
*../../build/mkdep -l -d "." -c "cc" -m "-M" -I../../include
 -I../../include bind.c open.c result.c error.c compare.c search.c
controls.c messages.c references.c extended.c cyrus.c modify.c add.c
modrdn.c delete.c abandon.c sasl.c sbind.c kbind.c unbind.c cancel.c
filter.c free.c sort.c passwd.c whoami.c getdn.c getentry.c getattr.c
getvalues.c addentry.c request.c os-ip.c url.c sortctrl.c vlvctrl.c init.c
options.c print.c string.c util-int.c schema.c charray.c tls.c os-local.c
dnssrv.c utf-8.c utf-8-conv.c turn.c groupings.c txn.c ppolicy.c*
*os-ip.c:655:30: error: missing ')' after "defined"*
*make[2]: Leaving directory `/www/openldap-2.3.43/libraries/libldap'*
*
*
* Entering subdirectory libldap_r*
*make[2]: Entering directory `/www/openldap-2.3.43/libraries/libldap_r'*
*touch .links*
*../../build/mkdep -l -d "." -c "cc" -m "-M" -I../../include
 -I../../include -DLDAP_R_COMPILE -I./../libldap threads.c rdwr.c
tpool.c rq.c thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c thr_nt.c
thr_pth.c thr_stub.c thr_debug.c apitest.c test.c bind.c open.c result.c
error.c compare.c search.c controls.c messages.c references.c extended.c
cyrus.c modify.c add.c modrdn.c delete.c abandon.c sasl.c sbind.c kbind.c
unbind.c cancel.c filter.c free.c sort.c passwd.c whoami.c getdn.c
getentry.c getattr.c getvalues.c addentry.c request.c os-ip.c url.c
sortctrl.c vlvctrl.c init.c options.c print.c string.c util-int.c schema.c
charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c turn.c groupings.c
txn.c ppolicy.c*
*In file included from threads.c:25:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from rdwr.c:42:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from tpool.c:26:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from rq.c:31:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from thr_posix.c:30:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from test.c:43:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from bind.c:54:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from open.c:35:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from result.c:68:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from error.c:29:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from compare.c:40:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from search.c:29:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from controls.c:55:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from messages.c:27:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from references.c:27:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from extended.c:44:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from cyrus.c:32:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from modify.c:30:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from add.c:42:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from modrdn.c:52:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from delete.c:36:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from abandon.c:38:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from sasl.c:50:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from sbind.c:51:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from unbind.c:38:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from cancel.c:33:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from filter.c:33:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from free.c:33:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from sort.c:37:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from passwd.c:27:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from whoami.c:27:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from getdn.c:28:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from getentry.c:28:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from getattr.c:28:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from getvalues.c:30:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from addentry.c:30:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from request.c:53:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from os-ip.c:43:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*os-ip.c:655:30: error: missing ')' after "defined"*
*In file included from ./../libldap/ldap-int.h:30,*
* from url.c:46:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from sortctrl.c:41:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from vlvctrl.c:41:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from init.c:30:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from options.c:26:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from print.c:25:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from string.c:28:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from util-int.c:37:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from schema.c:29:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from charray.c:24:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from tls.c:32:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from os-local.c:54:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from dnssrv.c:31:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from utf-8.c:38:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from utf-8-conv.c:51:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from turn.c:33:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from groupings.c:27:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from txn.c:27:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from ./../libldap/ldap-int.h:30,*
* from ppolicy.c:30:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*make[2]: Leaving directory `/www/openldap-2.3.43/libraries/libldap_r'*
*
*
* Entering subdirectory librewrite*
*make[2]: Entering directory `/www/openldap-2.3.43/libraries/librewrite'*
*../../build/mkdep -d "." -c "cc" -m "-M" -I../../include
 -I../../include config.c context.c info.c ldapmap.c map.c params.c
rule.c session.c subst.c var.c xmap.c parse.c rewrite.c*
*In file included from rewrite-int.h:44,*
* from config.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from context.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from info.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from ldapmap.c:23:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from map.c:28:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from params.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from rule.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from session.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from subst.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from var.c:22:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from xmap.c:29:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*In file included from rewrite-int.h:44,*
* from parse.c:24:*
*../../include/ldap_pvt_thread.h:64:7: error: missing binary operator
before token "("*
*make[2]: Leaving directory `/www/openldap-2.3.43/libraries/librewrite'*
*
*
*make[1]: Leaving directory `/www/openldap-2.3.43/libraries'*
*
*
* Entering subdirectory clients*
*make[1]: Entering directory `/www/openldap-2.3.43/clients'*
*Making depend in /www/openldap-2.3.43/clients*
* Entering subdirectory tools*
*make[2]: Entering directory `/www/openldap-2.3.43/clients/tools'*
*../../build/mkdep -d "." -c "cc" -m "-M" -I../../include
 -I../../include ldapsearch.c ldapmodify.c ldapdelete.c ldapmodrdn.c
ldappasswd.c ldapwhoami.c ldapcompare.c common.c*
*make[2]: Leaving directory `/www/openldap-2.3.43/clients/tools'*
*
*
*make[1]: Leaving directory `/www/openldap-2.3.43/clients'*
*
*
* Entering subdirectory servers*
*make[1]: Entering directory `/www/openldap-2.3.43/servers'*
*Making depend in /www/openldap-2.3.43/servers*
* Entering subdirectory slapd*
*make[2]: Entering directory `/www/openldap-2.3.43/servers/slapd'*
*run configure with --enable-slapd to make slapd slapadd slapcat slapdn
slapindex slappasswd slaptest slapauth slapacl*
*make[2]: Leaving directory `/www/openldap-2.3.43/servers/slapd'*
*
*
* Entering subdirectory slurpd*
*make[2]: Entering directory `/www/openldap-2.3.43/servers/slurpd'*
*run configure with --enable-slurpd to make slurpd*
*make[2]: Leaving directory `/www/openldap-2.3.43/servers/slurpd'*
*
*
*make[1]: Leaving directory `/www/openldap-2.3.43/servers'*
*
*
* Entering subdirectory tests*
*make[1]: Entering directory `/www/openldap-2.3.43/tests'*
*Making depend in /www/openldap-2.3.43/tests*
* Entering subdirectory progs*
*make[2]: Entering directory `/www/openldap-2.3.43/tests/progs'*
*../../build/mkdep -d "." -c "cc" -m "-M" -I../../include -I../../include
     slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c
slapd-modrdn.c slapd-modify.c slapd-bind.c*
*make[2]: Leaving directory `/www/openldap-2.3.43/tests/progs'*
*
*
*make[1]: Leaving directory `/www/openldap-2.3.43/tests'*
*
*
* Entering subdirectory doc*
*make[1]: Entering directory `/www/openldap-2.3.43/doc'*
*Making depend in /www/openldap-2.3.43/doc*
* Entering subdirectory man*
*make[2]: Entering directory `/www/openldap-2.3.43/doc/man'*
*Making depend in /www/openldap-2.3.43/doc/man*
* Entering subdirectory man1*
*make[3]: Entering directory `/www/openldap-2.3.43/doc/man/man1'*
*make[3]: Nothing to be done for `depend'.*
*make[3]: Leaving directory `/www/openldap-2.3.43/doc/man/man1'*
*
*
* Entering subdirectory man3*
*make[3]: Entering directory `/www/openldap-2.3.43/doc/man/man3'*
*make[3]: Nothing to be done for `depend'.*
*make[3]: Leaving directory `/www/openldap-2.3.43/doc/man/man3'*
*
*
* Entering subdirectory man5*
*make[3]: Entering directory `/www/openldap-2.3.43/doc/man/man5'*
*make[3]: Nothing to be done for `depend'.*
*make[3]: Leaving directory `/www/openldap-2.3.43/doc/man/man5'*
*
*
* Entering subdirectory man8*
*make[3]: Entering directory `/www/openldap-2.3.43/doc/man/man8'*
*make[3]: Nothing to be done for `depend'.*
*make[3]: Leaving directory `/www/openldap-2.3.43/doc/man/man8'*
*
*
*make[2]: Leaving directory `/www/openldap-2.3.43/doc/man'*
*
*
*make[1]: Leaving directory `/www/openldap-2.3.43/doc'*

I really appreciate if some can help me with this matter. Thanks in advance!

2013/8/27 Ryan Schmidt <subversion-2012c_at_ryandesign.com>

> I guess openldap requires BerkeleyDB, so install that first.
>
> On Aug 27, 2013, at 09:44, Guido Larrain wrote:
>
> > Thats right... but when i try to install open ldap i got this...
> >
> > i ran this...
> >
> > ./configure --prefix=/www/openldap-2.3.43
> >
> > and finally i got this...
> >
> > configure: error: BDB/HDB: BerkeleyDB not available
> >
> > i'm kind of lost here...
>
>
>

-- 
Guido
Received on 2013-08-28 13:32:21 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.