Skip to content
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

Package 'openssl', required by 'libimobiledevice-1.0', not found #56

Open
ghost opened this issue Sep 21, 2021 · 1 comment
Open

Package 'openssl', required by 'libimobiledevice-1.0', not found #56

ghost opened this issue Sep 21, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 21, 2021

MacOS Big Sur

configure: error: Package requirements (libimobiledevice-1.0 >= 1.3.0) were not met:

Package 'openssl', required by 'libimobiledevice-1.0', not found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libimobiledevice_CFLAGS
and libimobiledevice_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
x@192-168-10-195 libideviceactivation-master % which openssl
/opt/local/bin/openssl
x@192-168-10-195 libideviceactivation-master % where openssl    
/opt/local/bin/openssl
/usr/bin/openssl
x@192-168-10-195 libideviceactivation-master % openssl
OpenSSL> version
LibreSSL 2.8.3
OpenSSL> Ctrl+C
@FloofyProtoBomb
Copy link

export PATH="/usr/local/opt/openssl/bin:$PATH"
export LD_LIBRARY_PATH="/usr/local/opt/openssl/lib:$LD_LIBRARY_PATH"
export CPATH="/usr/local/opt/openssl/include:$CPATH"
export LIBRARY_PATH="/usr/local/opt/openssl/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant