From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 21 May 2006 15:12:13 +0400 From: "Alexey M. Tourbin" To: devel@lists.altlinux.org Message-ID: <20060521111213.GB19459@basalt.office.altlinux.org> References: <20060521105622.GA19459@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060521105622.GA19459@basalt.office.altlinux.org> Subject: Re: [devel] very bad X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 May 2006 11:12:13 -0000 Archived-At: List-Archive: List-Post: On Sun, May 21, 2006 at 02:56:22PM +0400, Alexey M. Tourbin wrote: > While getting prepared for dist-upgrade... > > $ sudo rpm -ev glibc-core-i686 > $ sync > zsh: segmentation fault sync > $ sudo ldconfig > zsh: segmentation fault sudo ldconfig > $ > > Nothing really works. :( $ cd /lib/i686 $ ls ls: relocation error: /lib/i686/librt.so.1: symbol __pthread_clock_settime, version GLIBC_PRIVATE not defined in file libpthread.so.0 with link time reference $ LD_LIBRARY_PATH=/usr/lib/debug ls -1 ld-2.3.5.so ld-linux.so.2 libanl-2.3.5.so libanl.so.1 libc-2.3.5.so libc.so.6 libcidn-2.3.5.so libcidn.so.1 libcrypt-2.3.5.so libcrypt.so.1 libdl-2.3.5.so libdl.so.2 libm-2.3.5.so libm.so.6 libresolv-2.3.5.so libresolv.so.2 librt-2.3.5.so librt.so.1 libutil-2.3.5.so libutil.so.1 tls $ LD_LIBRARY_PATH=/usr/lib/debug rpm -q glibc-core glibc-core-2.3.6-alt4 $ LD_LIBRARY_PATH=/usr/lib/debug sudo find.static -delete zsh: segmentation fault LD_LIBRARY_PATH=/usr/lib/debug sudo find.static -delete $ Oh my sudo is broken too and I can't pass LD_LIBRARY_PATH for setuid executables...