From owner-freebsd-current@FreeBSD.ORG Sat Apr 17 08:28:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FED16A4CE for ; Sat, 17 Apr 2004 08:28:26 -0700 (PDT) Received: from smtp.web.de (smtp08.web.de [217.72.192.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A685643D2F for ; Sat, 17 Apr 2004 08:28:25 -0700 (PDT) (envelope-from nakal@web.de) Received: from [217.81.246.111] (helo=[217.81.246.111]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.101 #91) id 1BErjd-0005IB-00; Sat, 17 Apr 2004 17:28:01 +0200 From: Martin To: Yamada Ken Takeshi In-Reply-To: <20040417.231635.730556368.ken@tydfam.jp> References: <20040417.231635.730556368.ken@tydfam.jp> Content-Type: text/plain Message-Id: <1082215678.49540.16.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 17 Apr 2004 17:27:58 +0200 Content-Transfer-Encoding: 7bit Sender: nakal@web.de cc: FreeBSD Current Subject: Re: pango 1.4.0 works on -current? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2004 15:28:26 -0000 Am Sat, den 17.04.2004 schrieb Yamada Ken Takeshi um 16:16: > Does pango 1.4.0 work on -current? > I have the followings with -current (forcing to use libkse.so), > and cannot display any of fonts. > Even I do pango-querymodules > /usr/X11R6/etc/pango/pango.modules, > still the same appears and no fonts coming up. > Any suggestions? I had the same effect. I have nvidia graphics adapter and it did not work with pthread libs. Use /etc/libmap.conf to set it back to libc_r: libpthread.so.1 libc_r.so.5 libpthread.so libc_r.so Martin