Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: error while loading shared libraries: libstdc++.so.6:
Date: Tue, 02 Jan 2018 18:44:48
Message-Id: p2gjqc$ift$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] error while loading shared libraries: libstdc++.so.6: by thelma@sys-concept.com
1 On 02/01/18 20:14, thelma@×××××××××××.com wrote:
2 > There should be al lot of packages in: /usr/lib
3 > but my dir is almost empty only one file left:
4 >
5 > -rwxr-xr-x 1 root root 53606 Sep 18 2008 libbrcomplpr2.so
6
7 Is there a /usr/lib64? If yes, try:
8
9 mv /usr/lib/libbrcomplpr2.so /usr/lib64/
10 rm -r /usr/lib
11 ln -s /usr/lib64 /usr/lib
12
13 It seems to me you have deleted the /usr/lib symlink somehow. The above
14 commands should restore it and place libbrcomplpr2.so into /usr/lib64.