From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-102768-garchives=archives.gentoo.org@lists.gentoo.org>) id 1N3zOF-00022H-U9 for garchives@archives.gentoo.org; Fri, 30 Oct 2009 21:52:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA51FE08AD; Fri, 30 Oct 2009 21:52:10 +0000 (UTC) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by pigeon.gentoo.org (Postfix) with ESMTP id AD8E6E08AD for <gentoo-user@lists.gentoo.org>; Fri, 30 Oct 2009 21:52:10 +0000 (UTC) Received: by ywh29 with SMTP id 29so3078360ywh.32 for <gentoo-user@lists.gentoo.org>; Fri, 30 Oct 2009 14:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=b0cB2HrCKI+n95OunbNeFFD3P2IwTZKaKVHEaLTAhZY=; b=L1Vurf1FVVBcyl2lBJAgAGwuJNZ6TZ35yIAxFiEiyXjbfqbwsp9LSfaam7imBBc1A5 yB1awMZXFrKW4mAbfef1gvsDOHhWyCB90Gn3uBsyii/2WZYou6L1gicste2WcwPiLr4v xurB3vrK4jGJkcHK8A83DuAIYRD5egQtFylL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JCOW59k8+xl96xB4qwRN/Yu4z/t/Swp/ygjq+Bq1vJeeeggk42N7I0M8PayTGkHwVJ BO3/twoP3ruNZ8kaBuO9dvPatvgnq/SNXyHwExyX1O4tL26y4T/FR/PBMZOZlcFQ3Mdc bJ2kxh4/TDk5194i65n4JR4miSML8nsDDfvOM= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.101.6.23 with SMTP id j23mr2351835ani.142.1256939530408; Fri, 30 Oct 2009 14:52:10 -0700 (PDT) In-Reply-To: <d6e18b8f0910300701q3cc16bdewc2d0fbd1d154acaa@mail.gmail.com> References: <d6e18b8f0910300701q3cc16bdewc2d0fbd1d154acaa@mail.gmail.com> Date: Fri, 30 Oct 2009 14:52:10 -0700 Message-ID: <854dca5c0910301452r78c1762dvbbd4748f7c602805@mail.gmail.com> Subject: Re: [gentoo-user] Installing an old glibc to run a proprietary commercial tool (would that even help?) From: Kyle Bader <kyle.bader@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 57aa2cf1-6c9e-4e01-a10f-04ad0bb6b419 X-Archives-Hash: 57c25caeaf09eca7108a32b25732e90e Avoiding 1, 2, and 3 but thought I'd propose a 4 other than a virtual machine. Ask the vendor if they can provide a statically compiled version, that way you don't have to worry about libc. I dunno how flexible the vendor is but its worth asking :) On 10/30/09, Duncan Smith <duncanphilipnorman@gmail.com> wrote: > The company I work for is using gentoo on all its machines. We just > got a license to a commercial tool which does not support gentoo. The > closest thing it supports is RHEL v4. > > Running any command provided by the tool results in an explosive > memory leak (virtual memory hits 400G in 1 second, and continues to > climb). > > I suspect the problem is that RHEL v4 uses =sys-libs/glibc-2.3.4, > whereas we have =sys-libs/glibc-2.9_p20081201-r2 installed. > > I have three questions: > 1. Am I posting to the right list? > 2. Any idea what's going on? Could it be something other than glibc > causing the problem? > 3. If it is glibc, is there some way to install glibc slotted? Could > I install an old version of glibc to some other lib folder (like > /opt/lib64), and then use LD_LIBRARY_PATH somehow to get the tool to > look there first? How? > > Thanks for any help or ideas. > > Duncan > > P.S. In case it's useful, here is the output of ldd: > linux-vdso.so.1 => (0x00007fff9e3ff000) > libncurses.so.5 => /lib/libncurses.so.5 (0x00007f49c871b000) > libresolv.so.2 => /lib/libresolv.so.2 (0x00007f49c8503000) > libm.so.6 => /lib/libm.so.6 (0x00007f49c827e000) > libdl.so.2 => /lib/libdl.so.2 (0x00007f49c807a000) > libc.so.6 => /lib/libc.so.6 (0x00007f49c7d07000) > /lib64/ld-linux-x86-64.so.2 (0x00007f49c897a000) > > -- Sent from my mobile device Kyle