Issue 5666 - getpeereid.c:65: error: storage size of peercred isnt known
Summary: getpeereid.c:65: error: storage size of peercred isnt known
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: build (show other issues)
Version: 2.4.11
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-22 11:04 UTC by Gavin Henry
Modified: 2014-08-01 21:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Gavin Henry 2008-08-22 11:04:46 UTC
Full_Name: Gavin Henry
Version: 2.4.11
OS: Fedora 9 i386
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (80.229.93.1)
Submitted by: ghenry


gcc -g -O2 -I../../include        -I../../include  
-I/usr/local/BerkeleyDB.4.2/include     -c -o fetch.o fetch.c
gcc -g -O2 -I../../include        -I../../include  
-I/usr/local/BerkeleyDB.4.2/include     -c -o setproctitle.o setproctitle.c
gcc -g -O2 -I../../include        -I../../include  
-I/usr/local/BerkeleyDB.4.2/include     -c -o getpeereid.o getpeereid.c
getpeereid.c: In function �lutil_getpeereid�:
getpeereid.c:65: error: storage size of �peercred� isn�t known
make[2]: *** [getpeereid.o] Error 1

Hi all,

For some reason this is dieing on my laptop at above, but I haven't tested this
on Fedora 9 i386 before, sorry.

Any ideas?

Comment 1 Hallvard Furuseth 2008-08-22 11:11:56 UTC
Presumably a dup of ITS#5464.
Workaround: Compile with CPPFLAGS=-D_GNU_SOURCE.

-- 
Hallvard

Comment 2 Gavin Henry 2008-08-22 11:17:17 UTC
----- "h b furuseth" <h.b.furuseth@usit.uio.no> wrote:

> Presumably a dup of ITS#5464.
> Workaround: Compile with CPPFLAGS=-D_GNU_SOURCE.

Yeah, that's compiling now.

Thanks.

-- 
Kind Regards,

Gavin Henry.
OpenLDAP Engineering Team.

E ghenry@OpenLDAP.org

Community developed LDAP software.

http://www.openldap.org/project/

Comment 3 ando@openldap.org 2008-08-22 13:52:34 UTC
changed notes
Comment 4 ando@openldap.org 2008-08-22 13:52:55 UTC
changed notes
moved from Incoming to Build
Comment 5 Howard Chu 2009-02-18 00:21:09 UTC
changed notes
changed state Open to Suspended
Comment 6 Howard Chu 2009-04-14 22:37:39 UTC
changed notes
changed state Suspended to Closed
Comment 7 OpenLDAP project 2014-08-01 21:04:04 UTC
dup of ITS#5464
not ours