On 1/14/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Right now I compile ksh93 from at&t for schillix, but my compiled
> version refuses to call the path_pfexec function.
>
> Although SHOPT_PFSH is defined and the symbol(getexecuser) can be found in the
> compiled binary.
>
> Another problem is that I am not able to switch on the feature at runtime.
> Both set -o profile; set -P  does not work. Even dtracing the shell
> did not help.

You can use -o profile and -P only on ksh93's command line
(i.e. you need to invoke ksh as "pfsh", "pfksh", "ksh -P" or
"ksh -o profile") since it disables stuff like loadable built-ins,
and you can only do that at startup.


Markus
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to