Open wangxx2016 opened 2 years ago
Was struggling with getting dislocker to work on Monterey also - got it working, this PR should resolve it - will need an update to the src/dislocker.rb
file once the release is pushed, though you can install manually with the commands listed here:
https://github.com/Aorimn/dislocker/pull/280
@jamfor352 thank you for your help. I am probably missing something, but I do not manage to follow your steps described in #280 . How do you install dislocker implementing your modifications (and forcing brew to switch to your branch) ? Thank you.
OS: MacOS Monterey 12.2.1
COMMANDS used: brew install macfuse git clone https://github.com/Aorimn/dislocker cd dislocker brew install src/dislocker.rb Error: 'mbedtls/config.h' file not found
ERROR mbedtls@3 is used but it does not have mbedtls/config.h anymore
it is now called "mbedtls/mbedtls_config.h
" and is referenced in ssl_bindings.h/ssl_bindings.in
where you can fix it as a workaround.
Once you fixed that, later on you will probably run in an issue with mbedtls_sha256_ret
which should be simply mbedtls_sha256
. Can be fixed in the same file. I think this part is what #280 is trying to fix.
OS: MacOS Monterey 12.2.1
COMMANDS used: brew install macfuse git clone https://github.com/Aorimn/dislocker cd dislocker brew install src/dislocker.rb Error: 'mbedtls/config.h' file not found
ERROR mbedtls@3 is used but it does not have mbedtls/config.h anymore