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

Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub #1

Open
consolibyte opened this issue Feb 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@consolibyte
Copy link

When I try to run this, I get the following error:

❯ ireaver -o /Users/keithpalmer/iphotos-backup
2022/02/12 09:13:50 Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

Any thoughts on a fix?

@Celtech
Copy link
Owner

Celtech commented Feb 13, 2022

Oh boy what a doozy that one was to start off the repo. SQLite has some fun gcc support reqs, which when applied caused a libssl error, so I had to force a downgrade on that as well.

Fixed in release v1.0.1 , upgrade using(assuming you installed with homebrew):

$ brew upgrade
$ brew update

Let me know if that works for you now so I can close out this issue, thanks!

@Celtech Celtech self-assigned this Feb 13, 2022
@Celtech Celtech added the bug Something isn't working label Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants