Problem installing MySQL server 4.1.14

Dinesh Nair dinesh at alphaque.com
Thu Oct 13 10:28:53 PDT 2005



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."
dinesh at alphaque.com                (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                                                              |
+=========================================================================+


More information about the freebsd-questions mailing list