Date: Wed, 7 Jan 2004 10:11:48 -0500 From: "Ken Menzel" <kenm@icarz.com> To: "Petri Helenius" <pete@he.iki.fi> Cc: freebsd-threads@freebsd.org Subject: Re: mysql support with kse Message-ID: <08b401c3d530$92923df0$b2db7bd1@icarz.com> References: <3FEAB27E.90306@he.iki.fi> <073201c3ce2c$28304200$b2db7bd1@icarz.com> <3FF124B0.7050309@he.iki.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
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@he.iki.fi> To: "Ken Menzel" <kenm@icarz.com> Cc: <freebsd-threads@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 > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?08b401c3d530$92923df0$b2db7bd1>