From owner-freebsd-ports@FreeBSD.ORG Tue Apr 6 13:59:39 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8209016A4CE for ; Tue, 6 Apr 2004 13:59:39 -0700 (PDT) Received: from cserv62.csub.edu (cserv62.csub.edu [136.168.10.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533AD43D5C for ; Tue, 6 Apr 2004 13:59:39 -0700 (PDT) (envelope-from rjackson@cserv62.csub.edu) Received: from cserv62.csub.edu (localhost [127.0.0.1]) by cserv62.csub.edu (8.12.9/8.12.9) with ESMTP id i36Kwbru005431; Tue, 6 Apr 2004 13:58:58 -0700 (PDT) (envelope-from rjackson@cserv62.csub.edu) Received: (from rjackson@localhost) by cserv62.csub.edu (8.12.9/8.12.9/Submit) id i36KwbYM005430; Tue, 6 Apr 2004 13:58:37 -0700 (PDT) (envelope-from rjackson) Date: Tue, 6 Apr 2004 13:58:37 -0700 From: Russell Jackson To: Mike Hunter Message-ID: <20040406205837.GA88536@cserv62.csub.edu> References: <20040406183604.GA29416@ack.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040406183604.GA29416@ack.Berkeley.EDU> User-Agent: Mutt/1.4.1i cc: freebsd-ports@freebsd.org Subject: Re: gaim linking problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2004 20:59:39 -0000 Gaim is linking to a version of your gnome libs other than the one that you have installed (or not install). I would recommend cvsuping your ports tree, remove all gnome libs, then reinstall them. On Tue, Apr 06, 2004 at 11:36:04AM -0700, Mike Hunter wrote: > Hey everybody, > > I'm still recovering from a bad gettext experience. I'm trying to get gaim > back at this point. It builds and installs, but bombs out at runtime with: > > /libexec/ld-elf.so.1: Shared object "libgdk-x11-2.0.so.200" not found > > Maybe I'm just new here, but what is the difference between libgdk and libgtk? > > Here's lld `which gaim`...any thoughts what I am doing wrong? Do I need to > update some build tools or something? What does .200, .400 mean? > > Thanks, > > Mike > > /usr/X11R6/bin/gaim: > libao.so.3 => /usr/local/lib/libao.so.3 (0x28139000) > libaudiofile.so.0 => /usr/local/lib/libaudiofile.so.0 (0x2813d000) > libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28164000) > libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x2816d000) > libintl.so.6 => /usr/local/lib/libintl.so.6 (0x28184000) > libgtkspell.so.0 => /usr/X11R6/lib/libgtkspell.so.0 (0x2818d000) > libaspell.so.15 => /usr/local/lib/libaspell.so.15 (0x28196000) > libgtk-x11-2.0.so.400 => /usr/X11R6/lib/libgtk-x11-2.0.so.400 (0x28230000) > libgdk-x11-2.0.so.400 => /usr/X11R6/lib/libgdk-x11-2.0.so.400 (0x28505000) > libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x28578000) > libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x2857c000) > libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x28584000) > libatk-1.0.so.600 => /usr/local/lib/libatk-1.0.so.600 (0x2858d000) > libgdk_pixbuf-2.0.so.400 => /usr/X11R6/lib/libgdk_pixbuf-2.0.so.400 (0x285a8000) > libm.so.2 => /lib/libm.so.2 (0x285bd000) > libpangoxft-1.0.so.399 => /usr/X11R6/lib/libpangoxft-1.0.so.399 (0x285d6000) > libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x285db000) > libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x285ed000) > libz.so.2 => /lib/libz.so.2 (0x28642000) > libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x28650000) > libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x28658000) > libfontconfig.so.1 => /usr/X11R6/lib/libfontconfig.so.1 (0x28667000) > libpangox-1.0.so.399 => /usr/X11R6/lib/libpangox-1.0.so.399 (0x2868f000) > libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x2869a000) > libpango-1.0.so.399 => /usr/X11R6/lib/libpango-1.0.so.399 (0x28762000) > libgobject-2.0.so.400 => /usr/local/lib/libgobject-2.0.so.400 (0x28797000) > libgmodule-2.0.so.400 => /usr/local/lib/libgmodule-2.0.so.400 (0x287d1000) > libglib-2.0.so.400 => /usr/local/lib/libglib-2.0.so.400 (0x287d5000) > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28853000) > libstartup-notification-1.so.0 => /usr/X11R6/lib/libstartup-notification-1.so.0 (0x28942000) > libc_r.so.5 => /usr/lib/libc_r.so.5 (0x2894a000) > libc.so.5 => /lib/libc.so.5 (0x2896e000) > libgdk-x11-2.0.so.200 => not found (0x0) > libatk-1.0.so.200 => /usr/local/lib/compat/pkg/libatk-1.0.so.200 (0x28a48000) > libgdk_pixbuf-2.0.so.200 => not found (0x0) > libpangoxft-1.0.so.200 => not found (0x0) > libpangox-1.0.so.200 => not found (0x0) > libpango-1.0.so.200 => not found (0x0) > libgobject-2.0.so.200 => /usr/local/lib/compat/pkg/libgobject-2.0.so.200 (0x28a61000) > libgmodule-2.0.so.200 => /usr/local/lib/compat/pkg/libgmodule-2.0.so.200 (0x28a96000) > libglib-2.0.so.200 => /usr/local/lib/compat/pkg/libglib-2.0.so.200 (0x28a9a000) > libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28b05000) > libpangoft2-1.0.so.399 => /usr/X11R6/lib/libpangoft2-1.0.so.399 (0x28bc1000) > libexpat.so.5 => /usr/local/lib/libexpat.so.5 (0x28be6000) > libintl.so.5 => not found (0x0) > libintl.so.5 => not found (0x0) > libintl.so.5 => not found (0x0) > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- Russell A. Jackson (rjackson@cserv62.csub.edu)