Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2005 11:46:56 -0400
From:      Matt Singerman <matt.singerman@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Problem installing MySQL server 4.1.14
Message-ID:  <54682af50510130846q5ed56f75jde768d3e394befed@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



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