From owner-freebsd-questions@FreeBSD.ORG Thu May 4 13:57:27 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 9F85216A402 for ; Thu, 4 May 2006 13:57:27 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 354DF43D45 for ; Thu, 4 May 2006 13:57:27 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so441409nzi for ; Thu, 04 May 2006 06:57:26 -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:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=fJtm6F2FfDKlOg7yMgrWw42UC7eiL/UrHN81A8tnGeTVxIxLcdsvx6xQaX60NsIoZHjxWcgfyDKzsAob1Uh7nDjUzEnXBlbYOWxbZdjlWAH4/yqRwxNf6L5IX/bAWUsk/UxSJUGRVCQn2ENvLsbFwzdcw1QahDiAry5laVPJfus= Received: by 10.36.147.4 with SMTP id u4mr1442129nzd; Thu, 04 May 2006 06:57:24 -0700 (PDT) Received: by 10.37.20.16 with HTTP; Thu, 4 May 2006 06:57:24 -0700 (PDT) Message-ID: Date: Thu, 4 May 2006 14:57:24 +0100 From: "Soo-Hyun Choi" Sender: soohyunc@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Google-Sender-Auth: 567d497d87863127 Subject: 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 13:57:27 -0000 Hi, I have upgraded gtk, expat, and etc from the ports. (I had to do "make deinstall reinstall" for this.) After that, I get a shared library error if I try to run any X application. For example, shc@localhost:~$ firefox Share object "libgmodule-2.0.so.600" not found, required by "libgtk-x11-2.0.so.600" 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. Does anyone know how to fix this problem? Thanks, Soo-Hyun