dylib error on compiled images

Chris_Hafner
Valued Contributor II

Recently I've come across an interesting issue when compiling certain 10.6.8 images. I've created a configuration that works just fine when distributed using Casper Imaging (via netboot). However, when the configuration is compiled (either compressed or uncompressed) any unit that has been installed with the compiled image can no longer contact the JSS and shows the following error:

dyld: shared cached file was build against a different libSystem.dylib, ignoring cache

This can be fixed with the following command:
sudo update_dyld_shared_cache -force

Any thoughts on what might be causing this?

2 REPLIES 2

krimkus
New Contributor II

I'd be interested in knowing the cause of this as well. I had the same problem with my 10.6.6 image.

Chris_Hafner
Valued Contributor II

What were your conditions? I've scripted a fix, but I don't like that sort of repair if you know what I mean. Did the update to 10.6.8 solve it for you? I'm after this one almost academically as we're almost 100% on 10.7, but still...