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

output of make and make install



I'm still trying to figure out what is going wrong when I make openldap. In
case anyone is willing to take a look, I've attached the output of make and
make install to this message. There are errors in there that I have not been
successful in eliminating. Any help will be much appreciated.

Thanks,

Jim

[OpenLDAP MLM: Attachments of the original message have been trimmed.]
making buildtools
  cd build; make 
make[1]: Entering directory `/root/ldap/build'
make[1]: Leaving directory `/root/ldap/build'
making all

  cd include; make  all
make[1]: Entering directory `/root/ldap/include'
make[1]: Leaving directory `/root/ldap/include'

  cd libraries; make  all
make[1]: Entering directory `/root/ldap/libraries'
making all in /root/ldap/libraries

  cd libavl; make -w all
make[2]: Entering directory `/root/ldap/libraries/libavl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ldap/libraries/libavl'

  cd liblber; make -w all
make[2]: Entering directory `/root/ldap/libraries/liblber'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/ldap/libraries/liblber'

  cd libldap; make -w all
make[2]: Entering directory `/root/ldap/libraries/libldap'
gcc -I../../include  -Dlinux -DLDAP_DEBUG        -DLDAP_REFERRALS     -O -g    -c ufn.c -o ufn.o
In file included from ufn.c:32:
../../include/ldapconfig.h:31: parse error before `DEFAULT_BINDIR'
ufn.c:43: parse error before `cancelptype'
ufn.c:46: parse error before `cancelptype'
ufn.c:85: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_search_ctx':
ufn.c:111: `res' undeclared (first use this function)
ufn.c:111: (Each undeclared identifier is reported only once
ufn.c:111: for each function it appears in.)
ufn.c:114: `ncomp' undeclared (first use this function)
ufn.c:115: `ufncomp' undeclared (first use this function)
ufn.c:127: `tag1' undeclared (first use this function)
ufn.c:131: `tag2' undeclared (first use this function)
ufn.c:135: `tag3' undeclared (first use this function)
ufn.c:146: `prefix' undeclared (first use this function)
ufn.c:149: `ld' undeclared (first use this function)
ufn.c:195: `cancelproc' undeclared (first use this function)
ufn.c:196: `cancelparm' undeclared (first use this function)
ufn.c:197: `attrs' undeclared (first use this function)
ufn.c:198: `attrsonly' undeclared (first use this function)
ufn.c: At top level:
ufn.c:240: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_search_ct':
ufn.c:242: number of arguments doesn't match prototype
../../include/proto-ldap.h:175: prototype declaration
ufn.c:248: `ld' undeclared (first use this function)
ufn.c:254: `ufn' undeclared (first use this function)
ufn.c:261: `attrs' undeclared (first use this function)
ufn.c:262: `attrsonly' undeclared (first use this function)
ufn.c:262: `res' undeclared (first use this function)
ufn.c:262: `cancelproc' undeclared (first use this function)
ufn.c:262: `cancelparm' undeclared (first use this function)
ufn.c:262: `tag1' undeclared (first use this function)
ufn.c:262: `tag2' undeclared (first use this function)
ufn.c:262: `tag3' undeclared (first use this function)
ufn.c: At top level:
ufn.c:325: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_search_c':
ufn.c:326: number of arguments doesn't match prototype
../../include/proto-ldap.h:172: prototype declaration
ufn.c:327: `ld' undeclared (first use this function)
ufn.c:327: `ufn' undeclared (first use this function)
ufn.c:327: `attrs' undeclared (first use this function)
ufn.c:327: `attrsonly' undeclared (first use this function)
ufn.c:327: `res' undeclared (first use this function)
ufn.c:327: `cancelproc' undeclared (first use this function)
ufn.c:328: `cancelparm' undeclared (first use this function)
ufn.c: At top level:
ufn.c:419: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_expand':
ufn.c:432: `dns' undeclared (first use this function)
ufn.c:437: `ld' undeclared (first use this function)
ufn.c:437: `scope' undeclared (first use this function)
ufn.c:437: `filter' undeclared (first use this function)
ufn.c:437: `attrs' undeclared (first use this function)
ufn.c:438: `aonly' undeclared (first use this function)
ufn.c:440: `err' undeclared (first use this function)
ufn.c:449: `cancelproc' undeclared (first use this function)
ufn.c:450: `cancelparm' undeclared (first use this function)
make[2]: *** [ufn.o] Error 1
make[2]: Leaving directory `/root/ldap/libraries/libldap'

[OpenLDAP MLM: Attachment trimmed.]
making buildtools
  cd build; make 
