On Thu, Jul 5, 2012 at 4:48 PM, ML mail <mlnos...@yahoo.com> wrote:

> option.c: In function 'inspect_peercred':
> option.c:407: error: 'struct ucred'
> has no member named 'pid'
> option.c:407: error: 'struct ucred' has no member
> named 'uid'
> option.c:407: error: 'struct ucred' has no member named 'gid'
> gmake[1]: *** [option.o] Error 1
> gmake[1]: Leaving directory
> `/usr/src/ruby-1.9.2-p320/ext/socket'
> gmake: *** [mkmain.sh] Error 1
>
>
>
> Does
> anyone have a clue what could be going wrong here?

This is because we use "struct sockpeercred" instead of "struct
ucred": you need to patch option.c

> Many thanks in advance.
> Best,
> M.L.

Ciao,
David

Reply via email to