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

OPENLDAP_REL_ENG_2 doesn't build (ITS#977)



Full_Name: Mike Schiraldi
Version: OPENLDAP_REL_ENG_2
OS: RHL 7.0
URL: 
Submission from: (NULL) (216.168.254.240)


This is my first time playing with OPENLDAP_REL_ENG_2, so maybe i'm missing some
command unique to this branch, but fresh off CVS i do ./configure && make depend
&& make, and make fails:

cc -g -O2 -I../../include -I../../include -L[blah] -o [blah] libbackends.a
-l[blah] @SLAPD_PERL_LDFLAGS@ -l[blah] -pthread
cc: @SLAPD_PERL_LDFLAGS@: No such file or directory
make[2]: *** [slapd] Error 1
make[2]: Leaving directory
`/home/raldi/src/openldap/OPENLDAP_REL_ENG_2/servers/slapd'

I suppose i'll set SLAPD_PERL_LDFLAGS to the null string and try again.