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

Re: no version of ldap seems to compile on Linux "Out-of-the box"



Richard Hector wrote:

> > that should fix it for you, let me know if it doesn't...
>
> It doesn't. (I was using Make-common.gmake anyway)
>
> This last time, I used Make-common.gmake with no modifications.
> Previously, I had changed the locations for vi and finger (from
> /usr/ucb/ to /usr/bin/).
>
> Also, I have tried on various occasions changing the other bit I
> mentioned in my original post:
>
> ifndef LDAP_ETCDIR
> LDAP_RUNDIR= $(LDAP_ETCDIR)
> endif
>
> Which makes more sense to me as:
>
> ifndef LDAP_RUNDIR
> LDAP_RUNDIR= $(LDAP_ETCDIR)
> endif
>
> But that didn't seem to make any difference either.
>
> Following Daryl Biberdorf's example of make 2>make.out, I got exactly
> the same results as he did (which I won't bother to repost; hopefully
> you've got it).
>
> Many thanks,
>
> Richard Hector
>

you were the one using Slackware 3.4 right? as I said previously it compiled
fine for me as soon as I stopped compiling using Make-common.dist (after running
make veryclean)