[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6358) Problem compiling openldap



Full_Name: Pierre
Version: 2.4.19
OS: GNU/Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (79.89.161.74)


# make
Making all in /tmp/openldap-2.4.19
  Entering subdirectory include
make[1]: Entering directory `/tmp/openldap-2.4.19/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/openldap-2.4.19/include'
 
  Entering subdirectory libraries
make[1]: Entering directory `/tmp/openldap-2.4.19/libraries'
Making all in /tmp/openldap-2.4.19/libraries
  Entering subdirectory liblutil
make[2]: Entering directory `/tmp/openldap-2.4.19/libraries/liblutil'
gcc -s -O3 -march=i686 -I../../include        -I../../include  
-I/usr/local/BerkeleyDB.4.6/include   -I/usr/local/BerkeleyDB.4.6/include  -c -o
passwd.o passwd.c
passwd.c:820: error: parse error before "des_key"
passwd.c: In function `lmPasswd_to_key':
passwd.c:822: error: `lmPasswd' undeclared (first use in this function)
passwd.c:822: error: (Each undeclared identifier is reported only once
passwd.c:822: error: for each function it appears in.)
passwd.c:835: error: `key' undeclared (first use in this function)
passwd.c: In function `chk_lanman':
passwd.c:846: error: `des_key' undeclared (first use in this function)
passwd.c:846: error: parse error before "key"
passwd.c:847: error: `des_context' undeclared (first use in this function)
passwd.c:848: error: `des_data_block' undeclared (first use in this function)
passwd.c:866: error: `key' undeclared (first use in this function)
passwd.c:867: error: `schedule' undeclared (first use in this function)
passwd.c:868: error: `StdText' undeclared (first use in this function)
passwd.c:868: error: `PasswordHash1' undeclared (first use in this function)
passwd.c:868: error: `DES_ENCRYPT' undeclared (first use in this function)
passwd.c:876: error: `PasswordHash2' undeclared (first use in this function)
passwd.c: In function `hash_lanman':
passwd.c:1142: error: `des_key' undeclared (first use in this function)
passwd.c:1142: error: parse error before "key"
passwd.c:1143: error: `des_context' undeclared (first use in this function)
passwd.c:1144: error: `des_data_block' undeclared (first use in this function)
passwd.c:1162: error: `key' undeclared (first use in this function)
passwd.c:1163: error: `schedule' undeclared (first use in this function)
passwd.c:1164: error: `StdText' undeclared (first use in this function)
passwd.c:1164: error: `PasswordHash1' undeclared (first use in this function)
passwd.c:1164: error: `DES_ENCRYPT' undeclared (first use in this function)
passwd.c:1168: error: `PasswordHash2' undeclared (first use in this function)
make[2]: *** [passwd.o] Error 1
make[2]: Leaving directory `/tmp/openldap-2.4.19/libraries/liblutil'
make[1]: *** [all-common] Error 1
make[1]: Leaving directory `/tmp/openldap-2.4.19/libraries'
make: *** [all-common] Error 1