From owner-freebsd-current@FreeBSD.ORG Sun Apr 19 16:44:24 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 29D971065676 for ; Sun, 19 Apr 2009 16:44:24 +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 DD2958FC17 for ; Sun, 19 Apr 2009 16:44:23 +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 1Lva7t-0000b8-GL; Sun, 19 Apr 2009 18:44:17 +0200 Message-ID: <49EB54D8.9090007@gwdg.de> Date: Sun, 19 Apr 2009 18:44:08 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.21 (X11/20090404) MIME-Version: 1.0 To: Alexander Leidinger References: <49E98C97.9080602@gwdg.de> <20090419163213.00004dbe@unknown> In-Reply-To: <20090419163213.00004dbe@unknown> 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: freebsd-current@freebsd.org Subject: Re: 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: Sun, 19 Apr 2009 16:44:24 -0000 Hi Alexander, thank you for your answer. On 19.04.2009 16:32 (UTC+2), Alexander Leidinger wrote: > On Sat, 18 Apr 2009 10:17:27 +0200 Rainer Hurling > wrote: > >> Since I am using the new linux emulator f8 I am not able to print >> with acroread8 any more. I get this behaviour on three different >> systems. The following message does appear in acroread: >> >> --------------------------------------------------------- >> Beim Drucken ist folgender Fehler aufgetreten... >> '/libexec/ld-elf.so.1: Shared object "libc.so.6" not found, >> required by "libgcc_s.so.1"' >> --------------------------------------------------------- > > Do you have a custom command configured in acroread to print? If not, > have a look at it so that it uses lpr instead of lp. If you use already > lpr, have a look which one is used and if it is working if you use it > manually. Yes, my custom command is '/usr/local/bin/lpr -P lp2' for twosided printing with cups defined printer. The same command works well manually on the console. The above described error first occurs after the newest updates for linux_base-f8 and other linux packages. I am wondering if this error has something to do with locales or font encoding, because the following message appears in acroread8 before the error: 'Datei ^Qtest.pdf^Q wird gedruckt...' Any other idea where to look at? Rainer > > Bye, > Alexander.