mysql support with kse

Petri Helenius pete at he.iki.fi
Mon Dec 29 23:10:26 PST 2003


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