[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Install openldap-2.4.16 is paused when "make test"
- To: openldap-software@openldap.org
- Subject: Re: Install openldap-2.4.16 is paused when "make test"
- From: openbsd shen <openbsd.shen@gmail.com>
- Date: Thu, 24 Sep 2009 10:47:32 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=DFINS3I38bnqh1lfCOpuEUnJVngrHrZSJLr+Pv0s6w8=; b=iN0m6XTT9AZEZVIr4wwSLiLVMwRv8el491luNbDehXeK4gL0YR4KjGLB5PCvMAl0/c 1ibb9EAUDEMIqjC4ulxq4rV41OncC8Z3usyZJs2BqMvXolhS4WG2eqU+/ErepkMtX2n8 5QhQr6l4I/6glsSaUcQIjQI+R7u89T9SrHK6E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=dwx1DhRc/VJcOdJHz5oZZlaf53+0Y4I6NiyigUiQ1QLuyZYYR/SHKzlA8leGRmOCXh geyvpROa20g59tCVnlaTCJgChJvD4E1auaZhpomCwt+BK7W2RJNQfEZ73STG5RL5cydd aFBNw4+a8dVrP+9S1DfvV0oibTT4QUOxZRVYY=
- In-reply-to: <6ff3e7140909231938r3f6a242ew7a6ac67ff99f6b16@mail.gmail.com>
- References: <6ff3e7140909231938r3f6a242ew7a6ac67ff99f6b16@mail.gmail.com>
I install openldap 2.4.16 in virtual machine Centos 5.3 at vmware.
But in a Centos 5.3 at physical machine, the install progress is ok,
no pause when make test.
2009/9/24 openbsd shen <openbsd.shen@gmail.com>:
> I use these command to install openldap 2.4.16:
> env CPPFLAGS="-I/usr/local/BerkeleyDB.4.7/include"
> LDFLAGS="-L/usr/local/BerkeleyDB.4.7/lib" ./configure
> --prefix=/usr/local/openldap --enable-ldbm --enable-crypt
> make depens
> make
>
> When I "make test", it said:
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> cd tests; make test
> make[1]: Entering directory `/tmp/openldap-2.4.16/tests'
> make[2]: Entering directory `/tmp/openldap-2.4.16/tests'
> Initiating LDAP tests for BDB...
> Running ./scripts/all...
>>>>>> Executing all LDAP tests for bdb
>>>>>> Starting test000-rootdse ...
> running defines.sh
> Starting slapd on TCP/IP port 9011...
> Using ldapsearch to retrieve the root DSE...
> Using ldapsearch to retrieve the cn=Subschema...
> Using ldapsearch to retrieve the cn=Monitor...
> dn:
> objectClass: top
> objectClass: OpenLDAProotDSE
> structuralObjectClass: OpenLDAProotDSE
> configContext: cn=config
> namingContexts: o=OpenLDAP Project,l=Internet
> monitorContext: cn=Monitor
> supportedControl: 1.3.6.1.4.1.4203.1.9.1.1
> supportedControl: 2.16.840.1.113730.3.4.18
> supportedControl: 2.16.840.1.113730.3.4.2
> supportedControl: 1.3.6.1.4.1.4203.1.10.1
> supportedControl: 1.2.840.113556.1.4.319
> supportedControl: 1.2.826.0.1.3344810.2.3
> supportedControl: 1.3.6.1.1.13.2
> supportedControl: 1.3.6.1.1.13.1
> supportedControl: 1.3.6.1.1.12
> supportedExtension: 1.3.6.1.4.1.4203.1.11.1
> supportedExtension: 1.3.6.1.4.1.4203.1.11.3
> supportedExtension: 1.3.6.1.1.8
> supportedFeatures: 1.3.6.1.1.14
> supportedFeatures: 1.3.6.1.4.1.4203.1.5.1
> supportedFeatures: 1.3.6.1.4.1.4203.1.5.2
> supportedFeatures: 1.3.6.1.4.1.4203.1.5.3
> supportedFeatures: 1.3.6.1.4.1.4203.1.5.4
> supportedFeatures: 1.3.6.1.4.1.4203.1.5.5
> supportedLDAPVersion: 3
> vendorName: The OpenLDAP Project <http://www.openldap.org/>
> entryDN:
> subschemaSubentry: cn=Subschema
>
> dn: cn=Subschema
> objectClass: top
> objectClass: subentry
> objectClass: subschema
> objectClass: extensibleObject
> cn: Subschema
>
> dn: cn=Monitor
> objectClass: monitorServer
> cn: Monitor
> description: This subtree contains monitoring/managing objects.
> description: This object contains information about this server.
> description: Most of the information is held in operational attributes, which
> must be explicitly requested.
> monitoredInfo: OpenLDAP: slapd 2.4.16 (Sep 24 2009 10:16:54)
>
>>>>>> Test succeeded
>>>>>> ./scripts/test000-rootdse completed OK.
>
>>>>>> Starting test001-slapadd ...
> running defines.sh
> Running slapadd to build slapd database...
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> And then, the progress is pausing....
>
> I found that the port 9101 is opening:
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> tcp 0 0 127.0.0.1:9011 0.0.0.0:*
> LISTEN
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> And the progress is running:
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
> root 24159 0.0 0.4 10964 4148 pts/0 S+ 10:19 0:00
> /tmp/openldap-2.4.16/tests/../servers/slapd/slapd -Ta -d 0 -f
> /tmp/openldap-2.4.16/tests/testrun/slapadd.conf -l
> ./testdata/test-ordered.ldif
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>