From owner-freebsd-current@FreeBSD.ORG Mon May 4 20:15:45 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 2780B1065676 for ; Mon, 4 May 2009 20:15:45 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id DA9BC8FC22 for ; Mon, 4 May 2009 20:15:44 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1M14Zj-00047H-BA; Mon, 04 May 2009 22:15:43 +0200 Message-ID: <49FF4CE5.3090307@gwdg.de> Date: Mon, 04 May 2009 22:15:33 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.21 (X11/20090404) MIME-Version: 1.0 To: John Baldwin References: <49E98C97.9080602@gwdg.de> <91071496@serv3.int.kfs.ru> <49F4A031.5010500@gwdg.de> <200905041055.17812.jhb@freebsd.org> In-Reply-To: <200905041055.17812.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Boris Samorodov , 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:15:45 -0000 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. > I forgot to mention that Boris asked me to change from current@ to emulation@. So the follow up should be on emulation@ :-) Rainer Hurling