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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to