From owner-freebsd-current@FreeBSD.ORG Thu Aug 18 05:32:38 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3525716A41F; Thu, 18 Aug 2005 05:32:38 +0000 (GMT) (envelope-from stepan_r@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E64B43D45; Thu, 18 Aug 2005 05:32:37 +0000 (GMT) (envelope-from stepan_r@mail.ru) Received: from [212.44.92.174] (port=34364 helo=[192.168.184.133]) by mx3.mail.ru with esmtp id 1E5d11-0000yh-00; Thu, 18 Aug 2005 09:32:35 +0400 Message-ID: <43041D6F.3000805@mail.ru> Date: Thu, 18 Aug 2005 09:32:31 +0400 From: Stepan Rakhimov User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050722) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Nottebrock , freebsd-current@freebsd.org References: <4300FF21.5000609@mail.ru> <20050815205144.GC2362@odin.ac.hmc.edu> <430397B4.4090604@mail.ru> <200508180602.38366.lofi@freebsd.org> In-Reply-To: <200508180602.38366.lofi@freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: kde applications crash (Was: no permissions to libc.so.x libpthread.so.x and other files) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 05:32:38 -0000 As I've said I have all latest software (kdevelop 3.2.2 and kde 3.4.2) When I've upgraded from 5.3-release to 6-current I did recompile all the ports (it was 4 or 5 months ago) Is it good solution to manually remove such old files like libc.so.5, libpthread.so.1 libc_r.so.5 and make a symlinks to libc.so.6 lipthread.so.2 and libc_r.so.6 respectively? Since kmail works only with libc.so.5 for me, I'm afraid to get it completely broken. Michael Nottebrock wrote: > On Wednesday, 17. August 2005 22:01, Stepan Rakhimov wrote: > >>Thanks for your reply, but lastest investigations showed that Kmail >>craches with libc.so.6 and works with libc.so.5 only. That's why I >>didn't delete the old file as i want to. I think it's not normal >>behaviour, is it a known problem or my kde build's problem? >> >>I have the same problem with Kdevelop, but i cannot use libmap.conf with >>it, ldd says that it is "not a dynamic executable". (Kdevelop's >>backtrace is in attachment) > > > /usr/local/bin/kdevelop is a script, the real executable is kdevelop-bin. The > kdevelop crash also looks somewhat familiar - are you running kdevelop-3.2.0? > If so, consider upgrading to KDE 3.4.2 / KDevelop 3.2.2. > > Also, if you've updated from FreeBSD 5.x to 6-BETA, you might want to > recompile all your installed ports to make sure they all link against the > same system libraries. >