Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 1998 14:24:13 +0200
From:      Cedric Valignat <cedric@caput.com>
To:        Matt White <mwhite@oak.oakwood.k12.oh.us>, freebsd-stable@FreeBSD.ORG
Subject:   Re: mysql on 2.2.7?
Message-ID:  <19980828142413.A608@caput.com>
In-Reply-To: <199808281112.HAA09013@oak.oakwood.k12.oh.us>; from Matt White on Fri, Aug 28, 1998 at 07:12:02AM -0400
References:  <199808281112.HAA09013@oak.oakwood.k12.oh.us>

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

Hi,

to make it work you have to use the libc_r         

to do that you have to run the "configure" script with the following option :

        --with-named-thread-libs='-lc_r'

i'm not sure that this lib is install by default in 2.2.7, if it's not you
will find it in the "/usr/src/lib/libc_r" directorie

Good luck :-)


Matt White wrote:
> Hello...
> 
> I don't know if this is the right place to ask about this, but I can't seem 
> to get much help anywhere else. (The mysql FAQs don't seem to cover this 
> problem.)
> 
> I'm trying to get mysql to run on FreeBSD 2.2.7. It compiles cleanly, and 
> installs cleanly, but whenever I try to run it mysqld will crash and dump
> core as soon as something connects to it.
> 
> I have followed the mysql install directions and compiled mysql with 
> "mit-threads", but it still does not want to work. I have tried compiling it 
> on two diffent boxes (both running -STABLE) with the exact same results.
> 
> The port of mysql is marked as "broken."
> 
> Am I fighting a loosing battle, or has anyone gotten mysql (well, based off 
> the version of the code offered on their website right now (http://www.tcx.se)
> ) to actually work under 2.2.27?


-- 
Cedric Valignat

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?19980828142413.A608>