Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 21:55:12 -0400
From:      Howard Goldstein <hg@queue.to>
To:        olli@lurza.secnetix.de
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Printing with Acrobat Reader
Message-ID:  <461C4000.50502@queue.to>
In-Reply-To: <200704100910.l3A9A4o6020106@lurza.secnetix.de>
References:  <200704100910.l3A9A4o6020106@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Fromme wrote:
> First, copying the FreeBSD binary to /compat/linux seems
> like a dirty hack.  Is there a better way to solve the
> problem?

I don't know if this is a better way but here's the wrapper that I've 
been using to coerce printing with acro7 and my printer at  lpr -Pps

#!/bin/sh
#needed to make linux acroread7 work
export LD_LIBRARY_PATH=/usr/compat/usr/X11R6/lib:LD_LIBRARY_PATH
acroread "$1"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?461C4000.50502>