Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2005 01:25:59 +0800
From:      Dinesh Nair <dinesh@alphaque.com>
To:        Matt Singerman <matt.singerman@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Problem installing MySQL server 4.1.14
Message-ID:  <434E98A7.9060900@alphaque.com>
In-Reply-To: <54682af50510130846q5ed56f75jde768d3e394befed@mail.gmail.com>
References:  <54682af50510130846q5ed56f75jde768d3e394befed@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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@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                                                              |
+=========================================================================+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434E98A7.9060900>