Gentoo Archives: gentoo-amd64

From: Piotr Pruszczak <p.pruszczak@××××××××.pl>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Re: problems with emerging programs
Date: Mon, 25 Sep 2006 20:32:56
Message-Id: 45183C63.6010705@pro.onet.pl
In Reply to: Re: [gentoo-amd64] Re: problems with emerging programs by Patric Douhane
1 try to :
2
3 check IF you have /lib6464 directory if NOT :
4
5 dive into /lib64
6
7 select ALL
8
9 cp * /lib6464 (yes, you should probably temporarily have /lib6464
10 directory )
11
12 ldconfig
13
14 if you HAVE /lib6464 directory
15
16 dive into it #cd /lib6464
17 cp * /lib64
18
19 ldconfig
20
21 -------------
22
23 presently, I can see I do NOT have /lib6464 in my system, but few days
24 ago during the migration I had it and I had to copy some files from it
25 into /lib64, however I saw somewhere that somebody had to copy files
26 from /lib64 TO /lib6464
27
28 seems strange, but for me it started to work ;)
29 --
30 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: problems with emerging programs Patric Douhane <patric@×××××.se>