> On Nov 20, 2015, at 4:22 PM, Martin Costabel <costa...@wanadoo.fr> wrote:
> 
> On 20/11/15 17:29, Alexander Hansen wrote:
>> 
>>> On Nov 20, 2015, at 08:11, Daniel Johnson <daniel.johnso...@gmail.com> 
>>> wrote:
> []
>>> That’s a weird one. openat is a new function introduced with 10.10. Either 
>>> your /usr/lib/libSystem.B.dylib has gotten corrupted or overwritten 
>>> somehow, or you might have DYLD_LIBRARY_PATH set to something which is 
>>> screwing up dyld’s path-searching.
> []
>> Hmm, I don’t have it on my 10.11 box (which started out with 10.10, and my 
>> cvs was built there—but works):
>> 
>> $ nm /usr/lib/libSystem.B.dylib | grep openat
> 
> On 10.11, I see it in /usr/lib/system/libsystem_kernel.dylib, which is one of 
> the many dylibs reexported by /usr/lib/libSystem.B.dylib.
> 
> --
> Martin
> 
> 

Yes, beat me to it. :) I tend to think of libSystem as being the whole thing 
but it does link to a bunch of libs in /usr/lib/system. But the fact that dyld 
is getting confused about where openat is suggests that DYLD_LIBRARY_PATH is 
set to something. This is why setting DYLD_LIBRARY_PATH is generally a bad idea 
as it can break system libs.

Daniel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to