From owner-freebsd-amd64@FreeBSD.ORG Tue Mar 28 20:02:02 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15A1F16A41F for ; Tue, 28 Mar 2006 20:02:02 +0000 (UTC) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (koyukuk.teamcool.net [209.161.34.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A31CB43D45 for ; Tue, 28 Mar 2006 20:02:01 +0000 (GMT) (envelope-from kgunders@teamcool.net) Received: from koyukuk.teamcool.net (localhost [127.0.0.1]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id 97812F847; Tue, 28 Mar 2006 13:02:00 -0700 (MST) Received: from cochise.teamcool.net (unknown [192.168.1.57]) by koyukuk.teamcool.net (TeamCool Rocks) with ESMTP id 5661DF831; Tue, 28 Mar 2006 13:02:00 -0700 (MST) Date: Tue, 28 Mar 2006 13:01:59 -0700 From: Ken Gunderson To: "Scot Hetzel" Message-Id: <20060328130159.07eaa4b9.kgunders@teamcool.net> In-Reply-To: <790a9fff0603281151j1d5b0b0lab9642dfed66676e@mail.gmail.com> References: <20060328095101.68a2d9a4.kgunders@teamcool.net> <790a9fff0603280928wf523778p95eaf855ecc330bf@mail.gmail.com> <20060328114131.0f995d97.kgunders@teamcool.net> <790a9fff0603281110q1dc9f769y5a73d87f60b1c95a@mail.gmail.com> <20060328121449.2e5e3803.kgunders@teamcool.net> <790a9fff0603281151j1d5b0b0lab9642dfed66676e@mail.gmail.com> Organization: Teamcool Networks X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-amd64@freebsd.org Subject: Re: mysql shared objects getting lost after reboot X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2006 20:02:02 -0000 On Tue, 28 Mar 2006 13:51:38 -0600 "Scot Hetzel" wrote: > On 3/28/06, Ken Gunderson wrote: > > On Tue, 28 Mar 2006 13:10:33 -0600 > > "Scot Hetzel" wrote: > > > > > On 3/28/06, Ken Gunderson wrote: > > > > On Tue, 28 Mar 2006 11:28:44 -0600 > > > > > You should also see the script that does the ldconfig show the > > > > > /usr/local/libdata/ldconfig/mysql when you boot the system. > > > > > > > > Might this be related to the removal of /etc/rd.c/ldconfig_compat? / > > > > etc/rc.d/ldconfig doesn't seem to be picking up the libs at boot. On a > > > > system where I've done a rebuild of the ports w/o rebooting: > > > > > > > Do you have the following revisions of /etc/rc.d/ldconfig? > > > > > > 1.15 - CURRENT 2006/01/08 > > > 1.14.2.1 - RELENG_6 2006/01/17 > > > 1.11.2.2 - RELENG_5 2006/01/17 > > > > On a 6.0-p6 box: > > > > gw02-ny# head ldconfig > > #!/bin/sh > > # > > # $NetBSD: ldconfig,v 1.5 2002/03/22 04:33:58 thorpej Exp $ > > # $FreeBSD: src/etc/rc.d/ldconfig,v 1.14 2005/01/16 08:34:30 obrien Exp $ > > # > > > > On a 5.4-p13 box: > > > > kobuk# head /etc/rc.d/ldconfig > > #!/bin/sh > > # > > # $NetBSD: ldconfig,v 1.5 2002/03/22 04:33:58 thorpej Exp $ > > # $FreeBSD: src/etc/rc.d/ldconfig,v 1.11.2.1 2004/10/10 09:50:53 mtm Exp $ > > # > > > Looks like you need to update your ldconfig to a newer version on both > of the 5.x and 6.x systems. > > Attached are the newer versions of the /etc/rc.d/ldconfig script for > your systems. Then something is amiss w/FBSD cvsup, mergemaster, and 6.0-RELEASE-p6. >From cvsweb: Revision 1.14, Sun Jan 16 08:34:30 2005 UTC (14 months, 1 week ago) by obrien Branch: MAIN CVS Tags: RELENG_6_BP, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_6 So shouldn't I have the up to date version? -- Best regards, Ken Gunderson Q: Because it reverses the logical flow of conversation. A: Why is putting a reply at the top of the message frowned upon?