mysql support with kse

Ken Menzel kenm at icarz.com
Wed Jan 7 07:20:46 PST 2004


Hi Pete,
   Sorry for the long delayed answer I have been away.  The extra libs
you have are for SSL support in MySQL.  I did not compile in SSL
support.  Even after several days I am not having shut down problems.
However I have upgraded to Dec 29th FreeBSD 5.2 because performance
seems to be better.

Maybe the problem with shutting down is related to SSL and not
threading?  I hope you have nailed it by now anyway!

Ken
----- Original Message ----- 
From: "Petri Helenius" <pete at he.iki.fi>
To: "Ken Menzel" <kenm at icarz.com>
Cc: <freebsd-threads at freebsd.org>
Sent: Tuesday, December 30, 2003 2:09 AM
Subject: Re: mysql support with kse


> Ken Menzel wrote:
>
> >No problems here, but I am not in production yet!
> >
> >riker# ldd /usr/local/libexec/mysqld
> >/usr/local/libexec/mysqld:
> >        libz.so.2 => /lib/libz.so.2 (0x68b35000)
> >        libcrypt.so.2 => /lib/libcrypt.so.2 (0x68b43000)
> >        libm.so.2 => /lib/libm.so.2 (0x68b5c000)
> >        libc_r.so.5 => /usr/lib/libkse.so.1 (0x68b75000)
> >        libc.so.5 => /lib/libc.so.5 (0x68b99000)
> >riker# mysqld_safe&
> >
> >
> You have awfully few libraries compared to my mysql 4.0.17 installed
> from ports;
> /usr/local/libexec/mysqld:
>         libwrap.so.3 => /usr/lib/libwrap.so.3 (0x28371000)
>         libssl.so.3 => /usr/lib/libssl.so.3 (0x28379000)
>         libcrypto.so.3 => /lib/libcrypto.so.3 (0x283b4000)
>         libz.so.2 => /lib/libz.so.2 (0x284c2000)
>         libcrypt.so.2 => /lib/libcrypt.so.2 (0x284d0000)
>         libc_r.so.5 => /usr/lib/libkse.so.1 (0x284e9000)
>         libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x2850d000)
>         libm.so.2 => /lib/libm.so.2 (0x285c9000)
>         libc.so.5 => /lib/libc.so.5 (0x285e2000)
>
> It seems shutdown works if the mysqld process has been running only
for
> a moment
> but if it has been running for a longer time (just tried overnight),
> shutdown has
> no effect.
>
> Pete
>
>
>



More information about the freebsd-threads mailing list