pmelsted / pizzly

Fast fusion detection using kallisto
BSD 2-Clause "Simplified" License
80 stars 10 forks source link

Installation Problem #3

Closed bioinfo-dirty-jobs closed 7 years ago

bioinfo-dirty-jobs commented 7 years ago

I have a server where I can not upgrade my system (I use RHEL 5.5) I have some issue on library. If I try to use pre compiled version I have this error:

/pizzly: symbol lookup error: ./pizzly: undefined symbol: _ZNSt7__cxx117collateIcE2idE

Could you please help me? thanks so much

pmelsted commented 7 years ago

The binary works with centos 6 (rhel 6) or later. Because we use c++14, which requires a recent gcc this was the best I could do.

If you have access to another machine you can move the fusion.txt files there and run them there.

I will look into making this work for older systems, but I don't know if it will work properly.

bioinfo-dirty-jobs commented 7 years ago

thanks so much!

pmelsted commented 7 years ago

I've put some effort into this and it seems that gcc 5 and later is not compatible with rhel 5 since the glibc is too old. This makes it pretty much impossible to distribute binaries for older systems, so we will be focusing on centos/rhel 6 or later.