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

error while loading shared libraries: libhts.so.3: cannot open shared object file: No such file or directory #2

Open
qiyubio opened this issue Mar 10, 2023 · 6 comments

Comments

@qiyubio
Copy link

qiyubio commented Mar 10, 2023

While installing vamos with conda/mamba, there is error while trying to run vamos after make, the error is: "cannot open shared object file: No such file or directory".

ldd vamos is lacking library too. I modified the Makefile accordingly, and now it seems no errors

-PROF=/home1/jingwenr/.conda/envs/trf/lib
+PROF=$(CONDA_PREFIX)/lib
+EXTLIB=-L$(PROF) -Wl,-rpath,$(PROF)

 vamos: main.o io.o vcf.o vntr.o acc_lookup_table.o phase.o msa.o
-       $(CXX) $(CFLAGS) -o $@ $^ -L $(CONDA_PREFIX)/lib $(LIBS) -L ../static_lib/ -lalglib -ledlib -lrt
+       $(CXX) $(CFLAGS) -o $@ $^ $(EXTLIB) $(LIBS) -L ../static_lib/ -lalglib -ledlib -lrt
@mchaisso
Copy link
Contributor

mchaisso commented Jun 1, 2023

We are working on getting this into conda so that this isn't necessary, if that can't happen soon we'll include this compile.

@maryamghr
Copy link

I am facing the same problem, and changing the makefile as recommended by @qiyubio does not work either. Is there any update for this fixing issue?

@mchaisso
Copy link
Contributor

Hi,
vamos is now in conda, are you able to install from that?

@maryamghr
Copy link

Hi,
Thanks for the quick reply. I successfully installed vamos with mamba.

@Hanjunmin
Copy link

Hi, Thanks for the quick reply. I successfully installed vamos with mamba.

hi, I meet the same questions, but i also can't install with conda, when I run conda install -c bioconda vamos==1.2.0 thre isn't have this package. and when run conda install -c bioconda vamos, there are many dependencies questions,but i intsall them with thre requirement.txt as reference.
Can you help me? Thank you !

@mchaisso
Copy link
Contributor

mchaisso commented Jun 12, 2024 via email

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

4 participants