In the last episode (Mar 02), Richard Sexton said:
> I have it running on a few servers here already but one has me
> baffled.
>
> O/S is FreeBSD 4.0-RELEASE #0
>
> MySQL is mysql-3.23.33
>
> I'm getting this error:
>
> 010302 00:20:57 mysqld started
> /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception"
> 010302 00:20:57 mysqld ended\n
>
> Anybody recognize this?
This looks like you used the binary package, right? That was built for
FreeBSD 4.2, which has a different set of c++ libraries from 4.0.
You'll have to either upgrade to 4.2, or build mysql from ports.
--
Dan Nelson
dnelson@stripped