OSX ssl libs

Newbie

New Member
Hello,

did anyone succeed bundling libcrypt and libssl with OBS? how did you do? im using build_app.py script to create the .app, the libraries are being added to the content package(contents/resources/bin contains both, libcrypto, and libssl) , but when i run, OBS tries to load them from somewhere else and not the ones already inside de package.

Dyld Error Message:
Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
Referenced from: /Applications/OBS 2.app/Contents/Resources/bin//libssl.1.0.0.dylib
Reason: image not found


any help or direction appreciated.
 
Top