Because it is designed for linux/unix, it assumes the open ssl library will be called libssl.so and when it is named something different on the mac it can't find it. Run this command to create a symlink called libssl.so which points to the right file. Apr 12, 2012 Mac Flashback malware: What it is and how to get rid of it (FAQ) The Flashback Trojan is the latest malware attack to target Apple's Mac platform. Feb 08, 2011 It is like you are trying to start a fire by hitting two rocks together - while the Mac user leans back in his Lazy-Boy and pushes the 'on' button on the remote control for the gas fireplace. On MacOSX, this problem is solved by avoiding DYLD. environment variables, building universal binaries, and using the install name tool. LDPRELOAD, LDLIBRARYPATH (Linux), DYLDINSERTLIBRARIES (Mac OS X) environment variables, or the dlfcn application programming interface (API) can be used to dynamically load a library (shared object) in a process which can be used to intercept API calls from the running process.
Anatolik wrote:
I am trying to use Tup build tool [1] on MacOSX 10.6.4.
Why?
It is like you are trying to start a fire by hitting two rocks together - while the Mac user leans back in his Lazy-Boy and pushes the 'on' button on the remote control for the gas fireplace.
On MacOSX, this problem is solved by avoiding DYLD_* environment variables, building universal binaries, and using the install nametool.
If you are trying to build 64-bit only and 32-bit only architectures at the same time, it should be failing.


Dyld_insert_libraries Macos
Feb 7, 2011 7:27 PM