Gentoo Archives: gentoo-user

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