From owner-freebsd-questions@FreeBSD.ORG Fri May 14 01:43:19 2004 Return-Path: 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 ABC4B16A4CE for ; Fri, 14 May 2004 01:43:19 -0700 (PDT) Received: from MXR-6.estpak.ee (ld3.estpak.ee [194.126.101.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ECD343D5E for ; Fri, 14 May 2004 01:43:18 -0700 (PDT) (envelope-from hatter@hot.ee) Received: from localhost (localhost [127.0.0.1]) by MXR-6.estpak.ee (Postfix) with ESMTP id 483A03308F for ; Fri, 14 May 2004 11:43:17 +0300 (EEST) Received: from MXR-6.estpak.ee ([127.0.0.1]) by localhost (Relay6 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15692-08 for ; Fri, 14 May 2004 11:43:17 +0300 (EEST) Received: from hot.ee (80-235-44-210-dsl.mus.estpak.ee [80.235.44.210]) by MXR-6.estpak.ee (Postfix) with ESMTP id AB85932FED for ; Fri, 14 May 2004 11:43:16 +0300 (EEST) Message-ID: <40A486CD.3050601@hot.ee> Date: Fri, 14 May 2004 11:43:57 +0300 From: hatter User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040512 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at neti.ee Subject: glib problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 08:43:19 -0000 Hello. I have fairly fresh install of 5.2.1 where I installed xfree, gnome 2.6 and xfce4 (in this order). Now, whenever I install something from ports tree, that has anything to do with glib, it will build fine without any errors but when I try to launch the program it will complain about missing libraries. Like this: bash-2.05b$ rox /libexec/ld-elf.so.1: Shared object "libgobject-2.0.so.200" not found bash-2.05b$ gftp /libexec/ld-elf.so.1: Shared object "libgobject-2.0.so.200" not found bash-2.05b$ evolution /libexec/ld-elf.so.1: Shared object "libgobject-2.0.so.200" not found I did a search and found that I have libgobject-2.0.so.400 in /usr/local/lib which belongs to the package glib-2.4.1_1. I have all the possible glib packages installed: bash-2.05b$ pkg_info | grep glib glib-1.2.10_10 Some useful routines of C programming (previous stable vers glib-2.4.1_1 Some useful routines of C programming (current stable versi I have updated my ports tree and did portupgrade -a. Any help appreciated.