Good Day,
I have a strange problem, I've just compiled httpd-2.2.2 on FreeBSD
6.1. When I try to start it up I get this message:
Assertion failed: (lu->lu_myreq->lr_owner == lu), function
_lock_acquire, file /usr/src/lib/libpthread/sys/lock.c, line 171.
Abort trap (core dumped)
I think the problem lies with the fact httpd is linked to libpthreads
twice. Here is the ldd of httpd:
libm.so.4 => /lib/libm.so.4 (0x280b7000)
libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x280cd000)
libaprutil-1.so.2 => /usr/local/lib/libaprutil-1.so.2 (0x280ec000)
libgdbm.so.3 => /usr/local/lib/libgdbm.so.3 (0x28101000)
libdb4.so.0 => /usr/local/lib/libdb4.so.0 (0x28107000)
libpq.so.4 => /usr/local/pgsql/lib/libpq.so.4 (0x2818d000)
libexpat.so.5 => /usr/local/lib/libexpat.so.5 (0x281a7000)
libapr-1.so.2 => /usr/local/lib/libapr-1.so.2 (0x281c8000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x281e8000)
libpthread.so.20 => /usr/local/lib/libpthread.so.20 (0x28200000)
libc.so.6 => /lib/libc.so.6 (0x28218000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x282ef000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x2831d000)
libpthread.so.2 => /usr/lib/libpthread.so.2 (0x2840f000)
I figure to ask here as some of you use FreeBSD. Any suggestions or
ideas are welcome. I don't know why it's linked to libpthread twice.
Thanks,
J
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]