On Nov 7, 2007 12:09 AM, Niel Lambrechts <[EMAIL PROTECTED]> wrote: > Not only does the shared library keep getting re-extracted, it also > seems as if the permissions of the included library is not preserved. > > The "running program" error can be avoided if the library is used with > no permissions for others, since this has the effect of localising the > shared library to the executing user. (I'm not sure if this is specific > to AIX). So the copy I included had "0750" permissions but still ends up > in the cache with permissions based on the current user's umask.
Why should that be a problem, as the cache is per-user (/tmp/par-$USER/...) anyway? It is a bug in any case, the stuff in the packed executable shouldn't get extracted more than once. Cheers, Roderich
