amplab / snap

Scalable Nucleotide Alignment Program -- a fast and accurate read aligner for high-throughput sequencing data
https://www.microsoft.com/en-us/research/project/snap/
Apache License 2.0
287 stars 66 forks source link

Binary for Linux #139

Closed ksahlin closed 2 years ago

ksahlin commented 2 years ago

Hi,

I wanted to try the new snap v2.0. The binary for OSx works, but when downloading and running the binary for Linux (snap-aligner) from here it gives me

$ ./snap-aligner 
./snap-aligner: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./snap-aligner)

I'm on a server:

$ uname -a
Linux rackham3.uppmax.uu.se 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Any ideas?

Best, Kristoffer

slw287r commented 2 years ago

Have a go of this static build snap-aligner 2.0 static build

bolosky commented 2 years ago

I updated the binary in the github release and on the project webpage to be statically linked.

ksahlin commented 2 years ago

Thanks both, it works now.