Gentoo Archives: gentoo-user

From: Kyle Bader <kyle.bader@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Installing an old glibc to run a proprietary commercial tool (would that even help?)
Date: Fri, 30 Oct 2009 21:52:12
Message-Id: 854dca5c0910301452r78c1762dvbbd4748f7c602805@mail.gmail.com
In Reply to: [gentoo-user] Installing an old glibc to run a proprietary commercial tool (would that even help?) by Duncan Smith
1 Avoiding 1, 2, and 3 but thought I'd propose a 4 other than a virtual
2 machine. Ask the vendor if they can provide a statically compiled
3 version, that way you don't have to worry about libc. I dunno how
4 flexible the vendor is but its worth asking :)
5
6 On 10/30/09, Duncan Smith <duncanphilipnorman@×××××.com> wrote:
7 > The company I work for is using gentoo on all its machines. We just
8 > got a license to a commercial tool which does not support gentoo. The
9 > closest thing it supports is RHEL v4.
10 >
11 > Running any command provided by the tool results in an explosive
12 > memory leak (virtual memory hits 400G in 1 second, and continues to
13 > climb).
14 >
15 > I suspect the problem is that RHEL v4 uses =sys-libs/glibc-2.3.4,
16 > whereas we have =sys-libs/glibc-2.9_p20081201-r2 installed.
17 >
18 > I have three questions:
19 > 1. Am I posting to the right list?
20 > 2. Any idea what's going on? Could it be something other than glibc
21 > causing the problem?
22 > 3. If it is glibc, is there some way to install glibc slotted? Could
23 > I install an old version of glibc to some other lib folder (like
24 > /opt/lib64), and then use LD_LIBRARY_PATH somehow to get the tool to
25 > look there first? How?
26 >
27 > Thanks for any help or ideas.
28 >
29 > Duncan
30 >
31 > P.S. In case it's useful, here is the output of ldd:
32 > linux-vdso.so.1 => (0x00007fff9e3ff000)
33 > libncurses.so.5 => /lib/libncurses.so.5 (0x00007f49c871b000)
34 > libresolv.so.2 => /lib/libresolv.so.2 (0x00007f49c8503000)
35 > libm.so.6 => /lib/libm.so.6 (0x00007f49c827e000)
36 > libdl.so.2 => /lib/libdl.so.2 (0x00007f49c807a000)
37 > libc.so.6 => /lib/libc.so.6 (0x00007f49c7d07000)
38 > /lib64/ld-linux-x86-64.so.2 (0x00007f49c897a000)
39 >
40 >
41
42 --
43 Sent from my mobile device
44
45
46 Kyle

Replies