MySQL crashes on amd64

Daniel Eischen deischen at freebsd.org
Sun Oct 30 05:32:49 PST 2005


On Sun, 30 Oct 2005, Stefan Cars wrote:
>
> Adding to this, using the following in libmap.conf fixes the problems:
>
> libpthread.so   libthr.so
> libpthread.so.1 libthr.so.2
> libpthread.so.2 libthr.so.2

If you need both of those, then you're using multiple versions
of libpthread in the same application.  You need to rebuild
everything mysql depends on, most likely all ports or you will
have problems elsewhere.  If you think you have done this, then
move libpthread.so.1 out of the way and see if you have any
problems.

-- 
DE



More information about the freebsd-current mailing list