From owner-freebsd-current@FreeBSD.ORG Sun Apr 19 18:18:36 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 8649E106566B for ; Sun, 19 Apr 2009 18:18:36 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from mail-fx0-f167.google.com (mail-fx0-f167.google.com [209.85.220.167]) by mx1.freebsd.org (Postfix) with ESMTP id E4A018FC1F for ; Sun, 19 Apr 2009 18:18:35 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by fxm11 with SMTP id 11so1637299fxm.43 for ; Sun, 19 Apr 2009 11:18:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7RhV7QwbnXE5QwdrP102WQal2kSaZFm0lSIsTjzLawk=; b=o2xPDpRn0/pkZakJ2FUIoteMLNynk+/wXnJiXAB2+O9xxCMrslrv4COrvfH7b0AbuR TLs9QOMBTCWVCGblJatZVMy1iMs9J6SzcZ7gBAcA6NQrfBpFjPfF0KcQCNsTJJJnOuV5 fcjata1oiRHbaHAFJPOywiA77EGuM2Szh5PoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cye/F9VkDrfbgqWV6b8igRW7irC9jiaqgYwDnNI2iy/nAXubWjqOodjUtDyXrT7P4T tIXej4zHoMMwol6YbQWD+pD1/cam1b6pBsgs0PJxY+vJATRbKBvLzzNItDhFW5hNoanc pZsq+Rt8usp6SUwOPgx5BL5sCtN29Vl6JTzis= MIME-Version: 1.0 Received: by 10.103.102.18 with SMTP id e18mr2594574mum.82.1240163806175; Sun, 19 Apr 2009 10:56:46 -0700 (PDT) In-Reply-To: <49EB54D8.9090007@gwdg.de> References: <49E98C97.9080602@gwdg.de> <20090419163213.00004dbe@unknown> <49EB54D8.9090007@gwdg.de> Date: Sun, 19 Apr 2009 17:56:46 +0000 Message-ID: From: "Carlos A. M. dos Santos" To: Rainer Hurling Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alexander Leidinger , 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 18:18:37 -0000 On Sun, Apr 19, 2009 at 4:44 PM, Rainer Hurling wrote: > > 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 don't use acroread on FreeBSD since a long time ago (switched to evince and later to epdfview). I remember, however, that I once had to create a symlink from /usr/bin/lpr to /usr/linux/usr/bin/lpr otherwise acroread failed to find the lpr executable. -- My preferred quotation of Robert Louis Stevenson is "You cannot make an omelette without breaking eggs". Not because I like the omelettes, but because I like the sound of eggs being broken.