Date: Wed, 25 Mar 1998 18:28:46 +0100 From: Andreas Braukmann <braukmann@tse-online.de> To: freebsd-stable@FreeBSD.ORG Subject: Re: MySQL on 2.2.6-BETA Message-ID: <19980325182846.35033@paert.tse-online.de> In-Reply-To: <199803181608.TAA14010@amsoft.ru>; from Andrew Maltsev on Wed, Mar 18, 1998 at 07:08:23PM %2B0300 References: <199803181608.TAA14010@amsoft.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello,
On Wed, Mar 18, 1998 at 07:08:23PM +0300, Andrew Maltsev wrote:
> Is there anybody successfully using MySQL on 2.2.6-beta with libc_r
> threads? I mean MySQL 3.21.26.
> All compiles ok, and appears to work ok for some time, but:
hmm. I'm not able to build MySQL 3.21.25-gamma (from the ports) on
my 2.2.6-beta (from today) with libc_r:
ug -L../regex -lregex -L../strings -lmystrings -lm -lcompat -lc_r
thr_alarm.o: Undefined symbol `_pthread_signal' referenced from text segment
thr_alarm.o: Undefined symbol `_pthread_attr_setscope' referenced from text segment
thr_alarm.o: Undefined symbol `_pthread_signal' referenced from text segment
gmake[2]: *** [mysqld] Error 1
I've changed the arguments for configure in the port's makefile to:
CONFIGURE_ARGS= --localstatedir=/var/db/mysql \
--with-named-thread-libs=-lc_r \ !!!!!
--with-MAKE=gmake \
--without-perl \
--without-debug \
--without-readline
Any tips available?
TIA,
Andreas
--
/// TSE TeleService GmbH | Gsf: Arne Reuter |
/// Hovestrasse 14 | Andreas Braukmann | We do it with
/// D-48351 Everswinkel | HRB: 1430, AG WAF | FreeBSD/SMP
/// -------------------------------------------------------------------
/// PGP-Key: http://www.tse-online.de/~ab/public-key
/// Key fingerprint: 12 13 EF BC 22 DD F4 B6 3C 25 C9 06 DC D3 45 9B
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980325182846.35033>
