From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27298 invoked by alias); 9 Apr 2010 16:00:08 -0000 Received: (qmail 26768 invoked by uid 48); 9 Apr 2010 15:59:55 -0000 Date: Fri, 09 Apr 2010 16:00:00 -0000 Message-ID: <20100409155955.26767.qmail@sourceware.org> From: "vas dot gurevich at gmail dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20100108183822.11149.vas.gurevich@gmail.com> References: <20100108183822.11149.vas.gurevich@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/11149] ldconfig - auxiliary cache does not work properly with -r option X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00108.txt.bz2 ------- Additional Comments From vas dot gurevich at gmail dot com 2010-04-09 15:59 ------- I use maemo SDK+. It does not use chroot. I launch ldconfig -r /our_new_root. It finds link to /lib/ourlib inside /our_new_root and tries to stat /lib/ourlib. But we specify -r /our_new_root. So it shall stat /our_new_root/lib/ourlib according to -r options. My patch provides this functionality. Thank you. -- What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW http://sourceware.org/bugzilla/show_bug.cgi?id=11149 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.