I got the sources (2.2.8), compiled and installed OpenLDAP in RedHat Enterprise Linux 5 ( 64-bit.) (I also got the sources and compiled BerkeleyDB 4.6)
Now, I am trying to start the server. I don't get any error message in the console.
In Ubuntu, the errors would show up in /var/log/syslog
Where could I find what is wrong when I invoke slapd? Where do the errors get logged ?
--On Thursday, July 31, 2008 10:14 AM -0400 Jorge Medina jmedina@e-dialog.com wrote:
I got the sources (2.2.8), compiled and installed OpenLDAP in RedHat Enterprise Linux 5 ( 64-bit.) (I also got the sources and compiled BerkeleyDB 4.6)
2.2.8? The latest release is 2.4.11.
Try starting slapd with slapd -d -1 to see why it is unhappy.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Oops, yes. I meant 2.4.11 Thanks for the options on calling slapd. It complains that TLS is not supported; my RHEL comes with openssl installed but not with the openssl-devel package. I'll try to build again after installing the openssl-devel package.
-----Original Message----- From: Quanah Gibson-Mount [mailto:quanah@zimbra.com] Sent: Thursday, July 31, 2008 1:06 PM To: Jorge Medina; openldap-software@openldap.org Subject: Re: slapd does not start, where do I find the error?
--On Thursday, July 31, 2008 10:14 AM -0400 Jorge Medina jmedina@e-dialog.com wrote:
I got the sources (2.2.8), compiled and installed OpenLDAP in RedHat Enterprise Linux 5 ( 64-bit.) (I also got the sources and compiled BerkeleyDB 4.6)
2.2.8? The latest release is 2.4.11.
Try starting slapd with slapd -d -1 to see why it is unhappy.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
That solved the problem. I wonder why the "configure" step did not complain about the missing libraries.
I got the server running using ldaps after installing openssl-devel RPM package and all its dependencies, recompiling OpenLDAP and reinstalling.
-----Original Message----- From: openldap-software-bounces+jmedina=e-dialog.com@OpenLDAP.org [mailto:openldap-software-bounces+jmedina=e-dialog.com@OpenLDAP.org] On Behalf Of Jorge Medina Sent: Thursday, July 31, 2008 4:59 PM To: openldap-software@openldap.org Subject: RE: slapd does not start, where do I find the error?
Oops, yes. I meant 2.4.11 Thanks for the options on calling slapd. It complains that TLS is not supported; my RHEL comes with openssl installed but not with the openssl-devel package. I'll try to build again after installing the openssl-devel package.
-----Original Message----- From: Quanah Gibson-Mount [mailto:quanah@zimbra.com] Sent: Thursday, July 31, 2008 1:06 PM To: Jorge Medina; openldap-software@openldap.org Subject: Re: slapd does not start, where do I find the error?
--On Thursday, July 31, 2008 10:14 AM -0400 Jorge Medina jmedina@e-dialog.com wrote:
I got the sources (2.2.8), compiled and installed OpenLDAP in RedHat Enterprise Linux 5 ( 64-bit.) (I also got the sources and compiled BerkeleyDB 4.6)
2.2.8? The latest release is 2.4.11.
Try starting slapd with slapd -d -1 to see why it is unhappy.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Jorge Medina wrote:
That solved the problem. I wonder why the "configure" step did not complain about the missing libraries.
It did, but only with a warning. You probably ignored it.
I got the server running using ldaps after installing openssl-devel RPM package and all its dependencies, recompiling OpenLDAP and reinstalling.
-----Original Message----- From: openldap-software-bounces+jmedina=e-dialog.com@OpenLDAP.org [mailto:openldap-software-bounces+jmedina=e-dialog.com@OpenLDAP.org] On Behalf Of Jorge Medina Sent: Thursday, July 31, 2008 4:59 PM To: openldap-software@openldap.org Subject: RE: slapd does not start, where do I find the error?
Oops, yes. I meant 2.4.11 Thanks for the options on calling slapd. It complains that TLS is not supported; my RHEL comes with openssl installed but not with the openssl-devel package. I'll try to build again after installing the openssl-devel package.
-----Original Message----- From: Quanah Gibson-Mount [mailto:quanah@zimbra.com] Sent: Thursday, July 31, 2008 1:06 PM To: Jorge Medina; openldap-software@openldap.org Subject: Re: slapd does not start, where do I find the error?
--On Thursday, July 31, 2008 10:14 AM -0400 Jorge Medina jmedina@e-dialog.com wrote:
I got the sources (2.2.8), compiled and installed OpenLDAP in RedHat Enterprise Linux 5 ( 64-bit.) (I also got the sources and compiled BerkeleyDB 4.6)
2.2.8? The latest release is 2.4.11.
Try starting slapd with slapd -d -1 to see why it is unhappy.
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc
Zimbra :: the leader in open source messaging and collaboration
On Thursday 31 July 2008 22:59:21 Jorge Medina wrote:
Oops, yes. I meant 2.4.11 Thanks for the options on calling slapd. It complains that TLS is not supported; my RHEL comes with openssl installed but not with the openssl-devel package.
devel packages usually aren't installed by default ...
I'll try to build again after installing the openssl-devel package.
You can also consider the 2.4.11 packages I provide:
http://staff.telkomsa.net/packages/rhel5/openldap/
See the repo file for some information on how to install: http://staff.telkomsa.net/packages/OpenLDAP.repo
Regards, Buchan
openldap-software@openldap.org