All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luciano Miguel Ferreira Rocha <strange@nsk.no-ip.org>
To: xen-devel@lists.sourceforge.net
Subject: Re: openldap needs /lib/tls
Date: Fri, 11 Feb 2005 10:06:28 +0000	[thread overview]
Message-ID: <20050211100628.GA32157@nsk.no-ip.org> (raw)
In-Reply-To: <3d8eece20502101830174c2134@mail.gmail.com>

On Fri, Feb 11, 2005 at 02:30:02AM +0000, Christian Limpach wrote:
> On Thu, 10 Feb 2005 07:21:36 +0000 (UTC), robert <robert@hodman.net> 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.

FC3 OpenLDAP doesn't work with either bdb or ldbm. I had to compile from
source to use gdbm.

Some problem with futex, I think.

Regards,
Luciano Rocha


-------------------------------------------------------
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

  reply	other threads:[~2005-02-11 10:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-10  7:21 openldap needs /lib/tls robert
2005-02-11  2:30 ` Christian Limpach
2005-02-11 10:06   ` Luciano Miguel Ferreira Rocha [this message]
2005-02-11 17:57     ` Christian Limpach
  -- strict thread matches above, loose matches on Subject: below --
2005-02-11  2:00 Ian Pratt
2005-02-11 10:09 Neugebauer, Rolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050211100628.GA32157@nsk.no-ip.org \
    --to=strange@nsk.no-ip.org \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.