make[1]: Entering directory `/root/ldap/build'
make[1]: Leaving directory `/root/ldap/build'

cd include; make  install
make[1]: Entering directory `/root/ldap/include'
mkdir -p /include
install -c -m 644 ldap.h /include
install -c -m 644 lber.h /include
install -c -m 644 proto-lber.h /include
install -c -m 644 proto-ldap.h /include
install -c -m 644 disptmpl.h /include
install -c -m 644 srchpref.h /include
make[1]: Leaving directory `/root/ldap/include'

cd libraries; make  install
make[1]: Entering directory `/root/ldap/libraries'
making install in /root/ldap/libraries

  cd libavl; make -w install
make[2]: Entering directory `/root/ldap/libraries/libavl'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/root/ldap/libraries/libavl'

  cd liblber; make -w install
make[2]: Entering directory `/root/ldap/libraries/liblber'
mkdir -p /lib
install -c -m 644 liblber.a /lib
make[2]: Leaving directory `/root/ldap/libraries/liblber'

  cd libldap; make -w install
make[2]: Entering directory `/root/ldap/libraries/libldap'
gcc -I../../include  -Dlinux -DLDAP_DEBUG        -DLDAP_REFERRALS     -O -g    -c ufn.c -o ufn.o
In file included from ufn.c:32:
../../include/ldapconfig.h:31: parse error before `DEFAULT_BINDIR'
ufn.c:43: parse error before `cancelptype'
ufn.c:46: parse error before `cancelptype'
ufn.c:85: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_search_ctx':
ufn.c:111: `res' undeclared (first use this function)
ufn.c:111: (Each undeclared identifier is reported only once
ufn.c:111: for each function it appears in.)
ufn.c:114: `ncomp' undeclared (first use this function)
ufn.c:115: `ufncomp' undeclared (first use this function)
ufn.c:127: `tag1' undeclared (first use this function)
ufn.c:131: `tag2' undeclared (first use this function)
ufn.c:135: `tag3' undeclared (first use this function)
ufn.c:146: `prefix' undeclared (first use this function)
ufn.c:149: `ld' undeclared (first use this function)
ufn.c:195: `cancelproc' undeclared (first use this function)
ufn.c:196: `cancelparm' undeclared (first use this function)
ufn.c:197: `attrs' undeclared (first use this function)
ufn.c:198: `attrsonly' undeclared (first use this function)
ufn.c: At top level:
ufn.c:240: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_search_ct':
ufn.c:242: number of arguments doesn't match prototype
../../include/proto-ldap.h:175: prototype declaration
ufn.c:248: `ld' undeclared (first use this function)
ufn.c:254: `ufn' undeclared (first use this function)
ufn.c:261: `attrs' undeclared (first use this function)
ufn.c:262: `attrsonly' undeclared (first use this function)
ufn.c:262: `res' undeclared (first use this function)
ufn.c:262: `cancelproc' undeclared (first use this function)
ufn.c:262: `cancelparm' undeclared (first use this function)
ufn.c:262: `tag1' undeclared (first use this function)
ufn.c:262: `tag2' undeclared (first use this function)
ufn.c:262: `tag3' undeclared (first use this function)
ufn.c: At top level:
ufn.c:325: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_search_c':
ufn.c:326: number of arguments doesn't match prototype
../../include/proto-ldap.h:172: prototype declaration
ufn.c:327: `ld' undeclared (first use this function)
ufn.c:327: `ufn' undeclared (first use this function)
ufn.c:327: `attrs' undeclared (first use this function)
ufn.c:327: `attrsonly' undeclared (first use this function)
ufn.c:327: `res' undeclared (first use this function)
ufn.c:327: `cancelproc' undeclared (first use this function)
ufn.c:328: `cancelparm' undeclared (first use this function)
ufn.c: At top level:
ufn.c:419: parse error before `cancelptype'
ufn.c: In function `ldap_ufn_expand':
ufn.c:432: `dns' undeclared (first use this function)
ufn.c:437: `ld' undeclared (first use this function)
ufn.c:437: `scope' undeclared (first use this function)
ufn.c:437: `filter' undeclared (first use this function)
ufn.c:437: `attrs' undeclared (first use this function)
ufn.c:438: `aonly' undeclared (first use this function)
ufn.c:440: `err' undeclared (first use this function)
ufn.c:449: `cancelproc' undeclared (first use this function)
ufn.c:450: `cancelparm' undeclared (first use this function)
make[2]: *** [ufn.o] Error 1
make[2]: Leaving directory `/root/ldap/libraries/libldap'

[OpenLDAP MLM: Attachment trimmed.]