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

Re: OpenLDAP 2.0.7 on AIX 4.3.2 - More



Also, when I try to run test, I get:

bing:/gnu/c/openldap-2.0.7 !562$ make test
        cd tests; make test
ln: 0653-417 ./data is a directory. (cannot unlink)
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
ln: 0653-421 ./schema exists.
    Specify -f to remove ./schema before linking.
make: 1254-004 The error code from the last command is 1.
make: 1254-005 Ignored error code 1 from last command.
Initiating LDAP tests for LDBM...
>>>>> Executing all LDAP tests...
>>>>> Test Directory: .
>>>>> Backend: ldbm
>>>>> Starting test000-rootdse ...
running defines.sh . ldbm
Datadir is ./data
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to retrieve all the entries...
./scripts/test000-rootdse[29]: 32514 Segmentation fault(coredump)
./scripts/test000-rootdse[29]: 32516 Segmentation fault(coredump)
./scripts/test000-rootdse[29]: 32518 Segmentation fault(coredump)
./scripts/test000-rootdse[29]: 32520 Segmentation fault(coredump)
./scripts/test000-rootdse[29]: 32522 Segmentation fault(coredump)
./scripts/test000-rootdse[29]: 32524 Segmentation fault(coredump)
kill: 42546: 0403-003 The specified process does not exist.
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 139)
make: 1254-004 The error code from the last command is 139.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.




Paul Corazzol wrote:

> I am trying to get OpenLDAP 2.0.7 running an an AIX 4.3.2 system and
> when I try to start slapd (/gnu/ldap/libexec/slapd -f
> /gnu/ldap/etc/openldap/slapd.conf) it get the following error message:
>
> Segmentation fault (core dumped)
>
> My slapd.conf is as follows:
>
> # $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.4 2000/08/26
> 17:06:18 kurt Exp $
> #
> # See slapd.conf(5) for details on configuration options.
> # This file should NOT be world readable.
> #
> include         /gnu/ldap/etc/openldap/schema/core.schema
>
> # Define global ACLs to disable default read access.
>
> # Do not enable referrals until AFTER you have a working directory
> # service AND an understanding of referrals.
> #referral       ldap://root.openldap.org
>
> pidfile         /gnu/ldap/var/slapd.pid
> argsfile        /gnu/ldap/var/slapd.args
>
> # Load dynamic backend modules:
> # modulepath    /gnu/ldap/libexec/openldap
> # moduleload    back_ldap.la
> # moduleload    back_ldbm.la
> # moduleload    back_passwd.la
> # moduleload    back_shell.la
>
> #######################################################################
> # ldbm database definitions
> #######################################################################
>
> database        ldbm
> ##suffix                "dc=my-domain, dc=com"
> suffix          "ou=development, o=mycomp, c=US"
> ##rootdn                "cn=Manager, dc=my-domain, dc=com"
> rootdn          "cn=root, ou=development, o=mycomp, c=US"
> # Cleartext passwords, especially for the rootdn, should
> # be avoid.  See slappasswd(8) and slapd.conf(5) for details.
> # Use of strong authentication encouraged.
> rootpw          secret
> # The database directory MUST exist prior to running slapd AND
> # should only be accessable by the slapd/tools. Mode 700 recommended.
> directory       /gnu/ldap/var/openldap-ldbm
> # Indices to maintain
> index   objectClass     eq
>
> Any ideas?
>
> Thanks,
>
> Paul Corazzol