From owner-freebsd-questions@FreeBSD.ORG Thu Oct 13 15:46:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5397316A41F for ; Thu, 13 Oct 2005 15:46:57 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C11AA43D45 for ; Thu, 13 Oct 2005 15:46:56 +0000 (GMT) (envelope-from matt.singerman@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so173888wra for ; Thu, 13 Oct 2005 08:46:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LimvaBBYLr7FnPogkyCfkQGL9Lx/RLFOxxkGZxWhU/iRqUyesfIxOx4iKjc/Secmd1IjeBC+jxA/4HzCTX60gMcKTX0qJs1dnsty76GDCWT0Iff7U/pvbsnRro20EDEVBklHY5vQLCfbTjh5McEJMj9auswpr13GUCwSXAZNkdM= Received: by 10.54.109.11 with SMTP id h11mr666439wrc; Thu, 13 Oct 2005 08:46:56 -0700 (PDT) Received: by 10.54.104.11 with HTTP; Thu, 13 Oct 2005 08:46:56 -0700 (PDT) Message-ID: <54682af50510130846q5ed56f75jde768d3e394befed@mail.gmail.com> Date: Thu, 13 Oct 2005 11:46:56 -0400 From: Matt Singerman To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem installing MySQL server 4.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 15:46:57 -0000 Hi all, 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: /var/tmp//ccxUtLNl.o: In function `thr_alarm': /var/tmp//ccxUtLNl.o(.text+0x343): undefined reference to `pthread_equal' /var/tmp//ccxUtLNl.o(.text+0x366): undefined reference to `pthread_kill' /var/tmp//ccxUtLNl.o: In function `process_alarm_part2': /var/tmp//ccxUtLNl.o(.text+0x580): undefined reference to `pthread_equal' /var/tmp//ccxUtLNl.o(.text+0x597): undefined reference to `pthread_kill' /var/tmp//ccxUtLNl.o(.text+0x637): undefined reference to `pthread_equal' /var/tmp//ccxUtLNl.o(.text+0x64e): undefined reference to `pthread_kill' /var/tmp//ccxUtLNl.o: In function `end_thr_alarm': /var/tmp//ccxUtLNl.o(.text+0x73f): undefined reference to `pthread_equal' /var/tmp//ccxUtLNl.o(.text+0x766): undefined reference to `pthread_kill' /var/tmp//ccxUtLNl.o(.text+0x7c4): undefined reference to `pthread_cond_timedwait' /var/tmp//ccxUtLNl.o: In function `thr_alarm_kill': /var/tmp//ccxUtLNl.o(.text+0x894): undefined reference to `pthread_equal' /var/tmp//ccxUtLNl.o(.text+0x8d3): undefined reference to `pthread_kill' /var/tmp//ccxUtLNl.o: In function `main': /var/tmp//ccxUtLNl.o(.text+0x10b0): undefined reference to `pthread_attr_init' /var/tmp//ccxUtLNl.o(.text+0x10c3): undefined reference to `pthread_attr_setscope' /var/tmp//ccxUtLNl.o(.text+0x10d6): undefined reference to `pthread_attr_setdetachstate' /var/tmp//ccxUtLNl.o(.text+0x10e9): undefined reference to `pthread_attr_setstacksize' /var/tmp//ccxUtLNl.o(.text+0x1117): undefined reference to `pthread_create' /var/tmp//ccxUtLNl.o(.text+0x1156): undefined reference to `pthread_attr_setscope' /var/tmp//ccxUtLNl.o(.text+0x11b6): undefined reference to `pthread_create' /var/tmp//ccxUtLNl.o(.text+0x11ff): undefined reference to `pthread_attr_destroy' libmysys.a(my_pthread.o): In function `my_pthread_getprio': my_pthread.o(.text+0x1b): undefined reference to `pthread_getschedparam' libmysys.a(my_pthread.o): In function `my_pthread_attr_setprio': my_pthread.o(.text+0x4a): undefined reference to `pthread_attr_setschedparam' *** Error code 1 Stop in /usr/ports/databases/mysql41-server/work/mysql-4.1.14/mysys. *** Error code 1 Stop in /usr/ports/databases/mysql41-server/work/mysql-4.1.14. *** Error code 1 Stop in /usr/ports/databases/mysql41-server/work/mysql-4.1.14. *** Error code 1 Stop in /usr/ports/databases/mysql41-server. (sorry if that is too much information, or not enough). This machine has not had MySQL installed on it in the past. Any ideas what it could be? Thanks, Matt