From owner-freebsd-ports@FreeBSD.ORG Sun Feb 4 09:54:53 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DBD416A406 for ; Sun, 4 Feb 2007 09:54:53 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from tmailer.gwdg.de (tmailer.gwdg.de [134.76.10.23]) by mx1.freebsd.org (Postfix) with ESMTP id 0048E13C491 for ; Sun, 4 Feb 2007 09:54:52 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from [87.139.104.184] (helo=[192.168.2.71]) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HDe56-0005Gu-OK; Sun, 04 Feb 2007 10:54:44 +0100 Message-ID: <45C5AD61.1080509@gwdg.de> Date: Sun, 04 Feb 2007 10:54:41 +0100 From: Rainer Hurling User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Eygene Ryabinkin References: <45C49BA9.5050401@gwdg.de> <20070203160039.GB41820@codelabs.ru> <45C4BA9A.2070002@gwdg.de> <20070203180056.GC41820@codelabs.ru> In-Reply-To: <20070203180056.GC41820@codelabs.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-ports@freebsd.org Subject: Re: X.org, dlopen and -current problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 09:54:53 -0000 Here 'ldconfig -r| grep libXfont' gives 99:-lXfont.1 => /usr/X11R6/lib/libXfont.so.1 969:-lXfontcache.1 => /usr/local/lib/compat/pkg/libXfontcache.so.1 In /usr/local/lib/compat/pkg/ many old compatibility libs are hold. I hope, this is no problem. Rainer Eygene Ryabinkin schrieb: >>> First I should ask some simple questions: >>> - I assume that xorg-server and xorg-libraries were recompiled for the >>> version 6.9.0_6? >>> - How you updated the xorg? Via portupgrade, by hands, some other way? >> yes, both libraries were recompiled with newest portupgrade, no error message >> was given. > > You meant 'both ports'. Fine. And the last simple question: what is the > output from 'ldconfig -r| grep libXfont'? Installation should invoke > ldconfig, but may be something went wrong.