-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
illegal hardware instruction in ubuntu #708
Labels
duplicate
An issue that is duplicative of another.
Comments
Please show the output of `cat /proc/cpuinfo`.
…On Dec 6, 2017 03:05, "David Nguyen" ***@***.***> wrote:
I have an Ubuntu VM on Azure (16.04.3 LTS (GNU/Linux 4.11.0-1015-azure
x86_64)), when I run rg, I have following error:
[1] 13638 illegal hardware instruction (core dumped) rg debian
Not sure where I go wrong. I installed it by downloading from github:
curl -L https://github.com/BurntSushi/ripgrep/releases/download/0.7.1/ripgrep-0.7.1-x86_64-unknown-linux-musl.tar.gz -o ripgrep.tar.gz
then extract and move rg executable to /usr/local/bin
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#708>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAb34oNWbCdikOSGit_CIRhJDbeLBYOfks5s9krJgaJpZM4Q3g-g>
.
|
Below is the output of that command:
|
OK, this is a duplicate of #135. Your CPU doesn't support SSSE3, and the binary I distribute uses SSSE3 instructions. Right now, the only way to run ripgrep on such a machine is to compile it or install it from a distro specific package repository. (I believe the latter does not exist on Ubuntu/Debian.) |
This should be fixed by #857 in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an Ubuntu VM on Azure (16.04.3 LTS (GNU/Linux 4.11.0-1015-azure x86_64)), when I run
rg
, I have following error:Not sure where I go wrong. I installed it by downloading from github:
then extract and move
rg
executable to/usr/local/bin
The text was updated successfully, but these errors were encountered: