Here are some details from my log...
dyld: Library not loaded: /build/toolchain/mac32/openssl-1.0.1m/lib/libcrypto.1.0.1.dylib
Referenced from: /Applications/VMware Client Integration Plug-in.app/Contents/Library/./lib/libssl.1.0.1.dylib
Reason: image not found
Trace/BPT trap: 5
sh-3.2# ls -/lib/libssl.1.0.1.dylib
ls: illegal option -- /
usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...]
sh-3.2# ls -ls /lib/libssl.1.0.1.dylib
ls: /lib/libssl.1.0.1.dylib: No such file or directory
sh-3.2# ls -ls .//lib/libssl.1.0.1.dylib
3136 -rwxr-xr-x 1 root wheel 1601584 Aug 18 01:28 .//lib/libssl.1.0.1.dylib
sh-3.2# file ./lib/libssl.1.0.1.dylib
./lib/libssl.1.0.1.dylib: Mach-O universal binary with 4 architectures
./lib/libssl.1.0.1.dylib (for architecture i386): Mach-O dynamically linked shared library i386
./lib/libssl.1.0.1.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64
./lib/libssl.1.0.1.dylib (for architecture armv6): Mach-O dynamically linked shared library arm
./lib/libssl.1.0.1.dylib (for architecture armv7): Mach-O dynamically linked shared library arm