Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Strange behaviour of zsh-3.1.5 on IRIX 6.2



Roland Jesse wrote:
>After the build the shell works just fine on this particular
>machine. But on another O2 machine I simply get: "13116:-zsh: rld:
>Fatal Error: attempted access to unresolvable symbol in -zsh:
>cap_get_proc."

Is that running the same binary on a diferent machine?  If so, then you
have different libraries on the two machines, and need to compile zsh on a
machine without libcap.  (cap_get_proc is from libcap, part of the POSIX.6
capability sets feature.  zsh will use this library if it can find it.)

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author