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

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



Jared Mauch wrote:
> 
>         Which one are you using? (ldap that is, path to tarfile,
> etc.. is useful).
> 
> On Thu, Sep 24, 1998 at 02:16:43PM -0700, Blake Binkley wrote:
> > is this because it hasn't been attempted for a long time on a fresh
> > verion of linux? I have 5 linux boxes at various companies spanning 3
> > versions of linux and 2 distributions..
> >
> > current machines attempted compilation on:
> >
> > P2-233 Slackware 3.5     linux 2.0.33
> > P2-300 Slackware 3.5    linux 2.0.34
> > k6-233 Slackware 3.5    linux 2.0.35
> > K6-233 Redhat 5.1        linux 2.0.35
> > P5-100 Redhat 5.1        linux 2.0.35
> >
> > I am more than willing to admit that "I am doing something wrong" but
> > what?
> >
> 

Hi, I don't know if Blake answered this (I haven't seen it) but I can't
compile either.

I was using Slackware 3.4 with kernel 2.0.33 (I think) and have now
reinstalled with Slackware 3.5 (kernel 2.0.34).

I'm using OpenLDAP 1.0.1.

The results of the make go past a bit quick for me to read, and I'm not
sure of the best way to capture it all, but it seems to start with heaps
of "parse errors".

The other thing I thought was interesting (note I'm new to makefiles; I
look at them and have a guess at what they mean :-) was in the
Make-common(.gmake):

ifndef LDAP_ETCDIR
LDAP_RUNDIR= $ (LDAP_ETCDIR)
endif

If LDAP_ETCDIR is undefined, how can we use it to set LDAP_RUNDIR? I
would have thought that the first line should be "ifndef LDAP_RUNDIR"

Is that assumption correct?

Many thanks,

Richard Hector