From owner-freebsd-current@FreeBSD.ORG Mon May 4 20:12:17 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E03F210656F3 for ; Mon, 4 May 2009 20:12:17 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 9A65E8FC28 for ; Mon, 4 May 2009 20:12:17 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1M14WI-000N5D-Bj; Tue, 05 May 2009 00:12:10 +0400 To: Rainer Hurling References: <49E98C97.9080602@gwdg.de> <91071496@serv3.int.kfs.ru> <49F4A031.5010500@gwdg.de> <200905041055.17812.jhb@freebsd.org> <49FF4A99.30605@gwdg.de> From: Boris Samorodov Date: Tue, 05 May 2009 00:12:09 +0400 In-Reply-To: <49FF4A99.30605@gwdg.de> (Rainer Hurling's message of "Mon\, 04 May 2009 22\:05\:45 +0200") Message-ID: <37287478@h30.sp.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org Subject: Re: [not completely SOLVED] acroread8 does not print any more X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 04 May 2009 20:12:18 -0000 On Mon, 04 May 2009 22:05:45 +0200 Rainer Hurling wrote: > John, thank you for answering. > On 04.05.2009 16:55 (UTC+2), John Baldwin wrote: > > On Sunday 26 April 2009 1:56:01 pm Rainer Hurling wrote: > >> A few days ago I reported about problems when I try to print from > >> acroread8. For all but one of my systems the problem is solved now, > >> see below. > >> > >> On one system I also totally cleaned up the linux emulator part and > >> installed everything from the scratch. Now when I try to print I > >> get the following message: > >> > >> --------------------------------------------------------------- > >> Beim Drucken ist folgender Fehler aufgetreten... > >> '/libexec/ld-elf.so.1: /usr/local/lib/compat/libc.so.6: version > >> GLIBC_2.2.4 required by /usr/local/Adobe/Reader8/DEU/ > >> Adobe/Reader8/Reader/intellinux/lib/libgcc_s.so.1 not > >> defined' > >> --------------------------------------------------------------- > >> > >> libc.so.6 is from misc/compat6x. I am not able to detect any > >> relevant differences between my systems. > > > > You need a Linux libc.so.6 in /compat/linux. You need to install an > > RPM that contains this into /compat/linux (probably called something > > like 'compat-libc'). Probably it would be nice to have a port for > > this (or include it in the linux base port) for acroread8 to depend > > on. I think this is a ports@ issue though. > > > On /compat/linux/lib I have 'libc-2.7.so' and a link 'libc.so.6 -> > libc-2.7.so'. > #pkg_info -W /compat/linux/lib/libc-2.7.so > /compat/linux/lib/libc-2.7.so was installed by package linux_base-f8-8_11 > But there is another libc.so.6: > #pkg_info -W /usr/local/lib/compat/libc.so.6 > /usr/local/lib/compat/libc.so.6 was installed by package > compat6x-i386-6.4.604000.200810 > I have the CURRENT systems with, as far as I can see, exact the same > configuration. On all my other systems printing from acroread8 is > ok. Because of that I opened this thread :-( > I have no idea where to look next, Did you compare ktrace/linux_kdump at a system w/o problems and a system with this problem? WBR -- bsam