From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 22 03:41:05 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D964116A4CE; Tue, 22 Mar 2005 03:41:05 +0000 (GMT) Received: from rastaban.dandy.net (rastaban.dandy.net [209.128.224.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE4B43D53; Tue, 22 Mar 2005 03:41:05 +0000 (GMT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by rastaban.dandy.net (8.12.10/8.12.6) with ESMTP id j2M3f4SR028471; Mon, 21 Mar 2005 22:41:04 -0500 Date: Mon, 21 Mar 2005 22:41:04 -0500 (EST) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: freebsd-gnome@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <20050322025222.546FB16A4CE@hub.freebsd.org> Message-ID: References: <20050322025222.546FB16A4CE@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: libgobject-2.0.so.0: cannot open shared object X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 03:41:06 -0000 After having upgraded to gnome 2.10 via the script, I am left with the following problem. When I try to run adobe acroread7, and realplayer I get the following error: #/usr/local/bin/acroread /compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory #/usr/local/bin/realplay /usr/local/lib/RealPlayer/realplay.bin: error while loading shared libraries: libgobject-2.0.so.0: cannot open shared object file: No such file or directory All my ports are up to date when issuing portversion -O. Pkg_info shows: # pkg_info linux_base-8-8.0_6 Information for linux_base-8-8.0_6: Comment: Base set of packages needed in Linux mode (only for i386) Required by: acroread7-7.0.0 linux-png-1.2.7_5 linux-realplayer-10.0.3 df -h shows the filesystem: linprocfs 4.0K 4.0K 0B 100% /usr/compat/linux/proc The file /usr/ports/UPDATING says the following: 20041231: AFFECTS: users of the linux compatibility environment AUTHOR: netchild@FreeBSD.org The default linux_base was changed from v7 to v8. You need to update from v7 to v8 and rebuild every linux port. To update run: portupgrade -rf -o emulators/linux_base-8 emulators/linux_base In case you already use linux_base-8 you have to run: portupgrade -rf emulators/linux_base-8 So I ran portupgrade -rf emulators/linux_base-8, and the command seemed to finish sucessfully. ls -ld shows: [root@amd64 ~]# ls -ld /usr/local/lib/libgobject-2.0.* -rw-r--r-- 1 root wheel 523044 Mar 21 00:41 /usr/local/lib/libgobject-2.0.a lrwx------ 1 root wheel 21 Mar 21 00:41 /usr/local/lib/libgobject-2.0.so@ -> libgobject-2.0.so.600 -rwxr-xr-x 1 root wheel 243631 Mar 21 00:41 /usr/local/lib/libgobject-2.0.so.600* This is really frustrating, any help getting this to work is really appreciated. Also, what other commands are there to help troubleshoot this type of problem. TIA, Andy