-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libcrypto Catalina #13
Comments
Basically openssl (and thus libcrypto) is deprecated on macos. You'll need to install openssl via brew and then replace the instances of /usr/lib/libcrypto.dylib with the openssl path to libcrypto, e.g. I've manually symlinked mine into: /usr/local/lib/ |
I've done that too, but I still get the same error. The error reported up here happened after the openssl installation via homebrew |
Did you set the search paths correctly in the env? I get past this error after that. |
Here is the detailed steps for a successful compiling on Big Sur (11.6.1) on an Intel Mac.
Now you should see compiled bins under |
This commit adds xpwn, a tool used by iExtractor-manager. The commit also solves this issue [1]. [1] planetbeing/xpwn#13 Signed-off-by: David Bors <[email protected]>
This commit adds xpwn, a tool used by iExtractor-manager. The commit also solves this issue [1]. [1] planetbeing/xpwn#13 Signed-off-by: David Bors <[email protected]>
I know this issue is not specifically xpwn related, but I encountered a problem with Catalina where linker doesn't work properly
Any help would be highly appreciated
The text was updated successfully, but these errors were encountered: