From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 19:27:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 021B216A401 for ; Wed, 7 Mar 2007 19:27:33 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 744DD13C4CE for ; Wed, 7 Mar 2007 19:27:32 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so293694muf for ; Wed, 07 Mar 2007 11:27:31 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f+uI0EnI6KBb7L3XWnu5fjvolN1Dmc8Uvnn29x4PToaPNZY7YX2RgGuyFG0Kdpl55JxcF7E9eD6SYnYnmlPEJrvXyH7d9+Psvkel9E7chgeE9w8RZb3kGq8ABmmvuCFV6Jz6qi8iNyUcSq7emBdPQmAsXzOPHn5ywkrXPKJCiGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TNL47rFh+tLWn4/qyLRH1UmbZzqU+wViqCloGnX2nqdRVW9B2HIggaSJ36aC6S7gODbTSEYmzjXiB3UvfJdQU0bSb92siyUDGEqNy+5c6wPO4Rofy3LrElACYe1Lv9VVQLLEdnySQNIa61QZKTtk73GRnfg6sXAcEAzHjqdmepk= Received: by 10.82.135.13 with SMTP id i13mr9938038bud.1173295649815; Wed, 07 Mar 2007 11:27:29 -0800 (PST) Received: by 10.82.175.1 with HTTP; Wed, 7 Mar 2007 11:27:29 -0800 (PST) Message-ID: Date: Wed, 7 Mar 2007 13:27:29 -0600 From: "illoai@gmail.com" To: "Drew Jenkins" In-Reply-To: <490012.3649.qm@web62204.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <490012.3649.qm@web62204.mail.re1.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Setting Env X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 19:27:33 -0000 On 06/03/07, Drew Jenkins wrote: > Don Hinton wrote: > > ># ldconfig -aout -f /etc/ld.so.conf /usr/local/lib/mysql/ > > > >will create it for you. man ldconfig for more info... > > Well, that created a binary, but when I rebooted...nothing. Same problem :( The command should be # ldconfig -m /usr/local/lib/mysql The file is not /etc/ld.so.conf, nor does this file exist on the default install of freebsd, but rather /var/run/ld.so.hints. Also, the -aout flag would likely confuse things even further, unless we were running a very old version of freebsd. -- --