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

Re: Build error stable-981025



At 01:53 AM 10/26/98 +0100, you wrote:
>make[2]: Entering directory
`/var/mirror/unpack/ldap/stable-981025/clients/ud'
>gcc -g  -o ud version.o main.o find.o mod.o print.o auth.o util.o help.o
string_to_key.o group.o globals.o edit.o -L../../libraries -ltermcap -lldap
-llber   
>ld: cannot open -ltermcap: No such file or directory

Apparently you don't have a -ltermcap.  You should edit
clients/ud/Make-template and define -DNOTERMCAP and comment
out TERMLIB variable.  Then 'make makefiles' to generate
new makes...

>make[5]: Entering directory
`/var/mirror/unpack/ldap/stable-981025/servers/slapd/back-ldbm'
>gcc -I. -I.. -I../../../include   -Dlinux -DLDAP_DEBUG
-DLDAP_REFERRALS  -DSTR_TRANSLATION -DLDAP_CHARSET_8859="88591"
-DREVERSE_LOOKUP -DLDAP_CRYPT -DACLGROUP  -DSOUNDEX -DLDAP_LDBM
-DLDAP_SHELL -DLDAP_PASSWD -DLDBM_USE_DBBTREE -I/usr/include -DNO_THREADS
-O -g    -c group.c -o group.o
>group.c: In function `ldbm_back_group':
>group.c:74: `Member' undeclared (first use this function)
>group.c:74: (Each undeclared identifier is reported only once
>group.c:74: for each function it appears in.)

I've applied a fix to -stable.   If you're not using AnonCVS,
just change the 'Member' to 'member' at line causing the error.

Kurt