[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
test-008 failed on Tru64 V5.1
Hello,
I've tried to install openldap on a Tru64 V5.1 and I encountered
a possible threading problem at test 008.
First I've tried with openldap 2.1.25 and default C compiler
(Compaq C V6.4-014 on Compaq Tru64 UNIX V5.1A (Rev. 1885)
Compiler Driver V6.4-215 (sys) cc Driver)
Here is the used './configure' line:
env CC="cc -pthread -arch host -tune host"
CPPFLAGS="-I/usr/local/BerkeleyDB4.1.25/include -DHAVE_GETADDRINFO"
LDFLAGS="-L/usr/local/BerkeleyDB4.1.25/lib"
./configure --enable-slurpd --with-threads
--prefix=/usr/local/openldap
--disable-syslog --sysconfdir=/usr/local/openldap/etc
--enable-bdb --disable-ipv6 --with-yielding-select
--disable-x-compile
./configure detects pthread support for threading. Configuration and
compilation succeeded but at make test I've got a core dump and error
at test 008(concurrency).
Next I've tried with openldap 2.1.26 and nothing changes (still core
dump).
Next I've installed gcc 2.97-tru64-010710 and GNU portable thread
(pth-1.4.1) library. The same result with gcc.
When i used pth instead of pthread i didn't get an core dump but a
deadlock from the first test.
Any suggestion or idea will be appreciated,
Best regards,
--
Vasile Laurentiu Stanimir (vls)