From owner-freebsd-current@FreeBSD.ORG Sun Apr 19 14:32:26 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 E73881065672 for ; Sun, 19 Apr 2009 14:32:26 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.freebsd.org (Postfix) with ESMTP id A72F18FC1B for ; Sun, 19 Apr 2009 14:32:26 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD954F81C.dip.t-dialin.net [217.84.248.28]) by redbull.bpaserver.net (Postfix) with ESMTP id A5B002E1FB; Sun, 19 Apr 2009 16:32:19 +0200 (CEST) Received: from unknown (IO.Leidinger.net [192.168.2.103]) by outgoing.leidinger.net (Postfix) with ESMTP id 6DF7C1B6744; Sun, 19 Apr 2009 16:32:15 +0200 (CEST) Date: Sun, 19 Apr 2009 16:32:13 +0200 From: Alexander Leidinger To: Rainer Hurling Message-ID: <20090419163213.00004dbe@unknown> In-Reply-To: <49E98C97.9080602@gwdg.de> References: <49E98C97.9080602@gwdg.de> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.10.13; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: A5B002E1FB.587D5 X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, ORDB-RBL, SpamAssassin (not cached, score=-14.9, required 6, BAYES_00 -15.00, RDNS_DYNAMIC 0.10) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No 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 14:32:27 -0000 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. Bye, Alexander.