Am 21.07.2013 10:46, schrieb lee:
> Reindl Harald <h.rei...@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@srv-rhsoft:~]$ rpm -qa | grep i686 | wc -l
0

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

[root@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)

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to