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

tried running deftask in mac m1 air getting this error how to make it work please help #2

Open
markmark1 opened this issue Aug 1, 2021 · 2 comments

Comments

@markmark1
Copy link

@m1-air deftask-cli-osx-v0.2.3 $ ./deftask
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
{70005685B3}>:
Error opening shared object "/usr/local/opt/openssl/lib/libcrypto.dylib":
dlopen(/usr/local/opt/openssl/lib/libcrypto.dylib, 10): image not found.

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {70005685B3}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<SIMPLE-ERROR "Error opening :[runtime;shared object :*S]:% ~A." {7000CCD553}> # :QUIT T)
1: (SB-DEBUG::RUN-HOOK INVOKE-DEBUGGER-HOOK #<SIMPLE-ERROR "Error opening :[runtime;shared object :*S]:% ~A." {7000CCD553}>)
2: (INVOKE-DEBUGGER #<SIMPLE-ERROR "Error opening :[runtime;shared object :*S]:% ~A." {7000CCD553}>)
3: (ERROR "Error opening :[runtime;shared object :*S]:% ~A." "/usr/local/opt/openssl/lib/libcrypto.dylib" "dlopen(/usr/local/opt/openssl/lib/libcrypto.dylib, 10): image not found")
4: (SB-SYS:DLOPEN-OR-LOSE #S(SB-ALIEN::SHARED-OBJECT :PATHNAME #P"/usr/local/opt/openssl/lib/libcrypto.dylib" :NAMESTRING "/usr/local/opt/openssl/lib/libcrypto.dylib" :HANDLE NIL :DONT-SAVE NIL))
5: (SB-ALIEN::TRY-REOPEN-SHARED-OBJECT #S(SB-ALIEN::SHARED-OBJECT :PATHNAME #P"/usr/local/opt/openssl/lib/libcrypto.dylib" :NAMESTRING "/usr/local/opt/openssl/lib/libcrypto.dylib" :HANDLE NIL :DONT-SAVE NIL))
6: (SB-SYS:REOPEN-SHARED-OBJECTS)
7: (SB-IMPL::FOREIGN-REINIT)
8: (SB-IMPL::REINIT)
9: ((FLET SB-UNIX::BODY :IN SAVE-LISP-AND-DIE))
10: ((FLET "WITHOUT-INTERRUPTS-BODY-36" :IN SAVE-LISP-AND-DIE))
11: ((LABELS SB-IMPL::RESTART-LISP :IN SAVE-LISP-AND-DIE))

unhandled condition in --disable-debugger mode, quitting

@chaitanyagupta
Copy link
Member

I am guessing you downloaded a binary from the releases page? Unfortunately the binaries were built for Intel Macs - can you try installing from source as outlined here: https://github.com/deftask/deftask-cli#source?

@markmark1
Copy link
Author

markmark1 commented Aug 1, 2021 via email

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

2 participants