From owner-freebsd-stable Tue Feb 6 21:48:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mailhub.state.me.us (mailhub.state.me.us [141.114.122.227]) by hub.freebsd.org (Postfix) with ESMTP id 4F14D37B401 for ; Tue, 6 Feb 2001 21:48:02 -0800 (PST) Received: from katahdin.bmv.state.me.us by mailhub.state.me.us with ESMTP for freebsd-stable@freebsd.org; Wed, 7 Feb 2001 00:39:35 -0500 Received: from localhost (darren@localhost) by katahdin.bmv.state.me.us (AIX4.2/UCB 8.7/8.7) with ESMTP id AAA36846 for ; Wed, 7 Feb 2001 00:48:00 -0500 (EST) Date: Wed, 7 Feb 2001 00:48:00 -0500 (EST) From: Darren Henderson To: freebsd-stable@freebsd.org Subject: ldconfig/rc.conf change Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cvsup'd my 4.2-stable system on the 5th. Built world, kernel, installed them, and ran mergemaster. This was last done about a month ago. When the system came back up apache wold no longer work. PHP failed to load becuase it couldn't find libmysqlclient.so.10. Apache starts via an /usr/local/etc/rc.d script. I had the following in /etc/rc.conf, it wasn't changed over the update. ldconfig_paths="$ldconfig_paths /usr/local/mysql/lib/mysql" This always worked fine in the past. Now after booting ldconfig -r doesn't show libmysqlclient.so.10 Glancing at the mailing list archives and /usr/src/UPDATING I don't see any mention of changes to ldconfig or rc.conf processing. So...what changed? Is the -i opt for ldconfig new? Is the ldconfig_insecure var in /etc/defaults/rc.conf new or changed? The /usr/local/mysql/lib/mysql dir isn't owned by root so my previous solution can't work with the ldconfig_insecure default of "NO"...so I suspect something there changed. What ever it was, it probably deserves a mention in /usr/src/UPDATING ________________________________________________________________________ Darren Henderson darren@bmv.state.me.us darren.henderson@state.me.us To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message