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

homebrew snippy installation finding incorrect perl binaries #594

Open
paulsenlab opened this issue Aug 9, 2024 · 0 comments
Open

homebrew snippy installation finding incorrect perl binaries #594

paulsenlab opened this issue Aug 9, 2024 · 0 comments

Comments

@paulsenlab
Copy link

Hi,

Recently had trouble installing snippy via homebrew on macOS Sonoma 14.5:

brew install snippy

Snippy errored with:

Clone.c: loadable library and perl binaries are mismatched (got handshake key 0x10200080, needed 0xfb80080)

The #! line in snippy was:

#!/usr/bin/perl34

Changing this to:

#!/usr/bin/env perl

so that the user's homebrew install perl was being used instead of the system perl fixes the problem.

Maybe this could be changed in the codebase, it seems like it must be a problem generally, although quite possible I've missed something, in which case apologies.

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

1 participant