From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Limpach Subject: Re: openldap needs /lib/tls Date: Fri, 11 Feb 2005 02:30:02 +0000 Message-ID: <3d8eece20502101830174c2134@mail.gmail.com> References: Reply-To: Christian.Limpach@cl.cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: robert Cc: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org On Thu, 10 Feb 2005 07:21:36 +0000 (UTC), robert wrote: > I'm having problems getting openldap to work below is an line from: > > strace service ldap start > > open("/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) > > Has anybody solved this one I would sure like to know. Are you sure this is causing the failure? This seems pretty normal if you have moved /lib/tls out of the way and not updated the ld cache (by running ldconfig). The next line in your strace file should show that it falls back to /lib/libc.so.6 like this: open("/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 It's possible that openldap doesn't work without /lib/tls, but the error above is non-fatal and failure will occur later, if at all. It certainly starts up for me with /lib/tls moved out of the way and I can do slapcat. What distribution are you using? christian ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click