Subject: Re: pkg/30008: print/acroread7 doesn't work
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Nick Hudson <nick.hudson@dsl.pipex.com>
List: pkgsrc-bugs
Date: 05/09/2005 07:05:02
The following reply was made to PR pkg/30008; it has been noted by GNATS.

From: Nick Hudson <nick.hudson@dsl.pipex.com>
To: gnats-bugs@netbsd.org
Cc: Mark Davies <mark@mcs.vuw.ac.nz>,
	Jan Schaumann <jschauma@netmeister.org>, Juan RP <juan@xtrarom.org>
Subject: Re: pkg/30008: print/acroread7 doesn't work
Date: Mon, 9 May 2005 08:04:38 +0000

 This has been bugging me (execuse the pun) and to work around it I hacked the
 libgdk_pixbuf-2.0.so.0 binary to remove the eXecute bit from the STACK header
 entry:
 
 $ readelf -l /usr/pkg/emul//linux/opt/gnome/lib/libgdk_pixbuf-2.0.so.0  | grep STACK
   STACK          0x000000 0x00000000 0x00000000 0x00000 0x00000 RW  0x4
 $
 
 I then ran the commands in INSTALL and now I can use acroread7.
 
 Why this works for some people and not others beats me. What platforms and
 versions are people using? What's the output of the above command?
 
 Nick