In the last episode (Mar 12), drew@stripped said:
> >Description:
> When I try and run scripts/mysql_install_db I get the error
> '/usr/libexec/ld-elf.so.1:
> /usr/lib/libstdc++.so.3: Undefined symbol "__ti9exception"' I also got the same error
> when I tried to run mysql using
> /usr/local/mysql/bin/mysql as stated in the Subject I have FreeBSD4.1.
You'll either have to upgrade to 4.2 (or 4.3 coming out soon), or build
mysql from the ports tree. A GCC upgrade went into the 4.* branch that
made the c++ libraries incompatible with other versions. The binary
package is built with 4.2, and doesn't like the 4.1 libstdc++.so.
--
Dan Nelson
dnelson@stripped