Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 23:57:08 -0400 (EDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        Daniel Eischen <eischen@vigrid.com>
Cc:        mike@freebsdbox.com, freebsd-stable@FreeBSD.ORG
Subject:   Re: MySQL doesnt want to install
Message-ID:  <Pine.BSF.4.10.9908212354250.32133-100000@pawn.primelocation.net>
In-Reply-To: <199908220343.XAA28592@pcnet1.pcnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 21 Aug 1999, Daniel Eischen wrote:

> > Either compile with native threads (make NATIVE_THREADS=yes) or specify
> > the hostname (*not* localhost) using the -h flag on the command line.  The
> > MySQL documentations states that pthreads do not work with domain dockets
> > (i.e. /tmp/mysql.sock).
> 
> They do here.
> 
> # mysqladmin variables
> +----------------------------+---------------------------------+
> | Variable_name              | Value                           |
> +----------------------------+---------------------------------+
*snip*
> | socket                     | /tmp/mysql.sock                 |
*snip*
> +----------------------------+---------------------------------+
> 
> Compiled with NATIVE_THREADS=yes.
> 

Just as I said, pthreads do not support domain sockets.  You compiled with
native threads, *not* [the included] pthreads, therefore you have support
for the domain socket shown.

-----
Chris D. Faulhaber <jedgar@fxp.org>  |  All the true gurus I've met never
System/Network Administrator,        |  claimed they were one, and always
Reality Check Information, Inc.      |  pointed to someone better.




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?Pine.BSF.4.10.9908212354250.32133-100000>