/usr/local/lib*

Reindl Harald h.reindl at thelounge.net
Sun Jul 21 08:58:47 UTC 2013


Am 21.07.2013 10:46, schrieb lee:
> Reindl Harald <h.reindl at thelounge.net> writes:
>> Am 20.07.2013 20:02, schrieb lee:
>>> what is supposed to go into /usr/local/lib/ and what into
>>> /usr/local/lib64 on amd64?
>>>
>>> I'm trying to get libsx installed and am wondering into which of these
>>> directories it is supposed to go.  /usr/local/lib/ sounds like "native",
>>> but then there wouldn't be  /usr/local/lib64/, or would there?
>>
>> /usr/local is more or less the same as /usr
>>
>> /usr/local/lib -> i686 libraries
>> /usr/local/lib64 -> x86_64 libraries
>>
>> https://ask.fedoraproject.org/question/7916/multilib-packaging-policy/
>> http://www.tuxfiles.org/linuxhelp/linuxdir.html
> 
> Thanks!  I just put stuff that I install myself into /usr/local ...
> Any idea as to why there are so many 32bit libs installed I don't need?

no, but "yum remove \*i686\*" should kill them :-)

[root at srv-rhsoft:~]$ rpm -qa | grep i686 | wc -l
0

[root at srv-rhsoft:~]$ rpm -qa | grep x86_64 | wc -l
1081

[root at srv-rhsoft:~]$ rpm -qa | grep noarch | wc -l
235
____________________________________________________________

exclude=*.i686
in the .repo-files in /etc/yum/.repos.d/ prevents to get one installed
even with maximum wired dependencies (packaging errors)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20130721/54e4aab8/attachment.sig>


More information about the users mailing list