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

Re: Errors



> I am trying to install openldap for the first time.  Here are the errors I
> am getting when I try to run it.  Any ideas???
> 
> mail:/usr/local/etc/openldap# su root -c
> '/usr/local/etc/openldap/slapd.corey'
> /usr/local/etc/openldap/slapd.corey: include: command not found
> /usr/local/etc/openldap/slapd.corey: include: command not found
> /usr/local/etc/openldap/slapd.corey: schemacheck: command not found
> /usr/local/etc/openldap/slapd.corey: referral: command not found
> /usr/local/etc/openldap/slapd.corey: pidfile: command not found
> /usr/local/etc/openldap/slapd.corey: argsfile: command not found
> /usr/local/etc/openldap/slapd.corey: database: command not found
> /usr/local/etc/openldap/slapd.corey: suffix: command not found
> /usr/local/etc/openldap/slapd.corey: directory: command not found
> /usr/local/etc/openldap/slapd.corey: rootdn: command not found
> /usr/local/etc/openldap/slapd.corey: rootpw: command not found
> /usr/local/etc/openldap/slapd.corey: index: command not found
> /usr/local/etc/openldap/slapd.corey: index: command not found
> /usr/local/etc/openldap/slapd.corey: index: command not found
> /usr/local/etc/openldap/slapd.corey: defaultaccess: command not found
> /usr/local/etc/openldap/slapd.corey: access: command not found
> /usr/local/etc/openldap/slapd.corey: by: command not found
> /usr/local/etc/openldap/slapd.corey: by: command not found
> /usr/local/etc/openldap/slapd.corey: by: command not found
> 
> Thanks  Corey
> 
> 

Ah, you just tried to execute your slapd.conf file.  Interesting concept,
but you'll have more success with something like:

/usr/local/libexec/slapd -f /usr/local/etc/openldap/slapd.corey

Randy