dislocker icon indicating copy to clipboard operation
dislocker copied to clipboard

dislocker does not work on MacOS Monterey 12.2.1 anymore

Open wangxx2016 opened this issue 4 years ago • 3 comments

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

wangxx2016 avatar Mar 15 '22 22:03 wangxx2016

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

jamfor999 avatar Apr 30 '22 17:04 jamfor999

@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.

PalGal2 avatar May 26 '22 13:05 PalGal2

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.

reallyallnamestaken avatar Oct 05 '22 14:10 reallyallnamestaken