Gentoo Archives: gentoo-user

From: Frank Schwidom <schwidom@×××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Installing 2 version-different libs in the same time
Date: Sat, 16 Feb 2013 08:53:42
Message-Id: 20130216083607.GA11121@BiggerBoxer
1 Hi,
2
3 I have an conflict wth 2 Versions of Readline:
4
5 (sys-libs/readline-5.2_p12-r1::gentoo, installed) pulled in by
6 =sys-libs/readline-5* required by (dev-lang/ghc-6.8.2::gentoo, installed)
7
8 (sys-libs/readline-6.2_p1::gentoo, ebuild scheduled for merge) pulled
9 in by =sys-libs/readline-6.2_p1
10
11 Is ts possible to install both libraries in the same time?
12
13 It seems, that the lib-system is prepared for such situations,
14 because this links allows to define defaults for different
15 version stages.
16
17 lrwxrwxrwx 1 root root 16 15. Jul 2010 libreadline.so -> libreadline.so.5
18 lrwxrwxrwx 1 root root 18 15. Jul 2010 libreadline.so.5 -> libreadline.so.5.2
19 -r-xr-xr-x 1 root root 201668 6. Dez 2008 libreadline.so.5.2
20
21 Here could exist an further lib.
22
23 The question ist, how knows an program, to use which lib.
24
25 Can i compile an new program, which uses an explicit new lib, and
26 keep the default-definition of the readline libs untouched?
27
28 Have I any chance to solve this problem without loosing one lib?
29
30 Regards

Replies

Subject Author
Re: [gentoo-user] Installing 2 version-different libs in the same time Kerin Millar <kerframil@×××××××××××.uk>