Path: csiph.com!xmission!news.alt.net!not-for-mail From: owl Newsgroups: alt.comp.freeware,comp.sys.mac.system,comp.os.linux.advocacy Subject: Re: "Unhackable" Apple Confirms Malware-Infected Apps Found And Removed From Its Chinese App Store Date: Tue, 13 Oct 2015 23:12:25 +0000 (UTC) Organization: O.W.L. Lines: 44 Message-ID: References: <86549329f10d815d2e5922dee68cf94a@anemone.mooo.com> <12j$20151240208562%nospam@nospam.invalid> NNTP-Posting-Host: boom.rooftop.invalid User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.16.0-4-amd64 (x86_64)) Xref: csiph.com alt.comp.freeware:246388 comp.sys.mac.system:83403 comp.os.linux.advocacy:326509 In comp.os.linux.advocacy GreyCloud wrote: > On 10/13/15 12:00, Jolly Roger wrote: >> On 2015-10-13, JEDIDIAH wrote: >>> >>> It doesn't even matter if Apple owns all of the code. >> >> The only reason it's being discussed at all is because Peter hates >> everything Apple. >> > I think the reason is that he can't grok Objective-C very well. > He complained that things aren't where they should be in the system. > Neither are things in the same place in Solaris. Finding the X11 libs > in Solaris is buried pretty deep and not in /usr/libs/X11/libs. Things > like that bother him for some reason. > On my Solaris VM, X11 headers and libs are in /usr/include/X11 and /usr/X11/lib (as symlinks to /usr/lib/*). Those are the standard, expected locations afaik. anon@solaris:~$ locate Xlib.h /usr/include/X11/Xlib.h anon@solaris:~$ locate libX11.so /usr/X11/lib/libX11.so /usr/X11/lib/libX11.so.4 /usr/X11/lib/libX11.so.5 /usr/X11/lib/amd64/libX11.so /usr/X11/lib/amd64/libX11.so.4 /usr/X11/lib/amd64/libX11.so.5 /usr/lib/libX11.so /usr/lib/libX11.so.4 /usr/lib/libX11.so.5 /usr/lib/amd64/libX11.so /usr/lib/amd64/libX11.so.4 /usr/lib/amd64/libX11.so.5 anon@solaris:~$ Contrast with debian screwball location (with no /usr/X11/lib symlinks): anon@lowtide:~$ locate libX11.so /usr/lib/x86_64-linux-gnu/libX11.so /usr/lib/x86_64-linux-gnu/libX11.so.6 /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 anon@lowtide:~$