Printing with Acrobat Reader

Howard Goldstein hg at queue.to
Wed Apr 11 01:55:14 UTC 2007


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"


More information about the freebsd-ports mailing list