Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2004 12:02:54 +0200
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Ganbold <ganbold@micom.mng.net>
Cc:        threads@freebsd.org
Subject:   Re: FBSD 5.2.CURRENT-p4 and mysqld problems
Message-ID:  <20040415120254.4318c248@Magellan.Leidinger.net>
In-Reply-To: <6.0.3.0.2.20040415180553.02adc870@202.179.0.80>
References:  <6.0.3.0.2.20040415145916.02ae6708@202.179.0.80> <Pine.BSF.4.21.0404142306290.36886-100000@InterJet.elischer.org> <6.0.3.0.2.20040415152523.02ad4b10@202.179.0.80> <20040415105559.7fe9929b@Magellan.Leidinger.net> <6.0.3.0.2.20040415180553.02adc870@202.179.0.80>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 15 Apr 2004 18:07:55 +0900
Ganbold <ganbold@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040415120254.4318c248>