From owner-freebsd-questions@FreeBSD.ORG Thu May 4 15:34:24 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 382E716A40B for ; Thu, 4 May 2006 15:34:24 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76D0E43D5A for ; Thu, 4 May 2006 15:34:23 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so465716nzi for ; Thu, 04 May 2006 08:34:22 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=QzjM4WZ8ruKtANvGILOlKE/5GXgSQ764YnZKw0b87oXxH7qW/elefDdBc5XSR8y3XK20wfXjaatS5qd5iO7xZ62f1J6Q1VSS7Le7X3K3BBxOM2eCqZW3JuoO9dueDLhFt88h7OlhitOqUU1c47dyuX3Te6Fg9pzHX8SQrm7A/LI= Received: by 10.36.220.11 with SMTP id s11mr1204545nzg; Thu, 04 May 2006 08:34:22 -0700 (PDT) Received: by 10.37.20.16 with HTTP; Thu, 4 May 2006 08:34:22 -0700 (PDT) Message-ID: Date: Thu, 4 May 2006 16:34:22 +0100 From: "Soo-Hyun Choi" Sender: soohyunc@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <001501c66f8c$6df70e50$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: <001501c66f8c$6df70e50$01010101@avalon.lan> X-Google-Sender-Auth: 2cbefc10c1440444 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 15:34:24 -0000 I did "ldconfig -R" and "ldconfig -m /usr/local/lib" but I still get the error message. So, how would you explicitly do with that if you get: [shc@localhost ~]$firefox /libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.600" not found, required by "libgtk-x11-2.0.so.600" Thanks, On 5/4/06, No@SPAM@mgEDV.net wrote: > > > How do I check/modify ldconfig settings? Would you give me some > > examples? > > ! man ldconfig > ldconfig -r > ls -l /etc/ld* > ls -l /var/run/ld* > echo $LD_LIBRARY_PATH > >