WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] openldap needs /lib/tls

To: robert <robert@xxxxxxxxxx>
Subject: Re: [Xen-devel] openldap needs /lib/tls
From: Christian Limpach <christian.limpach@xxxxxxxxx>
Date: Fri, 11 Feb 2005 02:30:02 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 11 Feb 2005 02:32:12 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=FTE+Lcu04OZFJ+QQqy2uaSpXFOesSgAgAKVGJ+fdtEziM/ibCS2/7yHM6fipChdM7TxTBUPMfKONx0C1BHCEahet8wH0UH7hahULmfXT+rBLKR248omryi6Q7WQEexyZrK6YwaGydISt/6/YNxDEvh8pY55sIfZjSLcW3VHZ358=
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <loom.20050210T081412-790@xxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <loom.20050210T081412-790@xxxxxxxxxxxxxx>
Reply-to: Christian.Limpach@xxxxxxxxxxxx
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On Thu, 10 Feb 2005 07:21:36 +0000 (UTC), robert <robert@xxxxxxxxxx> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>