tir, 07.06.2005 kl. 01.45 skrev Andreas: > >> amd:~ # telnet localhost 389 > >> Trying 127.0.0.1... > >> telnet: connect to address 127.0.0.1: Connection refused > >> Trying ::1... > >> telnet: connect to address ::1: Connection refused > > > > slapd is not running, check your logs. > > > > --Tonni > > I didn't found any logfile about openldap in my /etc/openldap folder and > over > "files searching" in the konqueror. > Thats my openldap folder:
slapd will output to logfacility local4. By default that will go to syslog, under Linux that's /var/log/messages. Many people edit syslog.conf to output local4 logging to another file - I use /var/log/slapd.log. How to do this: man syslog.conf, edit syslog.conf to output to a new log, kill -HUP syslogd. slapd logs at loglevel 256, which should go far in telling you why slapd is not running. --Tonni > amd:/etc/openldap # ls > DomainAdmins.ldif DomainUsers.ldif ldap.conf.default schema > slapd.conf.default > .. DomainGuests.ldif ldap.conf nobody.ldif slapd.conf > structure.ldif > > I think, he is not complete? > So, I donwloaded openldap-2.2.26.tgz, unpacked it, openldap-2.2.26, > ./configure OK, without configure: error: BDB/HDB: BerkeleyDB not > available, > > but make depend or make not: > amd:/openldap-2.2.24 # make > make: *** No targets specified and no makefile found. > Stop > There were the same errors at three other versions, downloaded .tgzs: > stable, release, 2.2.26 versions. > In my apache logfile, I have other errormessages, Is there a hardwarefault? > /usr/local/apache2/logs/error_log: > [Mon Jun 06 00:05:24 2005] [notice] child pid 5055 exit signal > Segmentation fault (11) > [Mon Jun 06 00:05:25 2005] [notice] child pid 5056 exit signal > Segmentation fault (11) > [Mon Jun 06 00:05:25 2005] [notice] child pid 5057 exit signal > Segmentation fault (11) > > Best regards and many thanks > Andreas -- mail: [EMAIL PROTECTED] http://www.billy.demon.nl -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
