On Tue, Jun 16, 2009 at 2:57 AM, Eduardo Almeida
Costa<[email protected]> wrote:
> Hi.
>
> I'm trying to install the authd in Gentoo(x86_64 - gcc 4.3.3-r2) and Fedora
> (i386-gcc 4.3.2-7 ) but i got this error:
>
> # make
> make  all-am
> make[1]: Entrando no diretório `/root/programas/authd-0.2.3'
> gcc -DHAVE_CONFIG_H -I. -I.   -O2 -Wall -D_REENTRANT -g -g -O2 -MT authd.o
> -MD -MP -MF .deps/authd.Tpo -c -o authd.o authd.c
> authd.c:34: warning: ‘struct ucred’ declared inside parameter list
> authd.c:34: warning: its scope is only this definition or declaration, which
> is probably not what you want
> authd.c: In function ‘check_credentials’:
> authd.c:38: error: dereferencing pointer to incomplete type
> authd.c:38: error: dereferencing pointer to incomplete type
> authd.c: In function ‘gen_signature’:
> authd.c:62: warning: pointer targets in passing argument 5 of ‘RSA_sign’
> differ in signedness
> authd.c: In function ‘authd_thr’:
> authd.c:82: error: invalid application of ‘sizeof’ to incomplete type
> ‘struct ucred’
> authd.c:83: error: storage size of ‘ucred’ isn’t known
> authd.c:87: warning: pointer targets in passing argument 5 of ‘getsockopt’
> differ in signedness
> authd.c:83: warning: unused variable ‘ucred’
> authd.c: In function ‘main’:
> authd.c:117: warning: ignoring return value of ‘daemon’, declared with
> attribute warn_unused_result
> make[1]: ** [authd.o] Erro 1
> make[1]: Saindo do diretório `/root/programas/authd-0.2.3'
>
> I don't know what to do. I searched in foruns, but I have nothing.
>
> Sorry, I don't speak/write english very well.
> Thanks.
>
> Eduardo.
>
> ---
> Eduardo Almeida Costa (Duca)
> Adm. de Redes e Sistemas - NBCGIB/UESC
> Núcleo de Biologia Computacional e Gestão de Informações Biotecnológicas
> 73 3680-5212
> ---
> Administração/Moderação Underlinux --- http://under-linux.org
>
>
> Consulte o nosso wiki
> ---
>
> Linux Counter: User 397804
>
>
> ________________________________
> Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 10 -
> Celebridades - Música - Esportes
> ------------------------------------------------------------------------------
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> _______________________________________________
> Ganglia-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>
>

On which distro you had this error? Gentoo or Fedora?
It looks to me it cannot find the definition of struct ucred which
should be part of OS

-- 
Regards,
益牙

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to