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

Issues with install #68

Closed
msettles opened this issue Mar 9, 2017 · 4 comments
Closed

Issues with install #68

msettles opened this issue Mar 9, 2017 · 4 comments

Comments

@msettles
Copy link
Member

msettles commented Mar 9, 2017

Now getting

-- Install configuration: ""
-- Up-to-date: /share/biocore/software/lib/libhts_common.so
-- Up-to-date: /share/biocore/software/bin/super-deduper
-- Up-to-date: /share/biocore/software/bin/tab-converter
-- Up-to-date: /share/biocore/software/bin/polyATtrim
-- Up-to-date: /share/biocore/software/bin/q-window-trim
-- Up-to-date: /share/biocore/software/bin/cut-trim
-- Up-to-date: /share/biocore/software/bin/phix-remover
-- Up-to-date: /share/biocore/software/bin/overlapper
-- Up-to-date: /share/biocore/software/bin/n-remover
msettles@ganesh: build$phix-remover 0h
phix-remover: error while loading shared libraries: libhts_common.so: cannot open shared object file: No such file or directory
msettles@ganesh: build$phix-remover -h
phix-remover: error while loading shared libraries: libhts_common.so: cannot open shared object file: No such file or directory

@joe-angell
Copy link
Collaborator

You'll need to export LD_LIBRARY_PATH=/share/biocore/software/lib or add that dir to your ld.so.conf. I guess we should do a static link build just to avoid these issues and make it easier for people.

@msettles
Copy link
Member Author

msettles commented Mar 9, 2017

then that killed my LD reference to boost (has to be loaded by module first), so then
export LD_LIBRARY_PATH=/share/biocore/software/lib:$LD_LIBRARY_PATH
work, a bit cumbersome

Matt

@msettles
Copy link
Member Author

msettles commented Mar 9, 2017

and thanks for the quick response

@joe-angell
Copy link
Collaborator

fixed in #69

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

2 participants