From owner-freebsd-stable Thu Mar 26 10:54:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04097 for freebsd-stable-outgoing; Thu, 26 Mar 1998 10:54:10 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from itsdsv1.enc.edu (fw1.enc.edu [207.95.42.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04088 for ; Thu, 26 Mar 1998 10:54:04 -0800 (PST) (envelope-from owensc@enc.edu) Received: from itsdsv2.enc.edu (itsdsv2.enc.edu [10.1.1.9]) by itsdsv1.enc.edu (8.7.5/8.7.3) with SMTP id NAA09884; Thu, 26 Mar 1998 13:51:40 -0500 (EST) Date: Thu, 26 Mar 1998 13:51:40 -0500 (EST) From: Charles Owens To: Tom cc: Scot Elliott , Andreas Braukmann , FreeBSD Stable List Subject: Re: MySQL on 2.2.6-STABLE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk On Thu, 26 Mar 1998, Tom wrote: > > On Thu, 26 Mar 1998, Charles Owens wrote: > > > My build of mysql dies TODAY (2.2.6-STABLE - make world'd 2 hours ago). I > > DO have libc_r present, and, as you suggested I first did a make clean. > > "make clean" isn't always effective on the MySQL tree. I have had "make > clean" error out on me. Remove the directory, and then do a configure and > make. Hmmm... I wish it was that simple. Question: are you not using the mysql port? I am. With the port, doing a 'make clean' from /usr/ports/database/mysql _always_ results in the "work" subdir, which contains the mysql tree, getting toasted. When I then type make again, the tarball is extracted and patched and the build begins again... and dies with the usual "undefined symbol" error. If you're building from the stock mysql source with no trouble then my guess is that the port is messed up such that "configure" somehow isn't seeing the --with-named-thread-libs=-lc_r flag, even though I've done the obvious and editted the port Makefile to include this: CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ --with-named-thread-libs=-lc_r \ # <--- --with-MAKE=gmake \ --without-perl \ --without-debug \ --without-readline Further comments? --- ------------------------------------------------------------------------- Charles N. Owens Email: owensc@enc.edu http://www.enc.edu/~owensc Network & Systems Administrator Information Technology Services "Outside of a dog, a book is a man's Eastern Nazarene College best friend. Inside of a dog it's too dark to read." - Groucho Marx ------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message