Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Re: Kdelibs configure error Jacques Montier <jmontier@×××××.com>