Subject: Re: openldap
To: Keith Mastin <kmastin@beechtree.ca>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 09/05/2002 08:19:06
On Thu, 5 Sep 2002, Keith Mastin wrote:
> reference to bind. I'm hoping this is not bind as in dns bind, but bind as
> in ldap_bind. I don't run dns on this machine, and if I were going to, I
man bind
(It can be used for network socket programming.)
> How do I pursue err no. 48?
See /usr/include/sys/errno.h.
48 just means
[EADDRINUSE] The specified address is already in use.
So some other software is already listening. (Or slapd is already
running.)
netstat -an | grep 398
fstat | egrep 'internet.*:389'
(I think 389 is right port.)
Good luck,
Jeremy C. Reed
http://www.reedmedia.net/