From owner-freebsd-questions@FreeBSD.ORG Thu May 4 14:14:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA87416A401 for ; Thu, 4 May 2006 14:14:52 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AD6443D4C for ; Thu, 4 May 2006 14:14:52 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so445442nzi for ; Thu, 04 May 2006 07:14:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AqTyKoXa+efQRrwXYKuUxfliNiZqHTKVJL5HXHpKcEGQT33Q/XK55THhiaEca0oBb/10pkV8mztX/vm/irn/z628WLs9Pu9BMibXZ3sYUaTm5ajgnBdlp5J9+7IRVHK9iJPq/z9s0VRmvvppSjkVDGEUrrXmVFPNH2QJJjgwRhM= Received: by 10.37.15.55 with SMTP id s55mr409794nzi; Thu, 04 May 2006 07:14:51 -0700 (PDT) Received: by 10.37.20.16 with HTTP; Thu, 4 May 2006 07:14:50 -0700 (PDT) Message-ID: Date: Thu, 4 May 2006 15:14:50 +0100 From: "Soo-Hyun Choi" Sender: soohyunc@gmail.com To: nospam@mgedv.net In-Reply-To: <000c01c66f83$d7c3a540$01010101@avalon.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <000c01c66f83$d7c3a540$01010101@avalon.lan> X-Google-Sender-Auth: 22786d0261057be2 Cc: freebsd-questions@freebsd.org Subject: Re: Shared Library Error 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: Thu, 04 May 2006 14:14:52 -0000 How do I check/modify ldconfig settings? Would you give me some examples? Thanks, On 5/4/06, No@SPAM@mgEDV.net wrote: > > > If I do > > shc@localhost:~$locate libgmodule-2.0.so.600 > > > > then I get > > /usr/local/lib/libgmodule-2.0.so.600 > > > > but actually the "libgmodule-2.0.so.600" is not in that directory. > > try running ldconfig -R to rescan the directories > and check you ldconfig settings > >