On Jul 26, 2010, at 6:34 AM, Gary Pederson wrote: > I also ran into the same error: > /bin/sh: /usr/bin/podselect: Permission denied > > When I checked the permissions found: > -rw-rw-rw- 32 root wheel 807 Jun 24 2009 /usr/bin/podselect > > And the contents of that file include the following: > The contents of this script should normally never run! The perl > wrapper should pick the correct script in /usr/bin by appending > the appropriate version. > You can try appending the appropriate perl version number. > See perlmacosx.pod for more information about multiple version > support in Mac OS X. > > Interesting... > > I worked around the problem by temporarily chmoding it 777 > (and then back to 666). > > Should PDL expect podselect to be executable? >
Yes. It should. On my snow leopard system /usr/bin/podselect is executable and a perl 5.10.1 I've built myself also has podselect executable. -- Tim Jenness Joint Astronomy Centre _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
