Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 09:09:36 +0200
From:      Petri Helenius <pete@he.iki.fi>
To:        Ken Menzel <kenm@icarz.com>
Cc:        freebsd-threads@freebsd.org
Subject:   Re: mysql support with kse
Message-ID:  <3FF124B0.7050309@he.iki.fi>
In-Reply-To: <073201c3ce2c$28304200$b2db7bd1@icarz.com>
References:  <3FEAB27E.90306@he.iki.fi> <073201c3ce2c$28304200$b2db7bd1@icarz.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?3FF124B0.7050309>