I want to have a directory layout like:
openssl/path/openssl.dylib
client/path/client.bundle
where client.dylib is linked to openssl.dylib, and, crucially, I don't know the relative location of openssl.dylib and client.bundle until runtime -- openssl/path and client/path will both vary independently on different users' machines.
Then I want my process to do something like: