Date: Thu, 1 Jun 2006 12:22:10 +0200 From: Reinhard Weismann <tequnix@callooh.com> To: Jon Falconer <jfalconer@puc.edu> Cc: questions@freebsd.org Subject: Re: openldap-2.3 won't start on a 6.1R system Message-ID: <20060601122210.5f074987@jadzia.intern.creative.co.at> In-Reply-To: <Pine.BSI.4.05L.10605221446430.1211-100000@ecf2.puc.edu> References: <Pine.BSI.4.05L.10605221446430.1211-100000@ecf2.puc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
had the same problem, went away after disabling WITH_SHELL, there also seems to be a related entry in /usr/ports/UPDATING: [..] 20060526: AFFECTS: users of net/openldap23-server AUTHOR: delphij@FreeBSD.org The setting of SHELL backend has been inverted to off by default, because of the side effect it can cause. ... ... You are advised to do a "make config" in the net/openldap23-server directory *before* upgrading. [..] lg, ~reinhard Am Mon, 22 May 2006 15:23:53 -0700 (PDT) schrieb Jon Falconer <jfalconer@puc.edu>: > Greetings, > > I had a server running FreeBSD 6.0 Release with openldap 2.3.20 running > fine (along with postfix, cyrus-sasl, courier-imap, bdb-4.3, etc.) I > needed to move the system to new hardware, so I rebuild it using 6.1 > Release. The ports tree has been updated so openldap 2.3.23 is current. > After building and installing this port, and copying my config files from > my 6.0 system, openldap server will not start. It silently quits with no > error or log entries when run using /usr/local/etc/rc.d/slapd start. > > However typing: > /usr/local/libexec/slapd -Tt > > yields: > /libexec/ld-elf.so.1: /usr/local/lib/libldap_r-2.3.so.2: Undefined symbol > "pthread_getconcurrency" > > My build options for openldap are: > > %cat /var/db/ports/openldap23/options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for openldap-server-2.3.23 > _OPTIONS_READ=openldap-server-2.3.23 > WITH_SASL=true > WITHOUT_PERL=true > WITH_SHELL=true > WITHOUT_ODBC=true > WITHOUT_SLP=true > WITHOUT_SLAPI=true > WITH_TCP_WRAPPERS=true > WITH_BDB=true > WITHOUT_ACCESSLOG=true > WITHOUT_AUDITLOG=true > WITHOUT_DENYOP=true > WITHOUT_DYNGROUP=true > WITHOUT_DYNLIST=true > WITHOUT_LASTMOD=true > WITHOUT_PPOLICY=true > WITHOUT_PROXYCACHE=true > WITHOUT_REFINT=true > WITHOUT_RETCODE=true > WITHOUT_RWM=true > WITHOUT_SYNCPROV=true > WITHOUT_TRANSLUCENT=true > WITHOUT_UNIQUE=true > WITHOUT_VALSORT=true > WITHOUT_ACI=true > WITH_DYNAMIC_BACKENDS=true > % > > I don't know if this is a problem with the db43 library or something else. > Any pointers are welcome. > > Thanks, > > Jon > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- reinhard weismann creative media gmbh ditscheinergasse 4/3, a-1030 vienna t: +43 1 7150227 74 f: +43 1 7150227 99 http://www.creative.co.at
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060601122210.5f074987>