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

Compil 2.0.3 on AIX 4.3 with GCC 2.95 (ITS#754)



Full_Name: Joel Saunier
Version: 2.0.3
OS: 4.3.2.0
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (195.115.122.241)


I try to compile and install OpenLDAP 2.0.3 on an AIX host.
AIX is 4.3.2.0, and I use GCC 2.95. I have already installed
GDBM 1.8.0 and it works. I don't use threads now. The configure
process is OK (just './configure' in the top directory). The
compilation is OK.

But the test fails on a coredump. Here is the output of
the 'make test':

$ make test
        cd tests; make test
ln: ./data is a directory.  (cannot unlink)
make: The error code from the last command is 1.
make: Ignored error code 1 from last command.
ln: ./schema exists.  Specify -f to remove.
make: The error code from the last command is 1.
make: 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]: 43258 Memory fault(coredump)
./scripts/test000-rootdse[29]: 43260 Memory fault(coredump)
./scripts/test000-rootdse[29]: 43262 Memory fault(coredump)
./scripts/test000-rootdse[29]: 43008 Memory fault(coredump)
./scripts/test000-rootdse[29]: 43010 Memory fault(coredump)
./scripts/test000-rootdse[29]: 43012 Memory fault(coredump)
kill: 29896: no such process
>>>>> Test failed
>>>>> ./scripts/test000-rootdse failed (exit 139)
make: The error code from the last command is 139.


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


Stop.
$ 

Any hints ?

Joel Saunier