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

parsnp run error due to readlinelib #61

Open
alexadn opened this issue Jun 18, 2019 · 2 comments
Open

parsnp run error due to readlinelib #61

alexadn opened this issue Jun 18, 2019 · 2 comments

Comments

@alexadn
Copy link

alexadn commented Jun 18, 2019

I installed parsnp 1) via conda as part of a pipeline I want to use which brings its own envs. After recieving the error below: 2) via conda (bioconda) in an own dedicated parsnp env, and 3) from source as descibed on the redthedocs page.
Im am working on Linux SUSE/SLES12.
In all approaches I get the following error as soon as I start pasnp wih a test data set (parsnp -c -f GCF000008985.fasta -d assemby-folder/ -o outdir -p 8 -v) and even only with option -h:

Warning: Cannot determine OS, defaulting to linux
|--Parsnp v1.2--|
For detailed documentation please see --> http://harvest.readthedocs.org/en/latest
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
option -f not recognized

#below that error the usage manual is shown:
parsnp [options] [-g|-r|-q](see below) -d <genome_dir> -p
...

Any help woul be appraciated. Thank you so much!

@bkille
Copy link
Contributor

bkille commented Jan 27, 2020

I installed parsnp 1) via conda as part of a pipeline I want to use which brings its own envs. After recieving the error below: 2) via conda (bioconda) in an own dedicated parsnp env, and 3) from source as descibed on the redthedocs page.
Im am working on Linux SUSE/SLES12.
In all approaches I get the following error as soon as I start pasnp wih a test data set (parsnp -c -f GCF000008985.fasta -d assemby-folder/ -o outdir -p 8 -v) and even only with option -h:

Warning: Cannot determine OS, defaulting to linux
|--Parsnp v1.2--|
For detailed documentation please see --> http://harvest.readthedocs.org/en/latest
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
sh: /tmp/_MEIgucblW/libreadline.so.6: no version information available (required by sh)
sh: relocation error: sh: symbol rl_filename_stat_hook, version READLINE_6.3 not defined in file libreadline.so.6 with link time reference
option -f not recognized

#below that error the usage manual is shown:
parsnp [options] [-g|-r|-q](see below) -d <genome_dir> -p
...

Any help woul be appraciated. Thank you so much!

@alexadn Sorry for the late reply. These errors suggest that one of the binaries does not support your distribution of Linux. I'll look into seeing if we can get SUSE recognized/supported.

@bkille
Copy link
Contributor

bkille commented Jun 20, 2020

Can you try the 1.5 release? We've changed the binary to be more compatible w/ other OSs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants