FBSD 5.2.CURRENT-p4 and mysqld problems

Alexander Leidinger Alexander at Leidinger.net
Thu Apr 15 03:02:54 PDT 2004


On Thu, 15 Apr 2004 18:07:55 +0900
Ganbold <ganbold at micom.mng.net> wrote:

> > > Is there any trick compiling mysql with libpthread? Without any trick it
> > > just hangs.
> >
> >This may be a bug. Please rebuild without BUILD_STATIC and use
> >libmap.conf to try all 3 thread libs (libc_r, libpthread and libthr). If
> >only libpthread shows this behavior, it may be a bug in libpthread.
> 
> I will try libmap.conf to map between threads. Is there any special option
> should I compile in kernel in order to use libmap.conf?

No.

Use
---snip---
libpthread.so.1                     libc_r.so.5
libpthread.so                       libc_r.so
---snip---
to globally map libpthread to libc_r.

Use
---snip---
libpthread.so.1                     libthr.so.1
libpthread.so                       libthr.so
---snip---
to globally map to libthr.


Bye,
Alexander.

-- 
                    I'm available to get hired.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7


More information about the freebsd-threads mailing list