[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Follow up: 2.1.5, solaris 8, fails to start
Using the gnu binutils (ld, ar, etc.) seems to be a bad idea, at least with
the package from sunfreeware.com. Probably it's because the sunfreeware gcc
3.2 package links to the /usr/ccs/bin ld, ar, and so on.
I figured out what the error code 68 was. (find -test -print | xargs grep
68). tests/test-db/test.out:ldap_add: Already exists (68)
So, something may not be getting cleaned from test001 to test002.
--
Andrew Diederich
>>>>> Starting test002-populate ...
running defines.sh
Cleaning up in ./test-db...
Starting slapd on TCP/IP port 9009...
Using ldapsearch to check that slapd is running...
Using ldapadd to populate the database...
ldapadd failed (68)!
>>>>> ./scripts/test002-populate failed (exit 68)
*** Error code 68
make: Fatal error: Command failed for target `test-bdb'
Current working directory /var/src/openldap-2.1.5/tests
*** Error code 1
make: Fatal error: Command failed for target `test'