libimobiledevice / libideviceactivation

A library to handle the activation process of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
291 stars 132 forks source link

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

Open ghost opened 3 years ago

ghost commented 3 years ago

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 commented 1 year ago

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"