Gentoo Archives: gentoo-user

From: Jacques Montier <jmontier@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: Kdelibs configure error
Date: Wed, 01 May 2013 15:07:57
Message-Id: CAHVEG0CWOrWJ4Fx7BZnDya-1VOuQKBZBKb1pLLS7vFqx-oezow@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Kdelibs configure error by Marc Joliet
1 2013/5/1 Marc Joliet <marcec@×××.de>
2
3 > Am Wed, 1 May 2013 16:05:25 +0200
4 > schrieb Jacques Montier <jmontier@×××××.com>:
5 >
6 > > Me again,
7 > >
8 > > I think this error is due to the /usr/local/lib symlink -> /usr/lib64.
9 > > Some days ago, i upgraded to baselayout-2.2.
10 > > The compile logs said :
11 > > "Your system profile has SYMLINK_LIB=yes, so that means you need to
12 > > have these paths configured as follows:
13 > > symlinks to 'lib64': /usr/local/lib"
14 > >
15 > > So, i symlinked /usr/local/lib -> /usr/lib64.
16 > >
17 > > What is wrong to do that ?
18 > >
19 > > I deleted the symlink and now kdelibs configure works fine.
20 >
21 > It's good that you figured it out :) .
22 >
23 > > What's your advice ?
24 >
25 > You were supposed to:
26 >
27 > 1. move /usr/local/lib to /usr/local/lib64
28 > 2. create a /usr/local/lib symlink that points to /usr/local/lib64
29 >
30 > This is exactly like how /usr/lib points to /usr/lib64 and /lib points
31 > to /lib64:
32 >
33 > $ ls -lhd {,/usr,/usr/local}/lib
34 > lrwxrwxrwx 1 root root 5 11. Jan 11:41 /lib -> lib64
35 > lrwxrwxrwx 1 root root 6 10. Sep 2007 /usr/lib -> lib64/
36 > lrwxrwxrwx 1 root root 5 22. Mai 2012 /usr/local/lib -> lib64
37 >
38 > > thanks a lot,
39 > >
40 > > Cheers,
41 > >
42 > > --
43 > > Jacques
44 >
45 > HTH
46 > --
47 > Marc Joliet
48 > --
49 > "People who think they know everything really annoy those of us who know we
50 > don't" - Bjarne Stroustrup
51 >
52
53
54
55 Sorry for top-posting... :-(
56
57 --
58 Jacques