[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#5646) Unable to make the openldap-2.4.11 in fedora9
Full_Name: Nar
Version: openldap-2.4.11
OS: Fedora 9
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (59.93.52.62)
Hi all,
I am unable to install the openldap using configure. The following error
appearing after inputting the command "make".
Please provide the solution.
-----------
[root@eltserv openldap-2.4.11]# make
Making all in /root/Download/openldap-2.4.11
Entering subdirectory include
make[1]: Entering directory `/root/Download/openldap-2.4.11/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/Download/openldap-2.4.11/include'
Entering subdirectory libraries
make[1]: Entering directory `/root/Download/openldap-2.4.11/libraries'
Making all in /root/Download/openldap-2.4.11/libraries
Entering subdirectory liblutil
make[2]: Entering directory `/root/Download/openldap-2.4.11/libraries/liblutil'
rm -f version.c
../../build/mkversion -v "2.4.11" liblutil.a > version.c
cc -g -O2 -I../../include -I../../include
-I/usr/local/BerkeleyDB/include -c -o utils.o utils.c
cc -g -O2 -I../../include -I../../include
-I/usr/local/BerkeleyDB/include -c -o fetch.o fetch.c
cc -g -O2 -I../../include -I../../include
-I/usr/local/BerkeleyDB/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
make[2]: Leaving directory `/root/Download/openldap-2.4.11/libraries/liblutil'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/root/Download/openldap-2.4.11/libraries'
make: *** [all-common] Error 1