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

Cannot install dislocker on MacOS Ventura #308

Open
k3kosz opened this issue May 4, 2023 · 2 comments
Open

Cannot install dislocker on MacOS Ventura #308

k3kosz opened this issue May 4, 2023 · 2 comments

Comments

@k3kosz
Copy link

k3kosz commented May 4, 2023

Hey. When I am trying install dislocker on MacOS Ventura i getting an error below:

Last 15 lines from /Users/aleksander/Library/Logs/Homebrew/dislocker/02.make: In file included from /tmp/dislocker-20230504-11655-ah3jf1/dislocker-0.7.2/include/dislocker/encryption/encommon.priv.h:29: /tmp/dislocker-20230504-11655-ah3jf1/dislocker-0.7.2/include/dislocker/ssl_bindings.h:29:10: fatal error: 'mbedtls/config.h' file not found #include "mbedtls/config.h" ^~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [src/CMakeFiles/dislocker_bundle.dir/encryption/encommon.c.o] Error 1 In file included from /tmp/dislocker-20230504-11655-ah3jf1/dislocker-0.7.2/src/encryption/decrypt.c:28: In file included from /tmp/dislocker-20230504-11655-ah3jf1/dislocker-0.7.2/include/dislocker/encryption/encommon.priv.h:29: /tmp/dislocker-20230504-11655-ah3jf1/dislocker-0.7.2/include/dislocker/ssl_bindings.h:29:10: fatal error: 'mbedtls/config.h' file not found #include "mbedtls/config.h" ^~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [src/CMakeFiles/dislocker_bundle.dir/encryption/decrypt.c.o] Error 1 make[1]: *** [src/CMakeFiles/dislocker_bundle.dir/all] Error 2 make: *** [all] Error 2

@jl982
Copy link

jl982 commented Jun 13, 2023

I got past this error by changing line 13 of src/dislocker.rb from depends_on 'mbedtls' to depends_on 'mbedtls@2'. However, I ran into another error that I couldn't fix:

/tmp/dislocker-20230612-52289-12fq2az/dislocker-0.7.2/src/dislocker-fuse.c:37:11: fatal error: 'osxfuse/fuse.h' file not found
# include <osxfuse/fuse.h>
          ^~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [src/CMakeFiles/dislocker-fuse.dir/dislocker-fuse.c.o] Error 1
make[1]: *** [src/CMakeFiles/dislocker-fuse.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

According to brew, my macfuse version is 4.5.0.

@asegner
Copy link

asegner commented Oct 30, 2023

Do the install steps in this ticket resolve the issue #321

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

3 participants