Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Dec 2007 16:41:58 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
Cc:        Gergely CZUCZY <phoemix@harmless.hu>, freebsd-performance@freebsd.org
Subject:   Re: mysql scaling questions
Message-ID:  <475180C6.2000502@quip.cz>
In-Reply-To: <20071130143023.I884@192.168.1.107>
References:  <20071129101729.GA57985@harmless.hu> <20071130143023.I884@192.168.1.107>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeff Roberson wrote:
[...]
>> the MySQL binary is statically linked, i've built it
>> that way.
>>
>> ldd: /usr/local/libexec/mysqld: not a dynamic executable
>>
>> Though, maybe I should rebuild it dynamically to ensure it's
>> linked against libthr (and not pthread or c_r)...
>>
>> So, any tips, guesses, anything what can cause this?
>>

As Mike Tancsa suggested - rebuild MySQL dynamic and use these values in 
/etc/libmap.conf

# /etc/libmap.conf
#
# candidate          mapping
#
[/usr/local/libexec/mysqld]
libpthread.so.2      libthr.so.2
libpthread.so        libthr.so

Miroslav Lachman



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