Hello,
Due to a disk crash I've updated my server to Redhat 9.0 and I
reinstall openldap (2.0.7)
but I have a problem that I haven't got before (on RedHat 7.3) :
I compile with this line :
CPPFLAGS="-I/usr/local/logiciels/BerkeleyDB/include"
LDFLAGS="-L/usr/local/logiciels/BerkeleyDB/lib"
./configure --with-threads --with-readline --enable-syslog
--enable-aci --with-ldbm-api=berkeley
--prefix=/usr/local/logiciels/openldap-2.0.7
I run slapd and reimport my ldif file but when I do an ldap resquest
it is rather slow.
When I do 'ps -auxw | grep slapd' , I see only one process slapd but
on redhat 7.3
I had many slapd process.
So I increase 'threads' in slapd.conf but I still have one process
running.
Anyone has got an idea ?
thanks