On 10/13/05 23:46 Matt Singerman said the following:
I am trying to install MySQL server 4.1 on a FreeBSD 5.2.1-RELEASE machine,
but am getting an error when attempting to do so:

sounds like it's not finding the threads library, either the native threads or linuxthreads. linuxthreads is a port in devel/linuxthreads. you'd need to give -DWITH_LINUXTHREADS to the mysql make if you're using linuxthreads.

(in a test i did on freebsd 4.3 a long, long time ago, mysql 3.x with linuxthreads outperformed the native pthreads by a very big margin. i had a blog post with my performance results, but have since lost it)

--
Regards,                           /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED]                (0 0)    http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do                                        |
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done                                                              |
+=========================================================================+
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to