In the last episode (Apr 08), Pkunk Fury said:
> Will the MYSQL software and MIT PThreads be ported to FreeBSD 3.1 RELEASE
> anytime in the near future? I've used the stuff successfully under FreeBSD
> 2.2.8, but cannot get things working under FreeBSD 3.1, the new ELF linker
> doesn't like MIT PThreads very much.
Are you using the mysql port?
$ pkg_info -aI | grep mysql
mysql-3.22.20a a multithreaded SQL database.
$ mysqladmin status
Uptime: 1176497 Threads: 1 Questions: 685 Slow queries: 2 Opens: 93 Flush tables: 4
Open tables: 0
$ uname -mrs
FreeBSD 3.1-STABLE i386
I haven't reinstalled lately; the port is at version 3.22.21. If you
need an updated port, get it at http://www.freebsd.org/ports/ .
-Dan Nelson
dnelson@stripped