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

slapd on Solaris 8?? (ITS#1159)



Full_Name: Loren Bandiera
Version: 2.0.9-Release
OS: Solaris 2.8
URL: 
Submission from: (NULL) (24.42.105.22)



I downloaded and I compiled openldap 2.0.9-Release on Solaris 2.8.  I compiled
it like this:

env CPPFLAGS="-I/usr/local/include -I/usr/local/ssl/include
-I/usr/local/BerkeleyDB.3.2/include" \
    LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib
-L/usr/local/BerkeleyDB.3.2/lib" \
    ./configure --sysconfdir=/etc

Everything seemed to compile fine.  I'm using gcc 2.95.3.  However when I tried
and load slapd, it just dies right away.  In debug mode it tells me:

@(#) $OpenLDAP: slapd 2.0.9-Release (Mon May 21 17:00:45 EDT 2001) $
        root@death:/opt/src/openldap-2.0.9/servers/slapd
daemon_init: listen on ldap:///
daemon_init: 1 listeners to open...
ldap_url_parse_ext(ldap:///)
daemon: initialized ldap:///
daemon_init: 1 listeners opened
slapd init: initiated server.
/etc/openldap/schema/core.schema: line 29: Unknown error: "( 2.5.18.1 NAME
'createTimestamp'
EQUALITY generalizedTimeMatch ORDERING generalizedTimeOrderingMatch SYNTAX
1.3.6.1.4.1.1466.115.121.1.24
SINGLE-VALUE NO-USER-MODIFICATION USAGE directoryOperation )"
slapd shutdown: freeing system resources.
slapd stopped.
connections_destory: nothing to destory

If I comment out that line in the core.schema, it just complains about the next
one.  

I couldn't find any information about what might be causing this.