RE: OpenLDAP doesn't start

2005-01-29 Thread Kvesdn Gbor
Hello,

Thanks a lot, You're right, I installed the OpenLDAP with SASL, but I've
reinstalled without the WITH_SASL macro, and it is working now. I'm going to
use the LDAP server only from localhost for mail authentication, thus I
don't think, I'll need the SASL support in this case.

Cheers,

Gbor Kvesdn

-Original Message-
From: Jonathan Chen [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 28, 2005 8:18 PM
To: K?vesd?n G?bor
Cc: freebsd-questions@freebsd.org
Subject: Re: OpenLDAP doesn't start

What's happened here is that prior to you installing OpenLDAP+SASL,
you installed a port which used LDAP and brought in a dependancy on
OpenLDAP *without* SASL (eg: KDE). The thing to do now is to rebuild
all ports which depend on LDAP so that it now depends on
OpenLDAP+SASL.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  If you're right 90% of the time, why quibble about the remaining 3%?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenLDAP doesn't start

2005-01-28 Thread simon butsana
Hi, 
 
Try install from source tar.gz ball.
 
Simon

Kövesdán Gábor [EMAIL PROTECTED] wrote:
Hello,

when I try to start the slapd daemon, it fails with this error message:

/libexec/ld-elf.so.1: /usr/local/libexec/slapd: Undefined symbol
ldap_pvt_sasl_mutex_new

I installed it from FreeBSD ports collection, and I rebuilt my library cache
with ldconfig, but this error is still exist. What can I do now?

Cheers,

Gábor Kövesdán

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
 Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: OpenLDAP doesn't start

2005-01-28 Thread Kvesdn Gbor

Hi,

I've tried since the previous post, but it fails due to the bdb.
Some ports have installed different bdb versions as a dependency, but now
there's only one bdb installed, I've removed the older versions. The
configure script wrote this:

configure: error: BDB/HDB: BerkeleyDB version incompatible

Anyway, I don't know, what hdb is.

Cheers,

Gbor Kvesdn


From: simon butsana [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 28, 2005 2:04 PM
To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Subject: Re: OpenLDAP doesn't start

Hi, 

Try install from source tar.gz ball.

Simon

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: OpenLDAP doesn't start

2005-01-28 Thread simon butsana
Hi,
 
Please check the link 
http://www.freebsd.org/cgi/ports.cgi?query=OpenLDAPstype=all
 
Locate all required dependant packages and install them all from source .tar.gz
 
Simon

Kövesdán Gábor [EMAIL PROTECTED] wrote:

Hi,

I've tried since the previous post, but it fails due to the bdb.
Some ports have installed different bdb versions as a dependency, but now
there's only one bdb installed, I've removed the older versions. The
configure script wrote this:

configure: error: BDB/HDB: BerkeleyDB version incompatible

Anyway, I don't know, what hdb is.

Cheers,

Gábor Kövesdán


From: simon butsana [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 28, 2005 2:04 PM
To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Subject: Re: OpenLDAP doesn't start

Hi, 
 
Try install from source tar.gz ball.
 
Simon

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


-
 Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OpenLDAP doesn't start

2005-01-28 Thread Jonathan Chen
On Fri, Jan 28, 2005 at 01:59:33PM +0100, K?vesd?n G?bor wrote:
 Hello,
 
 when I try to start the slapd daemon, it fails with this error message:
 
 /libexec/ld-elf.so.1: /usr/local/libexec/slapd: Undefined symbol
 ldap_pvt_sasl_mutex_new

What's happened here is that prior to you installing OpenLDAP+SASL,
you installed a port which used LDAP and brought in a dependancy on
OpenLDAP *without* SASL (eg: KDE). The thing to do now is to rebuild
all ports which depend on LDAP so that it now depends on
OpenLDAP+SASL.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  If you're right 90% of the time, why quibble about the remaining 3%?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]